Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp41 PdbOrObj &Input, StringRef FileFormatName, in createReader() argument
269 StringRef FileFormatName; handleObject() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVELFReader.h
H A DLVBinaryReader.h158 LVBinaryReader(StringRef Filename,StringRef FileFormatName,ScopedPrinter & W,LVBinaryType BinaryType) LVBinaryReader() argument
/freebsd-src/contrib/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()