Home
last modified time | relevance | path

Searched refs:getMemProt (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DMemoryFlags.cpp28 return OS << '(' << AG.getMemProt() << ", " << AG.getMemDeallocPolicy() in operator <<()
H A DJITLinkMemoryManager.cpp31 auto &Seg = Segments[{Sec.getMemProt(), Sec.getMemDeallocPolicy()}]; in BasicLayout()
167 AGSectionNames[static_cast<unsigned>(AG.getMemProt()) | in Create()
170 auto &Sec = G->createSection(AGSectionName, AG.getMemProt()); in Create()
282 auto Prot = toSysMemoryProtectionFlags(AG.getMemProt()); in applyProtections()
H A DELFLinkGraphBuilder.h323 assert(GraphSec->getMemProt() == Prot && "MemProt should match"); in graphifySections()
H A DCOFFLinkGraphBuilder.cpp159 if (GraphSec->getMemProt() != Prot) in graphifySections()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.cpp107 SI.Prot = (toSysMemoryProtectionFlags(AG.getMemProt())); in allocate()
H A DEPCGenericJITLinkMemoryManager.cpp51 toSysMemoryProtectionFlags(KV.first.getMemProt())), in finalize()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DMemoryFlags.h113 MemProt getMemProt() const {
H A DJITLink.h694 MemProt getMemProt() const { return Prot; } in getMemProt() function
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp515 auto Prot = toSysMemoryProtectionFlags(Group.getMemProt()); in allocate()