Searched refs:GOTSection (Results 1 – 8 of 8) sorted by relevance
278 if (!GOTSection) in getGOTSection()279 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getGOTSection()280 return *GOTSection; in getGOTSection()283 Section *GOTSection = nullptr; variable
349 if (!GOTSection) in getGOTSection()350 GOTSection = &G.createSection(getSectionName(), in getGOTSection()352 return *GOTSection; in getGOTSection()355 Section *GOTSection = nullptr; variable
609 if (!GOTSection) in getGOTSection()610 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getGOTSection()611 return *GOTSection; in getGOTSection()614 Section *GOTSection = nullptr; variable
592 if (!GOTSection) in getGOTSection()593 GOTSection = &G.createSection(getSectionName(), in getGOTSection()595 return *GOTSection; in getGOTSection()598 Section *GOTSection = nullptr; variable
59 if (auto *GOTSection = G.findSectionByName( in getOrCreateGOTSymbol() local62 return {*GOTSection, true}; in getOrCreateGOTSymbol()79 if (auto *GOTSection = in getOrCreateGOTSymbol() local83 for (auto *Sym : GOTSection->symbols()) in getOrCreateGOTSymbol()90 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
295 if (auto *GOTSection = G.findSectionByName( in getOrCreateGOTSymbol() local298 return {*GOTSection, true}; in getOrCreateGOTSymbol()315 if (auto *GOTSection = in getOrCreateGOTSymbol() local319 for (auto *Sym : GOTSection->symbols()) in getOrCreateGOTSymbol()326 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
480 if (!GOTSection) in getTLSDescSection()481 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getTLSDescSection()482 return *GOTSection; in getTLSDescSection()496 Section *GOTSection = nullptr; member in __anon3a9007080111::TLSDescTableManager_ELF_aarch64
84 if (!GOTSection) in getGOTSection()85 GOTSection = &G.createSection("$__GOT", orc::MemProt::Read); in getGOTSection()86 return *GOTSection; in getGOTSection()106 mutable Section *GOTSection = nullptr; member in __anon7ea9f7860111::PerGraphGOTAndPLTStubsBuilder_ELF_riscv