Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h836 void emitModuleCommandLines(Module &M);
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2113 emitModuleCommandLines(M); in doFinalization()
2603 void AsmPrinter::emitModuleCommandLines(Module &M) { in emitModuleCommandLines() function in AsmPrinter