HomeSort by relevance Sort by last modified time
    Searched refs:LineSectionSymbol (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/MC/
MCObjectStreamer.cpp 380 const MCSymbol *LineSectionSymbol = NULL;
382 LineSectionSymbol = MCDwarfFileTable::Emit(this);
386 MCGenDwarfInfo::Emit(this, LineSectionSymbol);
MCDwarf.cpp 575 const MCSymbol *LineSectionSymbol) {
616 if (LineSectionSymbol) {
617 MCOS->EmitSymbolValue(LineSectionSymbol, 4);
729 void MCGenDwarfInfo::Emit(MCStreamer *MCOS, const MCSymbol *LineSectionSymbol) {
736 LineSectionSymbol = NULL;
762 EmitGenDwarfInfo(MCOS, AbbrevSectionSymbol, LineSectionSymbol);
    [all...]
MCAsmStreamer.cpp     [all...]
  /external/llvm/include/llvm/MC/
MCDwarf.h 245 static void Emit(MCStreamer *MCOS, const MCSymbol *LineSectionSymbol);

Completed in 71 milliseconds