HomeSort by relevance Sort by last modified time
    Searched defs:Locations (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h 32 /// A list of locations that contain one variable.
37 /// All the locations in which the variable is stored.
44 /// the locations in which the variable is stored.
45 LocationLists Locations;
73 LocationLists Locations;
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.h 27 /// For each statepoint it tracks locations of it's gc valuess (incoming and
49 if (!Locations.count(val))
51 return Locations[val];
54 assert(!Locations.count(val) &&
56 Locations[val] = Location;
100 DenseMap<SDValue, SDValue> Locations;
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 74 /// Get the index at which stack map locations will be recorded.
200 LocationVec Locations;
204 LocationVec &&Locations, LiveOutVec &&LiveOuts)
205 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)),
  /external/llvm/lib/CodeGen/
StackMaps.cpp 110 assert(Size > 0 && "Need a valid size for indirect memory locations.");
164 const LocationVec &CSLocs = CSI.Locations;
168 OS << WSMP << " has " << CSLocs.size() << " locations\n";
291 LocationVec Locations;
296 parseOperand(MI.operands_begin(), std::next(MI.operands_begin()), Locations,
302 MOI = parseOperand(MOI, MOE, Locations, LiveOuts);
306 for (auto &Loc : Locations) {
332 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations),
364 auto &Locations = CSInfos.back().Locations;
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 235 SmallVector<SourceLocation, 4> Locations;
251 Locations.push_back(Unexpanded[I].second);
259 for (unsigned I = 0, N = Locations.size(); I != N; ++I)
260 DB << SourceRange(Locations[I]);
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 475 /// \brief The source locations involved in the initialization.
476 SourceLocation Locations[3];
482 Locations[0] = Loc1;
483 Locations[1] = Loc2;
484 Locations[2] = Loc3;
581 SourceLocation getLocation() const { return Locations[0]; }
585 return SourceRange(Locations[0], Locations[2]);
592 return Locations[1];
609 /// \brief Retrieve the source range containing the locations of the ope
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 105 milliseconds