Home
last modified time | relevance | path

Searched defs:WriteOnly (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.h117 WriteOnly, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h181 enum Flags { HaveGV = 1, ReadOnly = 2, WriteOnly = 4 }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h62 WriteOnly = 2, enumerator
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9184 bool WriteOnly = Fwd->isWriteOnly(); in resolveFwdRef() local
10409 bool WriteOnly = false, ReadOnly = EatIfPresent(lltok::kw_readonly); in parseGVReference() local