Searched refs:FileFormatName (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
| H A D | LVReaderHandler.cpp | 40 PdbOrObj &Input, StringRef FileFormatName, in createReader() argument 47 return std::make_unique<LVCodeViewReader>(Filename, FileFormatName, in createReader() 51 return std::make_unique<LVDWARFReader>(Filename, FileFormatName, Obj, in createReader() 56 return std::make_unique<LVCodeViewReader>(Filename, FileFormatName, Pdb, in createReader() 272 StringRef FileFormatName; in handleObject() local 275 FileFormatName = Buffer.substr(0, Pos - 1); in handleObject() 276 return createReader(Filename, Readers, Input, FileFormatName, ExePath); in handleObject()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVReader.h | 146 std::string FileFormatName; variable 171 Root->setFileFormatName(FileFormatName); in createScopes() 198 LVReader(StringRef InputFilename, StringRef FileFormatName, ScopedPrinter &W, 201 InputFilename(InputFilename), FileFormatName(FileFormatName), W(W), in BinaryType() 265 StringRef getFileFormatName() const { return FileFormatName; } in getFileFormatName()
|
| H A D | LVScope.h | 822 void setFileFormatName(StringRef FileFormatName) { in setFileFormatName() argument 823 FileFormatNameIndex = getStringPool().getIndex(FileFormatName); in setFileFormatName()
|
| /freebsd/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 | LVDWARFReader.h | 120 LVDWARFReader(StringRef Filename, StringRef FileFormatName, in LVDWARFReader() argument 122 : LVBinaryReader(Filename, FileFormatName, W, LVBinaryType::ELF), in LVDWARFReader()
|
| H A D | LVBinaryReader.h | 189 LVBinaryReader(StringRef Filename, StringRef FileFormatName, ScopedPrinter &W, in LVBinaryReader() argument 191 : LVReader(Filename, FileFormatName, W, BinaryType) {} in LVBinaryReader()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/ |
| H A D | LVReaderHandler.h | 66 StringRef FileFormatName, StringRef ExePath = {});
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.cpp | 606 W.printString("Format", FileFormatName); in createScopes()
|
| H A D | LVCodeViewReader.cpp | 1158 W.printString("Format", FileFormatName); in createScopes()
|