Home
last modified time | relevance | path

Searched refs:isIR (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DBinary.h111 return isIR() || isObject() || isCOFFImportFile() || isTapiFile(); in isSymbolic()
144 bool isIR() const { in isIR() function
H A DIRObjectFile.h44 return v->isIR(); in classof()
/openbsd/gnu/llvm/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp328 !B->isIR()) in readInputBinaries()
330 if (IF.ArchType && (B->isMachO() || B->isArchive() || B->isIR())) { in readInputBinaries()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DMachOUniversalWriter.cpp163 } else if (Bin->isIR()) { in create()
/openbsd/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp335 if (Obj.isIR()) { in darwinPrintSymbol()
422 if (Obj.isIR() && (NType & MachO::N_TYPE) == MachO::N_TYPE) in darwinPrintSymbol()
458 if (Obj.isIR()) { in darwinPrintSymbol()
804 if (Obj.isIR()) in printSymbolList()
819 if ((OutputFormat == darwin || FormatMachOasHex) && (MachO || Obj.isIR())) { in printSymbolList()