Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h180 enum Flags { HaveGV = 1, ReadOnly = 2, WriteOnly = 4 }; global() enumerator
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h55 WriteOnly = 2, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8726 bool WriteOnly = Fwd->isWriteOnly(); resolveFwdRef() local
9938 bool WriteOnly = false, ReadOnly = EatIfPresent(lltok::kw_readonly); parseGVReference() local