Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h58 LVBinaryType BinaryType; variable
126 LVBinaryType BinaryType = LVBinaryType::NONE)
127 : BinaryType(BinaryType), OutputSplit(options().getOutputSplit()), in BinaryType() argument
144 bool isBinaryTypeNone() const { return BinaryType == LVBinaryType::NONE; } in isBinaryTypeNone()
145 bool isBinaryTypeELF() const { return BinaryType == LVBinaryType::ELF; } in isBinaryTypeELF()
146 bool isBinaryTypeCOFF() const { return BinaryType == LVBinaryType::COFF; } in isBinaryTypeCOFF()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h148 LVBinaryType BinaryType) in LVBinaryReader() argument
149 : LVReader(Filename, FileFormatName, W, BinaryType) {} in LVBinaryReader()
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DObjectFile.h99 enum BinaryType { enum
552 ObjectFile::BinaryType &type) { in GetCorefileMainBinaryInfo()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h127 ObjectFile::BinaryType &type) override;
H A DObjectFileMachO.cpp5542 ObjectFile::BinaryType &type) {
/openbsd/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp234 ObjectFile::BinaryType type; in LoadBinariesViaMetadata()