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

  /external/llvm/lib/DebugInfo/
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/include/llvm/Analysis/
LibCallSemantics.h 22 /// LibCallLocationInfo - This struct describes a set of memory locations that
33 /// Locations can also be defined in a constant-sensitive way. For example,
58 /// potentially against a set of abstract locations defined by the optimizer.
109 /// locations. For example, if this libcall is known to only modify
130 mutable const LibCallLocationInfo *Locations;
133 LibCallInfo() : Impl(nullptr), Locations(nullptr), NumLocations(0) {}
153 /// getLocationInfo - Return descriptors for the locations referenced by
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 221 SmallVector<SourceLocation, 4> Locations;
237 Locations.push_back(Unexpanded[I].second);
250 for (unsigned I = 0, N = Locations.size(); I != N; ++I)
251 DB << SourceRange(Locations[I]);
    [all...]
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 72 /// Get the index at which stack map locations will be recorded.
145 LocationVec Locations;
149 LocationVec &Locations, LiveOutVec &LiveOuts)
150 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(Locations),
  /external/llvm/lib/CodeGen/
StackMaps.cpp 96 assert(Size > 0 && "Need a valid size for indirect memory locations.");
201 LocationVec Locations;
207 Locations, LiveOuts);
212 MOI = parseOperand(MOI, MOE, Locations, LiveOuts);
216 for (LocationVec::iterator I = Locations.begin(), E = Locations.end();
235 CSInfos.push_back(CallsiteInfo(CSOffsetExpr, ID, Locations, LiveOuts));
264 LocationVec &Locations = CSInfos.back().Locations;
268 assert(Locations[i].LocType == Location::Register &
    [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...]

Completed in 229 milliseconds