Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h167 enum Flags { HaveGV = 1, ReadOnly = 2, WriteOnly = 4 }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h157 WriteOnly, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h56 WriteOnly = 2, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp8460 bool WriteOnly = Fwd->isWriteOnly(); in resolveFwdRef() local
9613 bool WriteOnly = false, ReadOnly = EatIfPresent(lltok::kw_readonly); in parseGVReference() local