Home
last modified time | relevance | path

Searched refs:LastSection (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DAsmDump.cpp258 const BinarySection *LastSection = BF.getOriginSection(); in dumpFunction() local
261 dumpTargetFunctionStub(OS, BC, CalleeSymb, LastSection); in dumpFunction()
266 dumpJumpTableSymbols(OS, JTI.second, *MAP.get(), LastSection); in dumpFunction()
271 dumpBinaryDataSymbols(OS, BD, LastSection); in dumpFunction()
/llvm-project-15.0.7/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp201 const OutputSection<ELFT> *LastSection = Sections.back(); in ELFStubBuilder() local
255 ElfHeader.e_shnum = LastSection->Index + 1; in ELFStubBuilder()
257 alignTo(LastSection->Offset + LastSection->Size, sizeof(Elf_Addr)); in ELFStubBuilder()