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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWinCodeViewLineTables.cpp129 if (FnDebugInfo.empty())
197 const FunctionInfo &FI = FnDebugInfo[GV];
352 assert(FnDebugInfo.count(GV) == false);
354 CurFn = &FnDebugInfo[GV];
390 assert(FnDebugInfo.count(GV));
391 assert(CurFn == &FnDebugInfo[GV]);
394 FnDebugInfo.erase(GV);
H A DWinCodeViewLineTables.h45 FnDebugInfoTy FnDebugInfo; member in class:llvm::WinCodeViewLineTables

Completed in 154 milliseconds