Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:GV

130 void WinCodeViewLineTables::emitDebugInfoForFunction(const Function *GV) {
133 const MCSymbol *Fn = Asm->getSymbol(GV);
136 const FunctionInfo &FI = FnDebugInfo[GV];
270 const Function *GV = MF->getFunction();
271 assert(FnDebugInfo.count(GV) == false);
272 VisitedFunctions.push_back(GV);
273 CurFn = &FnDebugInfo[GV];
310 const Function *GV = MF->getFunction();
311 assert(FnDebugInfo.count(GV));
312 assert(CurFn == &FnDebugInfo[GV]);
315 FnDebugInfo.erase(GV);