HomeSort by relevance Sort by last modified time
    Searched refs:isELF (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/llvm/include/llvm/MC/
MCSymbolELF.h 47 static bool classof(const MCSymbol *S) { return S->isELF(); }
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
Binary.h 45 isELF,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSymbolELF.h 47 static bool classof(const MCSymbol *S) { return S->isELF(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCSymbolELF.h 47 static bool classof(const MCSymbol *S) { return S->isELF(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCSymbolELF.h 47 static bool classof(const MCSymbol *S) { return S->isELF(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCSymbolELF.h 47 static bool classof(const MCSymbol *S) { return S->isELF(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCSymbolELF.h 47 static bool classof(const MCSymbol *S) { return S->isELF(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCSymbolELF.h 47 static bool classof(const MCSymbol *S) { return S->isELF(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCSymbolELF.h 47 static bool classof(const MCSymbol *S) { return S->isELF(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSymbolELF.h 47 static bool classof(const MCSymbol *S) { return S->isELF(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCSymbolELF.h 47 static bool classof(const MCSymbol *S) { return S->isELF(); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCSymbolELF.h 47 static bool classof(const MCSymbol *S) { return S->isELF(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCSymbolELF.h 47 static bool classof(const MCSymbol *S) { return S->isELF(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCSymbolELF.h 47 static bool classof(const MCSymbol *S) { return S->isELF(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCSymbolELF.h 47 static bool classof(const MCSymbol *S) { return S->isELF(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCSymbolELF.h 47 static bool classof(const MCSymbol *S) { return S->isELF(); }
  /external/llvm/tools/obj2yaml/
obj2yaml.cpp 25 if (Obj.isELF())
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReader.h 53 /// isELF - is this a ELF file
54 bool isELF(const void* pELFHeader) const;
138 /// isELF - is this a ELF file
139 bool isELF(const void* pELFHeader) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
Binary.h 108 bool isELF() const {
142 if (isELF())
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
Binary.h 108 bool isELF() const {
142 if (isELF())
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
Binary.h 109 bool isELF() const {
143 if (isELF())
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
Binary.h 109 bool isELF() const {
143 if (isELF())
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
Binary.h 109 bool isELF() const {
143 if (isELF())
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
Binary.h 109 bool isELF() const {
143 if (isELF())
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
Binary.h 108 bool isELF() const {
142 if (isELF())

Completed in 798 milliseconds

1 2 3 4