Home
last modified time | relevance | path

Searched refs:FileFormatName (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h127 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 DLVScope.h794 void setFileFormatName(StringRef FileFormatName) { in setFileFormatName() argument
795 FileFormatNameIndex = getStringPool().getIndex(FileFormatName); in setFileFormatName()
/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp40 PdbOrObj &Input, StringRef FileFormatName, in createReader()
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()
275 FileFormatName = Buffer.substr(0, Pos - 1); in handleObject()
276 return createReader(Filename, Readers, Input, FileFormatName, ExePath);
41 createReader(StringRef Filename,LVReaders & Readers,PdbOrObj & Input,StringRef FileFormatName,StringRef ExePath) createReader() argument
270 StringRef FileFormatName; handleObject() local
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h192 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 DLVDWARFReader.h131 LVDWARFReader(StringRef Filename, StringRef FileFormatName, in LVDWARFReader() argument
133 : LVBinaryReader(Filename, FileFormatName, W, LVBinaryType::ELF), in LVDWARFReader()
H A DLVBinaryReader.h200 LVBinaryReader(StringRef Filename, StringRef FileFormatName, ScopedPrinter &W, in LVBinaryReader() argument
202 : LVReader(Filename, FileFormatName, W, BinaryType) {} in LVBinaryReader()
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/
H A DLVReaderHandler.h65 StringRef FileFormatName, StringRef ExePath = {});
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp814 W.printString("Format", FileFormatName); in createScopes()
H A DLVCodeViewReader.cpp1159 W.printString("Format", FileFormatName); in createScopes()