Home
last modified time | relevance | path

Searched refs:isWasm (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dobj2yaml.cpp25 if (Obj.isWasm()) in dumpObject()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSymbolWasm.h40 static bool classof(const MCSymbol *S) { return S->isWasm(); } in classof()
DMCSymbol.h287 bool isWasm() const { return Kind == SymbolKindWasm; } in isWasm() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DBinary.h121 bool isWasm() const { return TypeID == ID_Wasm; } in isWasm() function
DWasm.h124 static bool classof(const Binary *v) { return v->isWasm(); } in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp396 if (Obj->isWasm()) in createDumper()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp2162 if (o->isWasm()) in printPrivateFileHeaders()