LLVM 22.0.0git
|
This is the complete list of members for llvm::cas::ActionCache, including all inherited members.
ActionCache(const CASContext &Context) | llvm::cas::ActionCache | inlineprotected |
get(const CacheKey &ActionKey, bool CanBeDistributed=false) const | llvm::cas::ActionCache | inline |
getContext() const | llvm::cas::ActionCache | inlineprotected |
getImpl(ArrayRef< uint8_t > ResolvedKey, bool CanBeDistributed) const =0 | llvm::cas::ActionCache | protectedpure virtual |
put(const CacheKey &ActionKey, const CASID &Result, bool CanBeDistributed=false) | llvm::cas::ActionCache | inline |
putImpl(ArrayRef< uint8_t > ResolvedKey, const CASID &Result, bool CanBeDistributed)=0 | llvm::cas::ActionCache | protectedpure virtual |
~ActionCache()=default | llvm::cas::ActionCache | virtual |