Home
last modified time | relevance | path

Searched defs:getOpcodeName (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp42 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp627 static StringRef getOpcodeName(uint8_t Opcode, uint8_t OpcodeBase) { in getOpcodeName() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp762 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
H A DConstants.cpp2783 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp14 const char *Instruction::getOpcodeName(Opcode Opc) { in getOpcodeName() function in llvm::sandboxir::Instruction
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h132 const char *getOpcodeName() const { return getOpcodeName(Opc); } in getOpcodeName() function
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp567 const char *getOpcodeName() const { in getOpcodeName() function in __anondf6e26480411::BitcodeConstant