Searched refs:FileFormatName (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVReader.h | 127 std::string FileFormatName; variable 145 Root->setFileFormatName(FileFormatName); in createScopes() 172 LVReader(StringRef InputFilename, StringRef FileFormatName, ScopedPrinter &W, 175 InputFilename(InputFilename), FileFormatName(FileFormatName), W(W), in BinaryType() 238 StringRef getFileFormatName() const { return FileFormatName; } in getFileFormatName()
|
H A D | LVScope.h | 794 void setFileFormatName(StringRef FileFormatName) { in setFileFormatName() argument 795 FileFormatNameIndex = getStringPool().getIndex(FileFormatName); in setFileFormatName()
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.cpp | 41 PdbOrObj &Input, StringRef FileFormatName, in createReader() argument 48 return std::make_unique<LVCodeViewReader>(Filename, FileFormatName, in createReader() 52 return std::make_unique<LVDWARFReader>(Filename, FileFormatName, Obj, in createReader() 57 return std::make_unique<LVCodeViewReader>(Filename, FileFormatName, Pdb, in createReader() 270 StringRef FileFormatName; in handleObject() 273 FileFormatName = Buffer.substr(0, Pos - 1); in handleObject() 274 return createReader(Filename, Readers, Input, FileFormatName, ExePath); in handleObject() 269 StringRef FileFormatName; handleObject() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.h | 192 LVCodeViewReader(StringRef Filename, StringRef FileFormatName, 195 : LVBinaryReader(Filename, FileFormatName, W, LVBinaryType::COFF), 197 LVCodeViewReader(StringRef Filename, StringRef FileFormatName, 199 : LVBinaryReader(Filename, FileFormatName, W, LVBinaryType::COFF),
|
H A D | LVELFReader.h |
|
H A D | LVBinaryReader.h | 200 LVBinaryReader(StringRef Filename, StringRef FileFormatName, ScopedPrinter &W, 202 : LVReader(Filename, FileFormatName, W, BinaryType) {} 158 LVBinaryReader(StringRef Filename,StringRef FileFormatName,ScopedPrinter & W,LVBinaryType BinaryType) LVBinaryReader() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.h | 65 StringRef FileFormatName, StringRef ExePath = {});
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVELFReader.cpp |
|
H A D | LVCodeViewReader.cpp | 1164 W.printString("Format", FileFormatName); in createScopes()
|