Searched refs:SectionStart (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 1004 const MCSymbol *SectionStart; member in __anonf8799df50111::FrameEmitterImpl 1007 : CFAOffset(0), InitialCFAOffset(0), IsEH(isEH), SectionStart(nullptr) { in FrameEmitterImpl() 1010 void setSectionStart(const MCSymbol *Label) { SectionStart = Label; } in setSectionStart() 1382 const MCExpr *offset = MakeStartMinusEndExpr(streamer, *SectionStart, in EmitFDE() 1507 MCSymbol *SectionStart = Context.CreateTempSymbol(); in Emit() local 1508 Streamer.EmitLabel(SectionStart); in Emit() 1509 Emitter.setSectionStart(SectionStart); in Emit()
|
D | MachObjectWriter.cpp | 838 uint64_t SectionStart = SectionDataStart + getSectionAddress(it); in WriteObject() local 839 WriteSection(Asm, Layout, *it, SectionStart, RelocTableEnd, NumRelocs); in WriteObject()
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 489 uint32_t SectionStart = Section->VirtualAddress; in getRvaPtr() local 491 if (SectionStart <= Addr && Addr < SectionEnd) { in getRvaPtr() 492 uint32_t Offset = Addr - SectionStart; in getRvaPtr()
|