Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp90 class RuntimeLibcallEmitter;
95 const RuntimeLibcallEmitter &LibcallEmitter;
100 const RuntimeLibcallEmitter &LibcallEmitter, in LibcallPredicateExpander()
201 class RuntimeLibcallEmitter { class
221 RuntimeLibcallEmitter(const RecordKeeper &R) : Records(R) { in RuntimeLibcallEmitter() function in __anonf9119db00211::RuntimeLibcallEmitter
275 void RuntimeLibcallEmitter::emitGetRuntimeLibcallEnum(raw_ostream &OS) const { in emitGetRuntimeLibcallEnum()
306 void RuntimeLibcallEmitter::emitGetInitRuntimeLibcallNames( in emitGetInitRuntimeLibcallNames()
362 void RuntimeLibcallEmitter::emitSystemRuntimeLibrarySetCalls( in emitSystemRuntimeLibrarySetCalls()
540 void RuntimeLibcallEmitter::run(raw_ostream &OS) { in run()
585 static TableGen::Emitter::OptClass<RuntimeLibcallEmitter>