Searched refs:InstrNameData (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCInstrInfo.h28 const unsigned *InstrNameIndices; // Array for name indices in InstrNameData
29 const char *InstrNameData; // Instruction name string pool member in class:llvm::MCInstrInfo
39 InstrNameData = ND;
56 return &InstrNameData[InstrNameIndices[Opcode]];

Completed in 121 milliseconds