Searched defs:stringForContext (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp27 /// stringForContext - Returns a string containing the name of a particular
33 static inline const char* stringForContext(InstructionContext insnContext) { function
47 /// stringForOperandType - Like stringForContext, but for OperandTypes.
58 /// stringForOperandEncoding - like stringForContext, but for
351 stringForContext((InstructionContext)parent) << "\n";
605 o2 << stringForContext((InstructionContext)index);
891 errs() << "Context " << stringForContext(newInfo.insnContext) << "\n";

Completed in 255 milliseconds