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

/external/llvm/lib/MC/
H A DMCDwarf.cpp1009 const MCSymbol *SectionStart; member in class:__anon25880::FrameEmitterImpl
1012 : CFAOffset(0), CIENum(0), IsEH(isEH), SectionStart(nullptr) {}
1014 void setSectionStart(const MCSymbol *Label) { SectionStart = Label; }
1477 const MCExpr *offset = MakeStartMinusEndExpr(streamer, *SectionStart,
1605 MCSymbol *SectionStart = Context.CreateTempSymbol(); local
1606 Streamer.EmitLabel(SectionStart);
1607 Emitter.setSectionStart(SectionStart);
H A DMachObjectWriter.cpp864 uint64_t SectionStart = SectionDataStart + getSectionAddress(it); local
865 WriteSection(Asm, Layout, *it, SectionStart, RelocTableEnd, NumRelocs);
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp443 uint32_t SectionStart = Section->VirtualAddress; local
445 if (SectionStart <= Addr && Addr < SectionEnd) {
446 uint32_t Offset = Addr - SectionStart;

Completed in 132 milliseconds