Searched refs:BinaryType (Results 1 – 6 of 6) sorted by relevance
58 LVBinaryType BinaryType; variable126 LVBinaryType BinaryType = LVBinaryType::NONE)127 : BinaryType(BinaryType), OutputSplit(options().getOutputSplit()), in BinaryType() argument144 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()
148 LVBinaryType BinaryType) in LVBinaryReader() argument149 : LVReader(Filename, FileFormatName, W, BinaryType) {} in LVBinaryReader()
99 enum BinaryType { enum552 ObjectFile::BinaryType &type) { in GetCorefileMainBinaryInfo()
127 ObjectFile::BinaryType &type) override;
5542 ObjectFile::BinaryType &type) {
234 ObjectFile::BinaryType type; in LoadBinariesViaMetadata()