Home
last modified time | relevance | path

Searched refs:getProtectionFlags (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp196 auto &SegLists = Layout[B->getSection().getProtectionFlags()]; in layOutBlocks()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h669 sys::Memory::ProtectionFlags getProtectionFlags() const { return Prot; } in getProtectionFlags() function