Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp403 auto StubsProt = static_cast<sys::Memory::ProtectionFlags>( in getStubsSection() local
405 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()
DMachO_arm64.cpp440 auto StubsProt = static_cast<sys::Memory::ProtectionFlags>( in getStubsSection() local
442 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELF_x86_64.cpp93 auto StubsProt = static_cast<sys::Memory::ProtectionFlags>( in getStubsSection() local
95 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()
DMachO_x86_64.cpp433 auto StubsProt = static_cast<sys::Memory::ProtectionFlags>( in getStubsSection() local
435 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()
DMachO_arm64.cpp464 auto StubsProt = static_cast<sys::Memory::ProtectionFlags>( in getStubsSection() local
466 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()