HomeSort by: relevance | last modified time | path
    Searched defs:Origins (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
RegisterAliasing.h 60 return Origins[Aliased];
72 PackedVector<size_t, 10> Origins; // Max 1024 physical registers.
RegisterAliasing.h 60 return Origins[Aliased];
72 PackedVector<size_t, 10> Origins; // Max 1024 physical registers.
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExternalASTMerger.h 37 /// lookup. In this case, Origins contains an entry overriding lookup and
64 OriginMap Origins;
124 /// Add a set of ASTContexts as possible origins.
133 /// Remove a set of ASTContexts as possible origins.
161 /// Records an origin in Origins only if name lookup would find
168 /// Get a read-only view of the Origins map, for use in constructing
170 const OriginMap &GetOrigins() { return Origins; }
184 /// Records and origin in Origins.
ExternalASTMerger.h 37 /// lookup. In this case, Origins contains an entry overriding lookup and
64 OriginMap Origins;
124 /// Add a set of ASTContexts as possible origins.
133 /// Remove a set of ASTContexts as possible origins.
161 /// Records an origin in Origins only if name lookup would find
168 /// Get a read-only view of the Origins map, for use in constructing
170 const OriginMap &GetOrigins() { return Origins; }
184 /// Records and origin in Origins.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 256 // Controls how to track origins.
257 // * 0: do not track origins.
258 // * 1: track origins at memory store operations.
259 // * 2: track origins at memory load and store operations.
261 static cl::opt<int> ClTrackOrigins("dfsan-track-origins",
262 cl::desc("Track origins of labels"),
520 /// Returns whether the pass tracks origins. Support only fast16 mode in TLS
629 /// taint label. Labels and origins are from vectors Shadows and Origins
635 const std::vector<Value *> &Origins, Instruction *Pos
    [all...]
DataFlowSanitizer.cpp 256 // Controls how to track origins.
257 // * 0: do not track origins.
258 // * 1: track origins at memory store operations.
259 // * 2: track origins at memory load and store operations.
261 static cl::opt<int> ClTrackOrigins("dfsan-track-origins",
262 cl::desc("Track origins of labels"),
520 /// Returns whether the pass tracks origins. Support only fast16 mode in TLS
629 /// taint label. Labels and origins are from vectors Shadows and Origins
635 const std::vector<Value *> &Origins, Instruction *Pos
    [all...]

Completed in 95 milliseconds