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

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

Completed in 65 milliseconds