Searched refs:SectionStart (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/MC/
H A DMCDwarf.cpp848 const MCSymbol *SectionStart; member in class:__anon8784::FrameEmitterImpl
852 SectionStart(0) {}
854 void setSectionStart(const MCSymbol *Label) { SectionStart = Label; }
1292 const MCExpr *offset = MakeStartMinusEndExpr(streamer, *SectionStart,
1399 MCSymbol *SectionStart = Context.CreateTempSymbol(); local
1400 Streamer.EmitLabel(SectionStart);
1401 Emitter.setSectionStart(SectionStart);
H A DMachObjectWriter.cpp720 uint64_t SectionStart = SectionDataStart + getSectionAddress(it); local
721 WriteSection(Asm, Layout, *it, SectionStart, RelocTableEnd, NumRelocs);

Completed in 70 milliseconds