Home
last modified time | relevance | path

Searched defs:OpcodeName (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dwasm-opcodes.cc14 const char* WasmOpcodes::OpcodeName(WasmOpcode opcode) { in OpcodeName() function in v8::internal::wasm::WasmOpcodes
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp359 if (const char *OpcodeName = CallFrameString(Opcode)) in printOperand() local
/external/llvm/utils/TableGen/
DFastISelEmitter.cpp513 std::string OpcodeName = getOpcodeName(InstPatOp, CGP); in collectPatterns() local
DDAGISelMatcher.h1017 std::string OpcodeName; variable