Searched refs:GOTSection (Results 1 – 8 of 8) sorted by relevance
60 if (auto *GOTSection = G.findSectionByName( in getOrCreateGOTSymbol() local63 return {*GOTSection, true}; in getOrCreateGOTSymbol()80 if (auto *GOTSection = in getOrCreateGOTSymbol() local84 for (auto *Sym : GOTSection->symbols()) in getOrCreateGOTSymbol()91 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
261 if (auto *GOTSection = G.findSectionByName( in getOrCreateGOTSymbol() local264 return {*GOTSection, true}; in getOrCreateGOTSymbol()281 if (auto *GOTSection = in getOrCreateGOTSymbol() local285 for (auto *Sym : GOTSection->symbols()) in getOrCreateGOTSymbol()292 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
541 if (!GOTSection) in getTLSDescSection()542 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getTLSDescSection()543 return *GOTSection; in getTLSDescSection()557 Section *GOTSection = nullptr; member in __anoncc26650c0111::TLSDescTableManager_ELF_aarch64
90 if (!GOTSection) in getGOTSection()91 GOTSection = &G.createSection("$__GOT", orc::MemProt::Read); in getGOTSection()92 return *GOTSection; in getGOTSection()112 mutable Section *GOTSection = nullptr; member in __anon2c49048a0111::PerGraphGOTAndPLTStubsBuilder_ELF_riscv
376 if (!GOTSection) in getGOTSection()377 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getGOTSection()378 return *GOTSection; in getGOTSection()381 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
638 if (!GOTSection) in getGOTSection()639 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getGOTSection()640 return *GOTSection; in getGOTSection()643 Section *GOTSection = nullptr; variable
729 if (!GOTSection) in getGOTSection()730 GOTSection = &G.createSection(getSectionName(), in getGOTSection()732 return *GOTSection; in getGOTSection()735 Section *GOTSection = nullptr; variable