Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DWriter.cpp156 if (!S.AuxFile.empty()) in finalizeSymbolTable()
158 alignTo(S.AuxFile.size(), sizeof(SymbolTy)) / sizeof(SymbolTy); in finalizeSymbolTable()
340 if (!S.AuxFile.empty()) { in writeSymbolStringTables()
344 std::copy(S.AuxFile.begin(), S.AuxFile.end(), Ptr); in writeSymbolStringTables()
DObject.h86 StringRef AuxFile; member
DReader.cpp118 Sym.AuxFile = StringRef(reinterpret_cast<const char *>(AuxData.data()), in readSymbols()