Home
last modified time | relevance | path

Searched refs:StubsSection (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lld/MachO/
DSyntheticSections.h305 class StubsSection : public SyntheticSection {
307 StubsSection();
488 StubsSection *stubs = nullptr;
DSyntheticSections.cpp388 StubsSection::StubsSection() in StubsSection() function in StubsSection
394 uint64_t StubsSection::getSize() const { in getSize()
398 void StubsSection::writeTo(uint8_t *buf) const { in writeTo()
406 bool StubsSection::addEntry(Symbol *sym) { in addEntry()
DWriter.cpp747 in.stubs = make<StubsSection>(); in createSyntheticSections()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp402 if (!StubsSection) { in getStubsSection()
405 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()
407 return *StubsSection; in getStubsSection()
423 Section *StubsSection = nullptr; member in __anonfa910b2e0111::MachO_x86_64_GOTAndStubsBuilder
DMachO_arm64.cpp439 if (!StubsSection) { in getStubsSection()
442 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()
444 return *StubsSection; in getStubsSection()
460 Section *StubsSection = nullptr; member in __anon50d0b2690111::MachO_arm64_GOTAndStubsBuilder
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELF_x86_64.cpp92 if (!StubsSection) { in getStubsSection()
95 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()
97 return *StubsSection; in getStubsSection()
111 Section *StubsSection = nullptr; member in __anon0a970ec90111::ELF_x86_64_GOTAndStubsBuilder
DMachO_x86_64.cpp432 if (!StubsSection) { in getStubsSection()
435 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()
437 return *StubsSection; in getStubsSection()
451 Section *StubsSection = nullptr; member in __anon16dd6dba0111::MachO_x86_64_GOTAndStubsBuilder
DMachO_arm64.cpp463 if (!StubsSection) { in getStubsSection()
466 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()
468 return *StubsSection; in getStubsSection()
484 Section *StubsSection = nullptr; member in __anonf494f3750111::MachO_arm64_GOTAndStubsBuilder