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

Declarations

include/llvm/MC/MCContext.h
  484     getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  931   DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym);
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
 1514       return Ctx.getAssociativeCOFFSection(Default, KeySym, 0);
 1529     return Ctx.getAssociativeCOFFSection(Sec, KeySym, 0);
 1536   return Ctx.getAssociativeCOFFSection(
lib/MC/MCStreamer.cpp
  798   return Context.getAssociativeCOFFSection(MainCFISecCOFF, KeySym, UniqueID);