Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp118 if (FnDebugInfo.empty()) in endModule()
186 const FunctionInfo &FI = FnDebugInfo[GV]; in emitDebugInfoForFunction()
337 assert(FnDebugInfo.count(GV) == false); in beginFunction()
339 CurFn = &FnDebugInfo[GV]; in beginFunction()
375 assert(FnDebugInfo.count(GV)); in endFunction()
376 assert(CurFn == &FnDebugInfo[GV]); in endFunction()
379 FnDebugInfo.erase(GV); in endFunction()
DWinCodeViewLineTables.h45 FnDebugInfoTy FnDebugInfo; variable