Searched defs:Locations (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFDebugLoc.h45 LocationLists Locations; member in class:llvm::DWARFDebugLoc
73 LocationLists Locations; member in class:llvm::DWARFDebugLocDWO
/external/llvm/include/llvm/Analysis/
H A DLibCallSemantics.h33 /// Locations can also be defined in a constant-sensitive way. For example,
130 mutable const LibCallLocationInfo *Locations; member in class:llvm::LibCallInfo
133 LibCallInfo() : Impl(nullptr), Locations(nullptr), NumLocations(0) {}
/external/llvm/include/llvm/CodeGen/
H A DStackMaps.h145 LocationVec Locations; member in struct:llvm::StackMaps::CallsiteInfo
149 LocationVec &Locations, LiveOutVec &LiveOuts)
150 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(Locations),
148 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID, LocationVec &Locations, LiveOutVec &LiveOuts) argument
/external/llvm/lib/CodeGen/
H A DStackMaps.cpp201 LocationVec Locations; local
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; local
268 assert(Locations[i].LocType == Location::Register &&
364 const LocationVec &CSLocs = CSI.Locations;
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp221 SmallVector<SourceLocation, 4> Locations; local
237 Locations.push_back(Unexpanded[I].second);
250 for (unsigned I = 0, N = Locations.size(); I != N; ++I)
251 DB << SourceRange(Locations[I]);
/external/clang/include/clang/Sema/
H A DInitialization.h476 SourceLocation Locations[3]; member in class:clang::InitializationKind
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];
614 return SourceRange(Locations[1], Locations[
[all...]
/external/clang/tools/c-index-test/
H A Dc-index-test.c2134 CursorSourceLocation *Locations = 0; local
2145 Locations = (CursorSourceLocation *)malloc(
2149 if ((errorCode = parse_file_line_column(input, &Locations[Loc].filename,
2150 &Locations[Loc].line,
2151 &Locations[Loc].column, 0, 0)))
2195 CXFile file = clang_getFile(TU, Locations[Loc].filename);
2200 clang_getLocation(TU, file, Locations[Loc].line,
2201 Locations[Loc].column));
2273 free(Locations[Loc].filename);
2281 free(Locations);
2305 CursorSourceLocation *Locations = 0; local
[all...]

Completed in 91 milliseconds