OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProtectionFlags
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
JITLinkMemoryManager.h
35
using
ProtectionFlags
= sys::Memory::
ProtectionFlags
;
71
virtual MutableArrayRef<char> getWorkingMemory(
ProtectionFlags
Seg) = 0;
75
virtual JITTargetAddress getTargetMemory(
ProtectionFlags
Seg) = 0;
JITLink.h
580
Section(StringRef Name, sys::Memory::
ProtectionFlags
Prot,
606
sys::Memory::
ProtectionFlags
getProtectionFlags() const { return Prot; }
609
void setProtectionFlags(sys::Memory::
ProtectionFlags
Prot) {
661
sys::Memory::
ProtectionFlags
Prot;
883
Section &createSection(StringRef Name, sys::Memory::
ProtectionFlags
Prot) {
/src/external/apache2/llvm/dist/llvm/lib/Support/
Memory.cpp
35
raw_ostream &operator<<(raw_ostream &OS, const Memory::
ProtectionFlags
&PF) {
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
JITLinkMemoryManager.cpp
29
MutableArrayRef<char> getWorkingMemory(
ProtectionFlags
Seg) override {
34
JITTargetAddress getTargetMemory(
ProtectionFlags
Seg) override {
82
const sys::Memory::
ProtectionFlags
ReadWrite =
83
static_cast<sys::Memory::
ProtectionFlags
>(sys::Memory::MF_READ |
JITLinkGeneric.cpp
224
<< static_cast<sys::Memory::
ProtectionFlags
>(KV.first) << ":\n";
272
<< static_cast<sys::Memory::
ProtectionFlags
>(Prot)
289
auto Prot = static_cast<sys::Memory::
ProtectionFlags
>(KV.first);
302
Alloc->getTargetMemory(static_cast<sys::Memory::
ProtectionFlags
>(Prot));
363
Alloc.getWorkingMemory(static_cast<sys::Memory::
ProtectionFlags
>(Prot));
369
<< static_cast<sys::Memory::
ProtectionFlags
>(Prot) << " [ "
MachOLinkGraphBuilder.cpp
100
auto Prot = static_cast<sys::Memory::
ProtectionFlags
>(
173
sys::Memory::
ProtectionFlags
Prot;
175
Prot = static_cast<sys::Memory::
ProtectionFlags
>(sys::Memory::MF_READ |
178
Prot = static_cast<sys::Memory::
ProtectionFlags
>(sys::Memory::MF_READ |
ELF_x86_64.cpp
121
auto StubsProt = static_cast<sys::Memory::
ProtectionFlags
>(
254
auto Prot = static_cast<sys::Memory::
ProtectionFlags
>(
369
sys::Memory::
ProtectionFlags
Prot;
371
Prot = static_cast<sys::Memory::
ProtectionFlags
>(sys::Memory::MF_READ |
374
Prot = static_cast<sys::Memory::
ProtectionFlags
>(sys::Memory::MF_READ |
MachO_arm64.cpp
467
auto StubsProt = static_cast<sys::Memory::
ProtectionFlags
>(
MachO_x86_64.cpp
480
auto StubsProt = static_cast<sys::Memory::
ProtectionFlags
>(
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Memory.h
54
enum
ProtectionFlags
{
163
/// Debugging output for Memory::
ProtectionFlags
.
164
raw_ostream &operator<<(raw_ostream &OS, const Memory::
ProtectionFlags
&PF);
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRPCTargetProcessControl.h
58
MutableArrayRef<char> getWorkingMemory(
ProtectionFlags
Seg) override {
65
JITTargetAddress getTargetMemory(
ProtectionFlags
Seg) override {
83
static_cast<sys::Memory::
ProtectionFlags
>(KV.first)),
135
static_cast<sys::Memory::
ProtectionFlags
>(KV.first)),
161
static_cast<sys::Memory::
ProtectionFlags
>(KV.first)),
OrcRemoteTargetClient.h
337
using
ProtectionFlags
= sys::Memory::
ProtectionFlags
;
359
MutableArrayRef<char> getWorkingMemory(
ProtectionFlags
Seg) override {
365
JITTargetAddress getTargetMemory(
ProtectionFlags
Seg) override {
401
const sys::Memory::
ProtectionFlags
ReadWrite =
402
static_cast<sys::Memory::
ProtectionFlags
>(sys::Memory::MF_READ |
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
TPCIndirectionUtils.cpp
106
static_cast<sys::Memory::
ProtectionFlags
>(sys::Memory::MF_READ |
290
static_cast<sys::Memory::
ProtectionFlags
>(sys::Memory::MF_READ |
357
static_cast<sys::Memory::
ProtectionFlags
>(sys::Memory::MF_READ |
360
static_cast<sys::Memory::
ProtectionFlags
>(sys::Memory::MF_READ |
DebugObjectManagerPlugin.cpp
111
static constexpr sys::Memory::
ProtectionFlags
ReadOnly =
112
static_cast<sys::Memory::
ProtectionFlags
>(sys::Memory::MF_READ);
/src/sys/external/bsd/acpica/dist/common/
dmtbinfo3.c
752
{ACPI_DMT_UINT32, ACPI_WSMT_OFFSET (
ProtectionFlags
), "Protection Flags", 0},
753
{ACPI_DMT_FLAG0, ACPI_WSMT_FLAG_OFFSET (
ProtectionFlags
,0), "FIXED_COMM_BUFFERS", 0},
754
{ACPI_DMT_FLAG1, ACPI_WSMT_FLAG_OFFSET (
ProtectionFlags
,0), "COMM_BUFFER_NESTED_PTR_PROTECTION", 0},
755
{ACPI_DMT_FLAG2, ACPI_WSMT_FLAG_OFFSET (
ProtectionFlags
,0), "SYSTEM_RESOURCE_PROTECTION", 0},
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
OrcRPCTPCServer.h
43
/// Convert from sys::Memory::
ProtectionFlags
45
toWireProtectionFlags(sys::Memory::
ProtectionFlags
PF) {
56
inline sys::Memory::
ProtectionFlags
65
return static_cast<sys::Memory::
ProtectionFlags
>(PF);
/src/sys/external/bsd/acpica/dist/include/
actbl3.h
901
UINT32
ProtectionFlags
;
905
/* Flags for
ProtectionFlags
field above */
/src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
llvm-jitlink.cpp
354
MutableArrayRef<char> getWorkingMemory(
ProtectionFlags
Seg) override {
359
JITTargetAddress getTargetMemory(
ProtectionFlags
Seg) override {
452
const sys::Memory::
ProtectionFlags
ReadWrite =
453
static_cast<sys::Memory::
ProtectionFlags
>(sys::Memory::MF_READ |
Completed in 47 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026