Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h61 LVBinaryType BinaryType; variable
173 LVBinaryType BinaryType = LVBinaryType::NONE)
174 : BinaryType(BinaryType), OutputSplit(options().getOutputSplit()), in BinaryType() function
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()
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h201 LVBinaryType BinaryType) in LVBinaryReader() argument
202 : LVReader(Filename, FileFormatName, W, BinaryType) {} in LVBinaryReader()
/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h81 enum BinaryType { enum
535 ObjectFile::BinaryType &type) { in GetCorefileMainBinaryInfo()
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h132 ObjectFile::BinaryType &type) override;
H A DObjectFileMachO.cpp5583 ObjectFile::BinaryType &type) {
5653 // ObjectFile::BinaryType enum
/llvm-project/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp294 ObjectFile::BinaryType type; in LoadBinariesViaMetadata()