Searched defs:isELF (Results 1 – 6 of 6) sorted by relevance
123 bool isELF() const { in isELF() function
31 bool BinarySection::isELF() const { return BC.isELF(); } in isELF() function in BinarySection
26 bool utils::elf::isELF(StringRef Buffer) { in isELF() function in utils::elf
283 bool isELF() const { return Kind == SymbolKindELF; } in isELF() function
337 bool isELF = canIncreaseAlignment() local
789 bool isELF() const { return TheTriple->isOSBinFormatELF(); } scopeLock() function