HomeSort by: relevance | last modified time | path
    Searched refs:isELF (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbolELF.h 46 static bool classof(const MCSymbol *S) { return S->isELF(); }
MCSymbol.h 275 bool isELF() const { return Kind == SymbolKindELF; }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.cpp 154 Obj.isELF() ? ELFSymbolRef(Symbol).getRawDataRefImpl().d.b : 0;
157 if (Obj.isELF()) {
170 if (Obj.isELF()) {
211 if (Obj.isELF() && ELFSymbolRef(Symbol).getBinding() != ELF::STB_LOCAL)
248 assert(Module->isELF());
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
obj2yaml.cpp 28 if (Obj.isELF())
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Binary.h 120 bool isELF() const {
161 if (isELF())
ELFObjectFile.h 85 static bool classof(const Binary *v) { return v->isELF(); }
  /src/external/apache2/llvm/dist/llvm/lib/XRay/
InstrumentationMap.cpp 61 if ((!ObjFile.getBinary()->isELF() && !ObjFile.getBinary()->isMachO()) ||
95 if (ObjFile.getBinary()->isELF()) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Globals.cpp 275 bool isELF =
277 if (isELF && !isDSOLocal())
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp 674 assert(Obj->isELF());
726 assert(Obj->isELF());
828 if (Obj->isELF())
926 Obj->isELF() ? getElfSymbolType(Obj, Symbol)
1076 if (Obj->isELF() && getElfSymbolType(Obj, Symbol) == ELF::STT_SECTION)
1103 if (AllSymbols.empty() && Obj->isELF())
1203 if (Obj->isELF() && Obj->getArch() == Triple::amdgcn) {
1323 if (Obj->isELF() && !DisassembleAll && Section.isText()) {
1693 if (!Obj->isELF())
1725 if (!Obj->isELF())
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ObjDumper.cpp 69 SecIndex = Obj.isELF() ? 0 : 1;
llvm-readobj.cpp 537 if (Obj.isELF()) {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
RelocationResolver.cpp 655 } else if (Obj.isELF()) {
735 if (Obj->isELF()) {
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 198 if (Obj.isELF()) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-size/
llvm-size.cpp 185 if (!Obj->isELF())
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 181 assert(Obj.isELF() && "Not an ELF object file.");
1990 return Obj.isELF();
RuntimeDyld.cpp 1322 if (Obj.isELF())
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 900 if (Sym && Sym->isELF()) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 2932 (Res.getSymA()->getSymbol().isELF() &&

Completed in 88 milliseconds