Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h80 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 DLVScope.h793 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 DLVELFReader.h125 LVELFReader(StringRef Filename, StringRef FileFormatName, in LVELFReader() argument
127 : LVBinaryReader(Filename, FileFormatName, W, LVBinaryType::ELF), in LVELFReader()
H A DLVBinaryReader.h147 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 DLVReaderHandler.cpp42 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 DLVReaderHandler.h64 StringRef FileFormatName, StringRef ExePath = {});
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp793 W.printString("Format", FileFormatName); in createScopes()