reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  986   const MCSymbol *Fn = Asm->getSymbol(GV);
  993   auto *SP = GV->getSubprogram();
  998     emitDebugInfoForThunk(GV, FI, Fn);
 1009     FuncName = GlobalValue::dropLLVMManglingEscape(GV->getName());
 1019     SymbolKind ProcKind = GV->hasLocalLinkage() ? SymbolKind::S_LPROC32_ID
 1039     OS.EmitIntValue(getFuncIdForSubprogram(GV->getSubprogram()).getIndex(), 4);