Searched refs:SectionStart (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 1016 bool LastInSection, const MCSymbol &SectionStart); 1372 const MCSymbol &SectionStart) { in EmitFDE() argument 1394 MakeStartMinusEndExpr(Streamer, SectionStart, cieStart, 0); in EmitFDE() 1514 MCSymbol *SectionStart = Context.createTempSymbol(); in Emit() local 1515 Streamer.EmitLabel(SectionStart); in Emit() 1538 Emitter.EmitFDE(*CIEStart, Frame, I == E, *SectionStart); in Emit()
|
D | MachObjectWriter.cpp | 802 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject() local 806 writeSection(Layout, Sec, getSectionAddress(&Sec), SectionStart, Flags, in writeObject()
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 442 uint32_t SectionStart = Section->VirtualAddress; in getRvaPtr() local 444 if (SectionStart <= Addr && Addr < SectionEnd) { in getRvaPtr() 445 uint32_t Offset = Addr - SectionStart; in getRvaPtr()
|