Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp40 PdbOrObj &Input, StringRef FileFormatName, in createReader()
272 StringRef FileFormatName; in handleObject() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.h120 LVDWARFReader(StringRef Filename, StringRef FileFormatName, in LVDWARFReader()
H A DLVBinaryReader.h189 LVBinaryReader(StringRef Filename, StringRef FileFormatName, ScopedPrinter &W, in LVBinaryReader()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h146 std::string FileFormatName; variable
H A DLVScope.h822 void setFileFormatName(StringRef FileFormatName) { in setFileFormatName()