Searched refs:GOTSection (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp433 if (!GOTSection)
434 GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ);
435 return *GOTSection;
459 Section *GOTSection = nullptr; member in class:__anon1876::MachO_arm64_GOTAndStubsBuilder
H A DMachO_x86_64.cpp396 if (!GOTSection)
397 GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ);
398 return *GOTSection;
422 Section *GOTSection = nullptr; member in class:__anon1877::MachO_x86_64_GOTAndStubsBuilder

Completed in 80 milliseconds