Home
last modified time | relevance | path

Searched defs:printDescription (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagPredicate.cpp24 void GIMatchDagPredicate::printDescription(raw_ostream &OS) const { OS << ""; } in printDescription() function in GIMatchDagPredicate
32 void GIMatchDagOpcodePredicate::printDescription(raw_ostream &OS) const { in printDescription() function in GIMatchDagOpcodePredicate
41 void GIMatchDagOneOfOpcodesPredicate::printDescription(raw_ostream &OS) const { in printDescription() function in GIMatchDagOneOfOpcodesPredicate
56 void GIMatchDagSameMOPredicate::printDescription(raw_ostream &OS) const { in printDescription() function in GIMatchDagSameMOPredicate
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DTaskDispatch.h67 void printDescription(raw_ostream &OS) override { OS << Desc; } in printDescription() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp199 void printDescription(raw_ostream &OS) override { in handleComplete() function in llvm::orc::AsynchronousSymbolQuery::handleComplete::RunQueryCompleteTask
1876 void MaterializationTask::printDescription(raw_ostream &OS) { in printDescription() function in llvm::orc::MaterializationTask