Searched defs:ReadOnly (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.h | 73 std::set<unsigned> ReadOnly; global() variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | SectionKind.h | 40 ReadOnly, enumerator
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
H A D | CodeGenIntrinsics.h | 116 ReadOnly, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 181 enum Flags { HaveGV = 1, ReadOnly = 2, WriteOnly = 4 }; enumerator
|
/freebsd/stand/efi/include/ |
H A D | efiprot.h | 92 BOOLEAN ReadOnly; member 323 BOOLEAN ReadOnly; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | GOFF.h | 221 static void getReadOnly(const uint8_t *Record, bool &ReadOnly) { in getReadOnly()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 177 ReadOnly, enumerator
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | LinkerScript.h | 133 enum class ConstraintKind { NoConstraint, ReadOnly, ReadWrite }; enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | AMDGPUMetadata.h | 61 ReadOnly = 1, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 2467 bool HasUnwindClobber, bool ReadOnly, in UpdateAsmCallInst() 2703 bool ReadOnly = true, ReadNone = true; in EmitAsmStmt() local
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | API.h | 979 ReadOnly = 1, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 9183 bool ReadOnly = Fwd->isReadOnly(); in resolveFwdRef() local 10409 bool WriteOnly = false, ReadOnly = EatIfPresent(lltok::kw_readonly); in parseGVReference() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 2021 bool ReadOnly = AA::isAssumedReadOnly(A, getIRPosition(), *this, IsKnown); in updateImpl() local 5741 bool ReadOnly = F.onlyReadsMemory(); in determineFunctionCaptureCapabilities() local
|