Searched refs:LineSectionSymbol (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCObjectStreamer.cpp283 const MCSymbol *LineSectionSymbol = NULL; local
285 LineSectionSymbol = MCDwarfFileTable::Emit(this);
289 MCGenDwarfInfo::Emit(this, LineSectionSymbol);
H A DMCDwarf.cpp555 const MCSymbol *LineSectionSymbol) {
596 if (LineSectionSymbol) {
597 MCOS->EmitSymbolValue(LineSectionSymbol, 4);
704 void MCGenDwarfInfo::Emit(MCStreamer *MCOS, const MCSymbol *LineSectionSymbol) { argument
716 LineSectionSymbol = NULL;
731 EmitGenDwarfInfo(MCOS, AbbrevSectionSymbol, LineSectionSymbol);
553 EmitGenDwarfInfo(MCStreamer *MCOS, const MCSymbol *AbbrevSectionSymbol, const MCSymbol *LineSectionSymbol) argument
H A DMCAsmStreamer.cpp1336 const MCSymbol *LineSectionSymbol = NULL;
1338 LineSectionSymbol = MCDwarfFileTable::Emit(this);
1342 MCGenDwarfInfo::Emit(this, LineSectionSymbol);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCDwarf.h235 static void Emit(MCStreamer *MCOS, const MCSymbol *LineSectionSymbol);

Completed in 169 milliseconds