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

/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCDwarf.cpp505 const MCSymbol *SectionStart; member in class:__anon19936::FrameEmitterImpl
509 SectionStart(0) {}
511 void setSectionStart(const MCSymbol *Label) { SectionStart = Label; }
920 const MCExpr *offset = MakeStartMinusEndExpr(streamer, *SectionStart,
1031 MCSymbol *SectionStart = Context.CreateTempSymbol(); local
1032 Streamer.EmitLabel(SectionStart);
1033 Emitter.setSectionStart(SectionStart);
H A DMachObjectWriter.cpp692 uint64_t SectionStart = SectionDataStart + getSectionAddress(it); local
693 WriteSection(Asm, Layout, *it, SectionStart, RelocTableEnd, NumRelocs);
/external/llvm/lib/MC/
H A DMCDwarf.cpp1023 bool LastInSection, const MCSymbol &SectionStart);
1379 const MCSymbol &SectionStart) {
1401 MakeStartMinusEndExpr(Streamer, SectionStart, cieStart, 0);
1520 MCSymbol *SectionStart = Context.createTempSymbol(); local
1521 Streamer.EmitLabel(SectionStart);
1544 Emitter.EmitFDE(*CIEStart, Frame, I == E, *SectionStart);
1376 EmitFDE(const MCSymbol &cieStart, const MCDwarfFrameInfo &frame, bool LastInSection, const MCSymbol &SectionStart) argument
H A DMachObjectWriter.cpp806 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); local
810 writeSection(Layout, Sec, getSectionAddress(&Sec), SectionStart, Flags,
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp445 uint32_t SectionStart = Section->VirtualAddress; local
447 if (SectionStart <= Addr && Addr < SectionEnd) {
448 uint32_t Offset = Addr - SectionStart;
461 uint32_t SectionStart = Section->VirtualAddress; local
464 uint32_t OffsetIntoSection = RVA - SectionStart;
465 if (SectionStart <= RVA && OffsetIntoSection < Section->VirtualSize &&

Completed in 163 milliseconds