HomeSort by: relevance | last modified time | path
    Searched refs:StubsProt (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
MachO_arm64.cpp 467 auto StubsProt = static_cast<sys::Memory::ProtectionFlags>(
469 StubsSection = &G.createSection("$__STUBS", StubsProt);
MachO_x86_64.cpp 480 auto StubsProt = static_cast<sys::Memory::ProtectionFlags>(
482 StubsSection = &G.createSection("$__STUBS", StubsProt);
ELF_x86_64.cpp 121 auto StubsProt = static_cast<sys::Memory::ProtectionFlags>(
123 StubsSection = &G.createSection("$__STUBS", StubsProt);

Completed in 65 milliseconds