Home
last modified time | relevance | path

Searched refs:StubsProt (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp122 auto StubsProt = static_cast<sys::Memory::ProtectionFlags>( in getStubsSection() local
124 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()
H A DMachO_x86_64.cpp485 auto StubsProt = static_cast<sys::Memory::ProtectionFlags>( in getStubsSection() local
487 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()
H A DMachO_arm64.cpp466 auto StubsProt = static_cast<sys::Memory::ProtectionFlags>( in getStubsSection() local
468 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()