Home
last modified time | relevance | path

Searched defs:Prot (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport_linux.cpp44 void NORETURN reportProtectError(uptr Addr, uptr Size, int Prot) { in reportProtectError()
H A Dfuchsia.cpp169 const zx_vm_option_t Prot = in setMemoryPermission() local
H A Dlinux.cpp93 int Prot = (Flags & MAP_NOACCESS) ? PROT_NONE : (PROT_READ | PROT_WRITE); in setMemoryPermission() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMmapWriteExecChecker.cpp70 int64_t Prot = ProtLoc->getValue()->getSExtValue(); in checkPreCall() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DXCOFFLinkGraphBuilder.cpp173 orc::MemProt Prot = orc::MemProt::Read; in processSections() local
H A DELFLinkGraphBuilder.h358 orc::MemProt Prot = orc::MemProt::Read; in graphifySections() local
H A DCOFFLinkGraphBuilder.cpp146 orc::MemProt Prot = orc::MemProt::Read; in graphifySections() local
H A DMachOLinkGraphBuilder.cpp175 orc::MemProt Prot; in createNormalizedSections() local
H A DJITLinkMemoryManager.cpp321 auto Prot = toSysMemoryProtectionFlags(AG.getMemProt()); in applyProtections() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h722 Section(StringRef Name, orc::MemProt Prot, SectionOrdinal SecOrdinal) in Section()
750 void setMemProt(orc::MemProt Prot) { this->Prot = Prot; } in setMemProt()
827 orc::MemProt Prot; variable
1138 Section &createSection(StringRef Name, orc::MemProt Prot) { in createSection()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp925 for (auto *Prot : OIT->getProtocols()) in VisitType() local
1163 void clang::index::generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS, in generateUSRForObjCProtocol()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h45 MemProt Prot; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp903 uint32_t Prot = in writeObject() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp333 std::string Prot; in getMask() local