Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:GV

180 void WinCodeViewLineTables::emitDebugInfoForFunction(const Function *GV) {
183 const MCSymbol *Fn = Asm->getSymbol(GV);
186 const FunctionInfo &FI = FnDebugInfo[GV];
191 StringRef GVName = GV->getName();
193 if (auto *SP = getDISubprogram(GV))
336 const Function *GV = MF->getFunction();
337 assert(FnDebugInfo.count(GV) == false);
338 VisitedFunctions.push_back(GV);
339 CurFn = &FnDebugInfo[GV];
374 const Function *GV = MF->getFunction();
375 assert(FnDebugInfo.count(GV));
376 assert(CurFn == &FnDebugInfo[GV]);
379 FnDebugInfo.erase(GV);