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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DPCHContainerOperations.h91 llvm::StringMap<std::unique_ptr<PCHContainerWriter>> Writers; member in class:clang::PCHContainerOperations
98 Writers[Writer->getFormat()] = std::move(Writer);
104 return Writers[Format].get();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp302 SmallPtrSet<Function *, 16> Readers, Writers; local
306 GV.isConstant() ? nullptr : &Writers)) {
321 for (Function *Writer : Writers) {
336 Writers.clear();
348 SmallPtrSetImpl<Function *> *Writers,
360 if (Writers)
361 Writers->insert(SI->getParent()->getParent());
366 if (AnalyzeUsesOfPointer(I, Readers, Writers))
369 if (AnalyzeUsesOfPointer(I, Readers, Writers, OkayStoreDest))
378 if (Writers)
346 AnalyzeUsesOfPointer(Value *V, SmallPtrSetImpl<Function *> *Readers, SmallPtrSetImpl<Function *> *Writers, GlobalValue *OkayStoreDest) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGlobalsModRef.h118 SmallPtrSetImpl<Function *> *Writers = nullptr,

Completed in 119 milliseconds