Searched refs:StubsSection (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | loongarch.h | 385 if (!StubsSection) in getStubsSection() 386 StubsSection = &G.createSection(getSectionName(), in getStubsSection() 388 return *StubsSection; in getStubsSection() 392 Section *StubsSection = nullptr; variable
|
| H A D | aarch64.h | 765 if (!StubsSection) in getStubsSection() 766 StubsSection = &G.createSection(getSectionName(), in getStubsSection() 768 return *StubsSection; in getStubsSection() 772 Section *StubsSection = nullptr; variable
|
| H A D | aarch32.h | 376 Section *StubsSection = nullptr; 404 Section *StubsSection = nullptr;
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | aarch32.cpp | 860 if (!StubsSection) in visitEdge() 861 StubsSection = &G.createSection(getSectionName(), in visitEdge() 865 << StubsSection->getName() << "\n"; in visitEdge() 867 Slot->B = &createStubPrev7(G, *StubsSection, Target); in visitEdge() 904 if (!StubsSection) in visitEdge() 905 StubsSection = &G.createSection(getSectionName(), in visitEdge() 907 Block &B = MakeThumb ? createStubThumbv7(G, *StubsSection, Target) in visitEdge() 908 : createStubArmv7(G, *StubsSection, Target); in visitEdge() 915 << Target.getName() << " in " << StubsSection->getName() << ": " in visitEdge()
|
| 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 __anone8e79fbf0111::PerGraphGOTAndPLTStubsBuilder_ELF_riscv
|
| /src/contrib/llvm-project/lld/MachO/ |
| H A D | SyntheticSections.h | 280 class StubsSection final : public SyntheticSection { 282 StubsSection(); 855 StubsSection *stubs = nullptr;
|
| H A D | SyntheticSections.cpp | 705 StubsSection::StubsSection() in StubsSection() function in StubsSection 714 uint64_t StubsSection::getSize() const { in getSize() 718 void StubsSection::writeTo(uint8_t *buf) const { in writeTo() 728 void StubsSection::finalize() { isFinal = true; } in finalize() 757 void StubsSection::addEntry(Symbol *sym) { in addEntry()
|
| H A D | Writer.cpp | 1370 in.stubs = make<StubsSection>(); in createSyntheticSections()
|