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

References

lib/MC/MCDwarf.cpp
 1100   MCContext &context = MCOS->getContext();
 1106   MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection());
 1117     MCOS->emitFill(AddrSize, 0xFF);
 1118     MCOS->EmitValue(SectionStartAddr, AddrSize);
 1121     const MCExpr *SectionSize = MakeStartMinusEndExpr(*MCOS,
 1123     MCOS->EmitIntValue(0, AddrSize);
 1124     emitAbsValue(*MCOS, SectionSize, AddrSize);
 1128   MCOS->EmitIntValue(0, AddrSize);
 1129   MCOS->EmitIntValue(0, AddrSize);