Searched refs:StubsSection (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | x86_64.h | 741 if ((StubsSection = G.findSectionByName(getSectionName()))) in PLTTableManager() 768 if (!StubsSection) in getStubsSection() 769 StubsSection = &G.createSection(getSectionName(), in getStubsSection() 771 return *StubsSection; in getStubsSection() 777 Section *StubsSection = nullptr; variable
|
| H A D | aarch64.h | 868 if ((StubsSection = G.findSectionByName(getSectionName()))) in PLTTableManager() 892 if (!StubsSection) in getStubsSection() 893 StubsSection = &G.createSection(getSectionName(), in getStubsSection() 895 return *StubsSection; in getStubsSection() 901 Section *StubsSection = nullptr; variable
|
| H A D | loongarch.h | 692 if (!StubsSection) in getStubsSection() 693 StubsSection = &G.createSection(getSectionName(), in getStubsSection() 695 return *StubsSection; in getStubsSection() 699 Section *StubsSection = nullptr; variable
|
| H A D | aarch32.h | 379 Section *StubsSection = nullptr; 407 Section *StubsSection = nullptr;
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITLinkRedirectableSymbolManager.cpp | 33 auto &StubsSection = in emitRedirectableSymbols() local 48 auto &Stub = PtrJumpStubCreator(*G, StubsSection, Ptr); in emitRedirectableSymbols()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | aarch32.cpp | 858 if (!StubsSection) in visitEdge() 859 StubsSection = &G.createSection(getSectionName(), in visitEdge() 863 << StubsSection->getName() << "\n"; in visitEdge() 865 Slot->B = &createStubPrev7(G, *StubsSection, Target); in visitEdge() 902 if (!StubsSection) in visitEdge() 903 StubsSection = &G.createSection(getSectionName(), in visitEdge() 905 Block &B = MakeThumb ? createStubThumbv7(G, *StubsSection, Target) in visitEdge() 906 : createStubArmv7(G, *StubsSection, Target); in visitEdge() 913 << Target.getName() << " in " << StubsSection->getName() << ": " in visitEdge()
|
| H A D | x86_64.cpp | 102 for (auto *EntrySym : StubsSection->symbols()) { in registerExistingEntries()
|
| H A D | ELF_riscv.cpp | 96 if (!StubsSection) in getStubsSection() 97 StubsSection = in getStubsSection() 99 return *StubsSection; in getStubsSection() 113 mutable Section *StubsSection = nullptr; member in __anon2c49048a0111::PerGraphGOTAndPLTStubsBuilder_ELF_riscv
|
| H A D | aarch64.cpp | 217 for (auto *EntrySym : StubsSection->symbols()) { in registerExistingEntries()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | SyntheticSections.h | 280 class StubsSection final : public SyntheticSection { 282 StubsSection(); 857 StubsSection *stubs = nullptr;
|
| H A D | SyntheticSections.cpp | 704 StubsSection::StubsSection() in StubsSection() function in StubsSection 713 uint64_t StubsSection::getSize() const { in getSize() 717 void StubsSection::writeTo(uint8_t *buf) const { in writeTo() 727 void StubsSection::finalize() { isFinal = true; } in finalize() 756 void StubsSection::addEntry(Symbol *sym) { in addEntry()
|
| H A D | Writer.cpp | 1399 in.stubs = make<StubsSection>(); in createSyntheticSections()
|