reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
288 if (!i->File.empty()) 290 (i->File.size() + CP.getSymbolSize() - 1) / CP.getSymbolSize(); 560 if (!i->File.empty()) { 563 (i->File.size() + SymbolSize - 1) / SymbolSize; 565 uint32_t NumZeros = NumberOfAuxBytes - i->File.size(); 566 OS.write(i->File.data(), i->File.size()); 566 OS.write(i->File.data(), i->File.size());lib/ObjectYAML/COFFYAML.cpp
554 IO.mapOptional("File", S.File, StringRef());
tools/obj2yaml/coff2yaml.cpp 323 Sym.File = StringRef(reinterpret_cast<const char *>(AuxData.data()),