Searched refs:LVBinaryType (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVReader.h | 61 LVBinaryType BinaryType; 173 LVBinaryType BinaryType = LVBinaryType::NONE) 242 bool isBinaryTypeNone() const { return BinaryType == LVBinaryType::NONE; } in isBinaryTypeNone() 243 bool isBinaryTypeELF() const { return BinaryType == LVBinaryType::ELF; } in isBinaryTypeELF() 244 bool isBinaryTypeCOFF() const { return BinaryType == LVBinaryType::COFF; } in isBinaryTypeCOFF()
|
H A D | LVObject.h | 88 enum class LVBinaryType { NONE, ELF, COFF }; enum
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.h | 195 : LVBinaryReader(Filename, FileFormatName, W, LVBinaryType::COFF), 199 : LVBinaryReader(Filename, FileFormatName, W, LVBinaryType::COFF),
|
H A D | LVDWARFReader.h | 133 : LVBinaryReader(Filename, FileFormatName, W, LVBinaryType::ELF), in LVDWARFReader()
|
H A D | LVBinaryReader.h | 201 LVBinaryType BinaryType) in LVBinaryReader()
|