HomeSort by relevance Sort by last modified time
    Searched refs:isWasm (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
obj2yaml.cpp 25 if (Obj.isWasm())
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCSymbolWasm.h 40 static bool classof(const MCSymbol *S) { return S->isWasm(); }
MCSymbol.h 287 bool isWasm() const { return Kind == SymbolKindWasm; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
Binary.h 121 bool isWasm() const { return TypeID == ID_Wasm; }
Wasm.h 124 static bool classof(const Binary *v) { return v->isWasm(); }
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
llvm-readobj.cpp 396 if (Obj->isWasm())
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
llvm-objdump.cpp     [all...]

Completed in 247 milliseconds