Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h170 enum Flags { HaveGV = 1, ReadOnly = 2, WriteOnly = 4 }; enumerator
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h119 WriteOnly, enumerator
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h61 WriteOnly = 2, enumerator
/openbsd/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp8570 bool WriteOnly = Fwd->isWriteOnly(); in resolveFwdRef() local
9762 bool WriteOnly = false, ReadOnly = EatIfPresent(lltok::kw_readonly); in parseGVReference() local