OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isReadOnlyWithRel
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
SectionKind.h
160
return isBSS() || isCommon() || isData() ||
isReadOnlyWithRel
();
171
bool
isReadOnlyWithRel
() const {
/src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp
129
if (Kind.
isReadOnlyWithRel
()) return DataRelROSection;
136
if (Kind.
isReadOnlyWithRel
()) return DataRelROSectionLarge;
149
assert((Kind.isReadOnly() || Kind.
isReadOnlyWithRel
()) &&
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
600
if (Kind.
isReadOnlyWithRel
())
672
} else if (Attrs.hasAttribute("relro-section") && Kind.
isReadOnlyWithRel
()) {
961
assert(Kind.
isReadOnlyWithRel
() && "Unknown section kind");
1265
if (Kind.
isReadOnlyWithRel
())
1302
if (Kind.
isReadOnlyWithRel
())
1324
if (Kind.isData() || Kind.
isReadOnlyWithRel
())
1515
else if (K.isReadOnly() || K.
isReadOnlyWithRel
())
1604
if (Kind.isReadOnly() || Kind.
isReadOnlyWithRel
())
1668
if (Kind.isReadOnly() || Kind.
isReadOnlyWithRel
())
2235
else if (Kind.isData() || Kind.
isReadOnlyWithRel
() || Kind.isBSS()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/
TargetLoweringObjectFile.cpp
326
(Attrs.hasAttribute("relro-section") && Kind.
isReadOnlyWithRel
()) ||
Completed in 19 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026