Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h795 void emitModuleCommandLines(Module &M);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1876 emitModuleCommandLines(M); in doFinalization()
2373 void AsmPrinter::emitModuleCommandLines(Module &M) { in emitModuleCommandLines() function in AsmPrinter