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

/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCObjectStreamer.cpp384 const MCSymbol *LineSectionSymbol = NULL; local
386 LineSectionSymbol = MCDwarfFileTable::Emit(this);
390 MCGenDwarfInfo::Emit(this, LineSectionSymbol);
H A DMCDwarf.cpp576 const MCSymbol *LineSectionSymbol) {
617 if (LineSectionSymbol) {
618 MCOS->EmitSymbolValue(LineSectionSymbol, 4);
732 void MCGenDwarfInfo::Emit(MCStreamer *MCOS, const MCSymbol *LineSectionSymbol) { argument
739 LineSectionSymbol = NULL;
765 EmitGenDwarfInfo(MCOS, AbbrevSectionSymbol, LineSectionSymbol);
574 EmitGenDwarfInfo(MCStreamer *MCOS, const MCSymbol *AbbrevSectionSymbol, const MCSymbol *LineSectionSymbol) argument
H A DMCAsmStreamer.cpp1359 const MCSymbol *LineSectionSymbol = NULL;
1361 LineSectionSymbol = MCDwarfFileTable::Emit(this);
1365 MCGenDwarfInfo::Emit(this, LineSectionSymbol);
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCDwarf.h245 static void Emit(MCStreamer *MCOS, const MCSymbol *LineSectionSymbol);

Completed in 50 milliseconds