Searched refs:BinaryType (Results 1 – 6 of 6) sorted by relevance
61 LVBinaryType BinaryType; variable173 LVBinaryType BinaryType = LVBinaryType::NONE)174 : BinaryType(BinaryType), OutputSplit(options().getOutputSplit()), in BinaryType() function242 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()
201 LVBinaryType BinaryType) in LVBinaryReader() argument 202 : LVReader(Filename, FileFormatName, W, BinaryType) {} in LVBinaryReader()
81 enum BinaryType { enum 535 ObjectFile::BinaryType &type) { in GetCorefileMainBinaryInfo()
132 ObjectFile::BinaryType &type) override;
5583 ObjectFile::BinaryType &type) {5653 // ObjectFile::BinaryType enum
294 ObjectFile::BinaryType type; in LoadBinariesViaMetadata()