Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h875 void emitModuleCommandLines(Module &M);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2263 emitModuleCommandLines(M); in doFinalization()
2754 void AsmPrinter::emitModuleCommandLines(Module &M) { in emitModuleCommandLines() function in AsmPrinter