Searched refs:FileFormatName (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVReader.h | 80 std::string FileFormatName; variable 98 Root->setFileFormatName(FileFormatName); in createScopes() 125 LVReader(StringRef InputFilename, StringRef FileFormatName, ScopedPrinter &W, 128 InputFilename(InputFilename), FileFormatName(FileFormatName), W(W), in BinaryType() 140 StringRef getFileFormatName() const { return FileFormatName; } in getFileFormatName()
|
H A D | LVScope.h | 793 void setFileFormatName(StringRef FileFormatName) { in setFileFormatName() argument 794 FileFormatNameIndex = getStringPool().getIndex(FileFormatName); in setFileFormatName()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVELFReader.h | 125 LVELFReader(StringRef Filename, StringRef FileFormatName, in LVELFReader() argument 127 : LVBinaryReader(Filename, FileFormatName, W, LVBinaryType::ELF), in LVELFReader()
|
H A D | LVBinaryReader.h | 147 LVBinaryReader(StringRef Filename, StringRef FileFormatName, ScopedPrinter &W, in LVBinaryReader() argument 149 : LVReader(Filename, FileFormatName, W, BinaryType) {} in LVBinaryReader()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.cpp | 42 PdbOrObj &Input, StringRef FileFormatName, in createReader() argument 48 return new LVELFReader(Filename, FileFormatName, Obj, W); in createReader()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.h | 64 StringRef FileFormatName, StringRef ExePath = {});
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVELFReader.cpp | 793 W.printString("Format", FileFormatName); in createScopes()
|