Home
last modified time | relevance | path

Searched defs:FileFormatName (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp41 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 DLVDWARFReader.h131 LVDWARFReader(StringRef Filename, StringRef FileFormatName, in LVDWARFReader()
H A DLVBinaryReader.h200 LVBinaryReader(StringRef Filename, StringRef FileFormatName, ScopedPrinter &W, in LVBinaryReader() argument
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h127 std::string FileFormatName; variable
H A DLVScope.h794 void setFileFormatName(StringRef FileFormatName) { in setFileFormatName()