Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCDwarf.cpp1302 bool LastInSection, const MCSymbol &SectionStart);
1664 const MCSymbol &SectionStart) { in EmitFDE() argument
1686 MakeStartMinusEndExpr(Streamer, SectionStart, cieStart, 0); in EmitFDE()
1827 MCSymbol *SectionStart = Context.createTempSymbol(); in Emit() local
1828 Streamer.EmitLabel(SectionStart); in Emit()
1848 Emitter.EmitFDE(*CIEStart, Frame, I == E, *SectionStart); in Emit()
H A DMachObjectWriter.cpp838 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject() local
842 writeSection(Layout, Sec, getSectionAddress(&Sec), SectionStart, Flags, in writeObject()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp462 uint32_t SectionStart = Section->VirtualAddress; in getRvaPtr() local
464 if (SectionStart <= Addr && Addr < SectionEnd) { in getRvaPtr()
465 uint32_t Offset = Addr - SectionStart; in getRvaPtr()
478 uint32_t SectionStart = Section->VirtualAddress; in getRvaAndSizeAsBytes() local
481 uint32_t OffsetIntoSection = RVA - SectionStart; in getRvaAndSizeAsBytes()
482 if (SectionStart <= RVA && OffsetIntoSection < Section->VirtualSize && in getRvaAndSizeAsBytes()