Home
last modified time | relevance | path

Searched refs:EmitStr (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp438 std::string EmitStr; member
453 MatchTableRecord(Optional<unsigned> LabelID_, StringRef EmitStr, in MatchTableRecord()
456 : LabelID(LabelID_.getValueOr(~0u)), EmitStr(EmitStr), in MatchTableRecord()
592 if (NextI->EmitStr == "" && in emitDeclaration()
625 OS << EmitStr; in emit()