Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h897 virtual void emitModuleCommandLines(Module &M);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp515 emitModuleCommandLines(M); in doInitialization()
2472 emitModuleCommandLines(M); in doFinalization()
3000 void AsmPrinter::emitModuleCommandLines(Module &M) { in emitModuleCommandLines() function in AsmPrinter
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp295 void emitModuleCommandLines(Module &M) override;
2998 void PPCAIXAsmPrinter::emitModuleCommandLines(Module &M) { in emitModuleCommandLines() function in PPCAIXAsmPrinter