HomeSort by: relevance | last modified time | path
    Searched defs:getOpcodeName (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCInstPrinter.cpp 39 /// getOpcodeName - Return the name of the specified opcode enum (e.g.
41 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h 162 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
177 static const char* getOpcodeName(unsigned OpCode);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp 317 const char *Instruction::getOpcodeName(unsigned OpCode) {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 600 static StringRef getOpcodeName(uint8_t Opcode, uint8_t OpcodeBase) {
610 StringRef OpcodeName = getOpcodeName(Opcode, LineTable->Prologue.OpcodeBase);
645 getOpcodeName(Opcode, LineTable->Prologue.OpcodeBase);
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcher.h 1015 const std::string &getOpcodeName() const { return OpcodeName; }

Completed in 22 milliseconds