Home
last modified time | relevance | path

Searched refs:ID_Wasm (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DBinary.h72 ID_Wasm, enumerator
136 bool isWasm() const { return TypeID == ID_Wasm; } in isWasm()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DObject.cpp125 case ID_Wasm: in LLVMBinaryGetType()
DWasmObjectFile.cpp292 : ObjectFile(Binary::ID_Wasm, Buffer) { in WasmObjectFile()