Home
last modified time | relevance | path

Searched refs:AuxFile (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp157 if (!S.AuxFile.empty()) in finalizeSymbolTable()
159 alignTo(S.AuxFile.size(), sizeof(SymbolTy)) / sizeof(SymbolTy); in finalizeSymbolTable()
343 if (!S.AuxFile.empty()) { in writeSymbolStringTables()
347 std::copy(S.AuxFile.begin(), S.AuxFile.end(), Ptr); in writeSymbolStringTables()
H A DObject.h86 StringRef AuxFile; member
H A DReader.cpp118 Sym.AuxFile = StringRef(reinterpret_cast<const char *>(AuxData.data()), in readSymbols()