Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h895 virtual void emitModuleCommandLines(Module &M);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp506 emitModuleCommandLines(M); in doInitialization()
2479 emitModuleCommandLines(M); in doFinalization()
3009 void AsmPrinter::emitModuleCommandLines(Module &M) { in emitModuleCommandLines() function in AsmPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp303 void emitModuleCommandLines(Module &M) override;
3309 void PPCAIXAsmPrinter::emitModuleCommandLines(Module &M) { in emitModuleCommandLines() function in PPCAIXAsmPrinter