HomeSort by: relevance | last modified time | path
    Searched refs:Writers (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
PCHContainerOperations.h 91 llvm::StringMap<std::unique_ptr<PCHContainerWriter>> Writers;
98 Writers[Writer->getFormat()] = std::move(Writer);
104 return Writers[Format].get();
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
GlobalsModRef.cpp 304 SmallPtrSet<Function *, 16> Readers, Writers;
308 GV.isConstant() ? nullptr : &Writers)) {
322 if (!GV.isConstant()) // No need to keep track of writers to constants
323 for (Function *Writer : Writers) {
338 Writers.clear();
350 SmallPtrSetImpl<Function *> *Writers,
362 if (Writers)
363 Writers->insert(SI->getParent()->getParent());
368 if (AnalyzeUsesOfPointer(I, Readers, Writers))
372 if (AnalyzeUsesOfPointer(I, Readers, Writers, OkayStoreDest)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
GlobalsModRef.h 121 SmallPtrSetImpl<Function *> *Writers = nullptr,

Completed in 42 milliseconds