Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h893 void emitModuleIdents(Module &M);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2474 emitModuleIdents(M); in doFinalization()
2995 void AsmPrinter::emitModuleIdents(Module &M) { in emitModuleIdents() function in AsmPrinter