Searched refs:Writers (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DPCHContainerOperations.h88 llvm::StringMap<std::unique_ptr<PCHContainerWriter>> Writers; member in class:clang::PCHContainerOperations
97 Writers[Writer->getFormat()] = std::move(Writer);
107 return Writers[Format].get();
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp276 SmallPtrSet<Function *, 16> Readers, Writers; local
280 GV.isConstant() ? nullptr : &Writers)) {
295 for (Function *Writer : Writers) {
310 Writers.clear();
322 SmallPtrSetImpl<Function *> *Writers,
334 if (Writers)
335 Writers->insert(SI->getParent()->getParent());
340 if (AnalyzeUsesOfPointer(I, Readers, Writers))
344 if (AnalyzeUsesOfPointer(I, Readers, Writers, OkayStoreDest))
353 if (Writers)
320 AnalyzeUsesOfPointer(Value *V, SmallPtrSetImpl<Function *> *Readers, SmallPtrSetImpl<Function *> *Writers, GlobalValue *OkayStoreDest) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGlobalsModRef.h116 SmallPtrSetImpl<Function *> *Writers = nullptr,

Completed in 67 milliseconds