Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp386 for (auto &P : FnDebugInfo) in endModule()
873 assert(FnDebugInfo.count(GV) == false); in beginFunction()
874 CurFn = &FnDebugInfo[GV]; in beginFunction()
1476 FnDebugInfo.clear(); in clear()
1919 assert(FnDebugInfo.count(GV)); in endFunction()
1920 assert(CurFn == &FnDebugInfo[GV]); in endFunction()
1928 FnDebugInfo.erase(GV); in endFunction()
DCodeViewDebug.h132 MapVector<const Function *, FunctionInfo> FnDebugInfo; variable