Home
last modified time | relevance | path

Searched refs:BinaryType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h62 LVBinaryType BinaryType; variable
199 LVBinaryType BinaryType = LVBinaryType::NONE)
200 : BinaryType(BinaryType), OutputSplit(options().getOutputSplit()), in BinaryType() argument
269 bool isBinaryTypeNone() const { return BinaryType == LVBinaryType::NONE; } in isBinaryTypeNone()
270 bool isBinaryTypeELF() const { return BinaryType == LVBinaryType::ELF; } in isBinaryTypeELF()
271 bool isBinaryTypeCOFF() const { return BinaryType == LVBinaryType::COFF; } in isBinaryTypeCOFF()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h190 LVBinaryType BinaryType) in LVBinaryReader() argument
191 : LVReader(Filename, FileFormatName, W, BinaryType) {} in LVBinaryReader()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h82 enum BinaryType { enum
541 ObjectFile::BinaryType &type) { in GetCorefileMainBinaryInfo()