HomeSort by relevance Sort by last modified time
    Searched defs:getEnumName (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 47 default: return getEnumName(T);
51 std::string llvm::getEnumName(MVT::SimpleValueType T) {
AsmMatcherEmitter.cpp 573 std::string getEnumName() const {
578 errs() << getEnumName() << " " << Index << "\n";
    [all...]

Completed in 1113 milliseconds