OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadOnly
(Results
1 - 25
of
50
) sorted by relevancy
1
2
/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/bsd/pkg_install/dist/info/
main.c
255
if (!pkgdb_open(
ReadOnly
))
276
if (!pkgdb_open(
ReadOnly
)) {
/src/sys/external/bsd/acpica/dist/tests/misc/
badcode.asl
238
Memory32 (
ReadOnly
,
246
Memory32 (
ReadOnly
,
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCChecker.h
73
std::set<unsigned>
ReadOnly
;
HexagonMCChecker.cpp
39
ReadOnly
.insert(Hexagon::PC);
40
ReadOnly
.insert(Hexagon::C9_8);
511
if (
ReadOnly
.find(Register) !=
ReadOnly
.end()) {
/src/external/bsd/pkg_install/dist/lib/
pkgdb.c
113
(mode ==
ReadOnly
) ? O_RDONLY : O_RDWR | O_CREAT,
203
if (pkgdb_open(
ReadOnly
)) {
lib.h
146
ReadOnly
/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/lib/Target/AMDGPU/
AMDGPUAliasAnalysis.cpp
158
/* On an argument,
ReadOnly
attribute indicates that the function does
167
F->hasParamAttribute(ArgNo, Attribute::
ReadOnly
))) {
AMDGPUHSAMetadataStreamer.cpp
87
.Case("read_only", AccessQualifier::
ReadOnly
)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ForceFunctionAttrs.cpp
60
.Case("
readonly
", Attribute::
ReadOnly
)
FunctionAttrs.cpp
71
STATISTIC(NumReadOnly, "Number of functions marked
readonly
");
76
STATISTIC(NumReadOnlyArg, "Number of arguments marked
readonly
");
241
/// Deduce
readonly
/readnone attributes for the SCC.
245
// write memory then they can't be marked readnone or
readonly
.
272
// we cannot add
readonly
attributes.
296
AttrsToRemove.addAttribute(Attribute::
ReadOnly
);
312
F->addFnAttr(ReadsMemory ? Attribute::
ReadOnly
: Attribute::ReadNone);
455
/// Returns Attribute::None, Attribute::
ReadOnly
or Attribute::ReadNone.
563
// A volatile load has side effects beyond what
readonly
can be relied
580
return IsRead ? Attribute::
ReadOnly
: Attribute::ReadNone
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenIntrinsics.h
156
ReadOnly
,
/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
...]
Function.h
557
return doesNotAccessMemory() || hasFnAttribute(Attribute::
ReadOnly
);
560
addFnAttr(Attribute::
ReadOnly
);
InstrTypes.h
1070
if (A == Attribute::
ReadOnly
|| A == Attribute::NoCapture)
1707
return dataOperandHasImpliedAttr(OpNo + 1, Attribute::
ReadOnly
) ||
1794
return doesNotAccessMemory() || hasFnAttr(Attribute::
ReadOnly
);
1798
addAttribute(AttributeList::FunctionIndex, Attribute::
ReadOnly
);
2075
// Operand bundles only possibly disallow readnone,
readonly
and argmemonly
2099
case Attribute::
ReadOnly
:
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_events.c
917
memory_exception_data.failure.
ReadOnly
= 0;
922
memory_exception_data.failure.
ReadOnly
= 1;
924
memory_exception_data.failure.
ReadOnly
= 0;
935
pr_debug("notpresent %d, noexecute %d,
readonly
%d\n",
938
memory_exception_data.failure.
ReadOnly
);
999
memory_exception_data.failure.
ReadOnly
=
/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/Support/
AMDGPUMetadata.h
55
ReadOnly
= 1,
/src/external/apache2/llvm/dist/llvm/lib/Support/
AMDGPUMetadata.cpp
31
YIO.enumCase(EN, "
ReadOnly
", AccessQualifier::
ReadOnly
);
/src/external/bsd/pkg_install/dist/delete/
pkg_delete.c
729
r = pkgdb_open(
ReadOnly
);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp
415
// to @bar and @bar will be mistakenly treated as
readonly
.
463
F.hasFnAttribute(Attribute::
ReadOnly
),
710
F->hasFnAttribute(Attribute::
ReadOnly
),
/src/external/apache2/llvm/dist/llvm/lib/IR/
ModuleSummaryIndex.cpp
77
// Gets the number of
readonly
and writeonly refs in RefEdgeList
79
// Here we take advantage of having all
readonly
and writeonly references
191
// If reference is not
readonly
or writeonly then referenced summary is not
194
// not
readonly
or writeonly. Tracking them properly requires more complex
219
// The goal of attribute propagation is internalization of
readonly
(RO)
222
// - During analysis we speculatively assign
readonly
and writeonly
224
// function summary we also assign
readonly
or writeonly attribute to a
225
// reference if function doesn't modify referenced variable (
readonly
)
235
// reference is not
readonly
281
// know exactly if GV is
readonly
to do so
[
all
...]
/src/sys/external/bsd/gnu-efi/dist/inc/
efiprot.h
100
BOOLEAN
ReadOnly
;
505
BOOLEAN
ReadOnly
;
Completed in 61 milliseconds
1
2
Indexes created Sat Jun 13 00:24:39 UTC 2026