Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinCodeViewLineTables.h112 void emitDebugInfoForFunction(const Function *GV);
H A DWinCodeViewLineTables.cpp136 emitDebugInfoForFunction(VisitedFunctions[I]); in endModule()
182 void WinCodeViewLineTables::emitDebugInfoForFunction(const Function *GV) { in emitDebugInfoForFunction() function in llvm::WinCodeViewLineTables