Home
last modified time | relevance | path

Searched refs:Locations (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugLoc.cpp19 for (const LocationList &L : Locations) { in dump()
41 Locations.resize(Locations.size() + 1); in parse()
42 LocationList &Loc = Locations.back(); in parse()
81 Locations.resize(Locations.size() + 1); in parse()
82 LocationList &Loc = Locations.back(); in parse()
112 for (const LocationList &L : Locations) { in dump()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDStatepointLowering.h49 if (!Locations.count(val)) in getLocation()
51 return Locations[val]; in getLocation()
54 assert(!Locations.count(val) && in setLocation()
56 Locations[val] = Location; in setLocation()
100 DenseMap<SDValue, SDValue> Locations;
HDStatepointLowering.cpp53 Locations.clear(); in startNewStatepoint()
65 Locations.clear(); in clear()
/NextBSD/contrib/llvm/lib/CodeGen/
HDStackMaps.cpp162 const LocationVec &CSLocs = CSI.Locations; in print()
289 LocationVec Locations; in recordStackMapOpers() local
294 parseOperand(MI.operands_begin(), std::next(MI.operands_begin()), Locations, in recordStackMapOpers()
300 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in recordStackMapOpers()
304 for (auto &Loc : Locations) { in recordStackMapOpers()
330 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers()
362 auto &Locations = CSInfos.back().Locations; in recordPatchPoint() local
366 assert(Locations[i].Type == Location::Register && in recordPatchPoint()
471 const LocationVec &CSLocs = CSI.Locations; in emitCallsiteEntries()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDInitialization.h476 SourceLocation Locations[3]; variable
482 Locations[0] = Loc1; in InitializationKind()
483 Locations[1] = Loc2; in InitializationKind()
484 Locations[2] = Loc3; in InitializationKind()
581 SourceLocation getLocation() const { return Locations[0]; } in getLocation()
585 return SourceRange(Locations[0], Locations[2]); in getRange()
592 return Locations[1]; in getEqualLoc()
614 return SourceRange(Locations[1], Locations[2]); in getParenRange()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDStackMaps.h200 LocationVec Locations; member
204 LocationVec &&Locations, LiveOutVec &&LiveOuts) in CallsiteInfo()
205 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)), in CallsiteInfo()
/NextBSD/contrib/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFDebugLoc.h45 LocationLists Locations; variable
73 LocationLists Locations; variable
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDLibCallSemantics.h130 mutable const LibCallLocationInfo *Locations; variable
133 LibCallInfo() : Impl(nullptr), Locations(nullptr), NumLocations(0) {} in LibCallInfo()
/NextBSD/contrib/llvm/lib/Analysis/
HDLibCallSemantics.cpp35 NumLocations = getLocationInfo(Locations); in getLocationInfo()
38 return Locations[LocID]; in getLocationInfo()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateVariadic.cpp235 SmallVector<SourceLocation, 4> Locations; in DiagnoseUnexpandedParameterPacks() local
251 Locations.push_back(Unexpanded[I].second); in DiagnoseUnexpandedParameterPacks()
259 for (unsigned I = 0, N = Locations.size(); I != N; ++I) in DiagnoseUnexpandedParameterPacks()
260 DB << SourceRange(Locations[I]); in DiagnoseUnexpandedParameterPacks()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h77 SourceLocation *Locations; variable
82 ObjCProtocolList() : ObjCList<ObjCProtocolDecl>(), Locations(nullptr) { } in ObjCProtocolList()
85 loc_iterator loc_begin() const { return Locations; } in loc_begin()
86 loc_iterator loc_end() const { return Locations + size(); } in loc_end()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp42 Locations = new (Ctx) SourceLocation[Elts]; in set()
43 memcpy(Locations, Locs, sizeof(SourceLocation) * Elts); in set()
/NextBSD/contrib/flex/
HDflex.skl1231 m4_dnl Locations are used. yylex should also accept the ylloc parameter.