Home
last modified time | relevance | path

Searched refs:GOTSection (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp396 if (!GOTSection) in getGOTSection()
397 GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ); in getGOTSection()
398 return *GOTSection; in getGOTSection()
422 Section *GOTSection = nullptr; member in __anon0e4d9dc70111::MachO_x86_64_GOTAndStubsBuilder
DMachO_arm64.cpp433 if (!GOTSection) in getGOTSection()
434 GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ); in getGOTSection()
435 return *GOTSection; in getGOTSection()
459 Section *GOTSection = nullptr; member in __anoncd88d5e20111::MachO_arm64_GOTAndStubsBuilder
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp426 if (!GOTSection) in getGOTSection()
427 GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ); in getGOTSection()
428 return *GOTSection; in getGOTSection()
450 Section *GOTSection = nullptr; member in __anon9f9feab30111::MachO_x86_64_GOTAndStubsBuilder
DELF_x86_64.cpp86 if (!GOTSection) in getGOTSection()
87 GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ); in getGOTSection()
88 return *GOTSection; in getGOTSection()
110 Section *GOTSection = nullptr; member in __anona873f9820111::ELF_x86_64_GOTAndStubsBuilder
DMachO_arm64.cpp457 if (!GOTSection) in getGOTSection()
458 GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ); in getGOTSection()
459 return *GOTSection; in getGOTSection()
483 Section *GOTSection = nullptr; member in __anon4e0f354e0111::MachO_arm64_GOTAndStubsBuilder