OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReadOnly
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
DebugObjectManagerPlugin.cpp
111
static constexpr sys::Memory::ProtectionFlags
ReadOnly
=
172
jitTargetAddressToPointer<void *>(Alloc->getTargetMemory(
ReadOnly
)),
173
Alloc->getWorkingMemory(
ReadOnly
).size()));
334
SingleReadOnlySegment[
ReadOnly
] =
344
MutableArrayRef<char> WorkingMem = Alloc->getWorkingMemory(
ReadOnly
);
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
SectionKind.h
33
///
ReadOnly
- Data that is never written to at program runtime by the
34
/// program or the dynamic linker. Things in the top-level
readonly
36
ReadOnly
,
126
return K ==
ReadOnly
|| isMergeableCString() ||
185
static SectionKind getReadOnly() { return get(
ReadOnly
); }
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenIntrinsics.h
156
ReadOnly
,
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMParallelDSP.cpp
67
bool
ReadOnly
= true;
/src/external/bsd/pkg_install/dist/lib/
lib.h
146
ReadOnly
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
AMDGPUMetadata.h
55
ReadOnly
= 1,
/src/sys/arch/prep/include/
residual.h
159
ReadOnly
= 0x20, /* 1 - device is read only */
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
2146
bool HasUnwindClobber, bool
ReadOnly
,
2158
// Attach readnone and
readonly
attributes.
2163
else if (
ReadOnly
)
2165
llvm::Attribute::
ReadOnly
);
2250
// An inline asm can be marked
readonly
if it meets the following conditions:
2256
bool
ReadOnly
= true, ReadNone = true;
2356
ReadOnly
= ReadNone = false;
2508
ReadOnly
= ReadNone = false;
2580
ReadOnly
, ReadNone, InNoMergeAttributedStmt, S,
2584
UpdateAsmCallInst(*Result, HasSideEffect, true,
ReadOnly
, ReadNone
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h
167
enum Flags { HaveGV = 1,
ReadOnly
= 2, WriteOnly = 4 };
197
return RefAndFlags.getInt() &
ReadOnly
;
205
return RefAndFlags.getInt() & (
ReadOnly
| WriteOnly);
208
unsigned BadAccessMask =
ReadOnly
| WriteOnly;
215
RefAndFlags.setInt(RefAndFlags.getInt() |
ReadOnly
);
565
unsigned
ReadOnly
: 1;
678
// Gets the number of
readonly
and writeonly refs in RefEdgeList
827
///
readonly
or writeonly. Both
readonly
and writeonly variables
828
/// can be optimized in the backed:
readonly
variables can b
[
all
...]
/src/sys/external/bsd/gnu-efi/dist/inc/
efiprot.h
100
BOOLEAN
ReadOnly
;
505
BOOLEAN
ReadOnly
;
Completed in 41 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026