Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DLookupResult.cpp21 if (Index < Locations.size()) { in getSourceFile()
22 if (!Locations[Index].Dir.empty()) { in getSourceFile()
23 if (Locations[Index].Base.empty()) { in getSourceFile()
24 Fullpath = Locations[Index].Dir; in getSourceFile()
27 llvm::sys::path::append(Storage, Locations[Index].Dir, in getSourceFile()
28 Locations[Index].Base); in getSourceFile()
31 } else if (!Locations[Index].Base.empty()) in getSourceFile()
32 Fullpath = Locations[Index].Base; in getSourceFile()
56 auto NumLocations = LR.Locations.size(); in operator <<()
63 OS << LR.Locations[I]; in operator <<()
DFunctionInfo.cpp223 LR.Locations.push_back(SrcLoc); in lookup()
238 LR.Locations.push_back(SrcLoc); in lookup()
245 LR.Locations); in lookup()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp18 for (const LocationList &L : Locations) { in dump()
40 Locations.resize(Locations.size() + 1); in parse()
41 LocationList &Loc = Locations.back(); in parse()
80 Locations.resize(Locations.size() + 1); in parse()
81 LocationList &Loc = Locations.back(); in parse()
111 for (const LocationList &L : Locations) { in dump()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.h53 auto I = Locations.find(Val); in getLocation()
54 if (I == Locations.end()) in getLocation()
60 assert(!Locations.count(Val) && in setLocation()
62 Locations[Val] = Location; in setLocation()
111 DenseMap<SDValue, SDValue> Locations;
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.h49 auto I = Locations.find(Val); in getLocation()
50 if (I == Locations.end()) in getLocation()
56 assert(!Locations.count(Val) && in setLocation()
58 Locations[Val] = Location; in setLocation()
102 DenseMap<SDValue, SDValue> Locations;
/external/rust/crates/regex/src/
Dre_trait.rs15 pub struct Locations(Vec<Slot>); struct
17 impl Locations { implementation
60 locs: &'c Locations,
113 fn locations(&self) -> Locations { in locations() argument
114 Locations(vec![None; self.slots_len()]) in locations()
145 locs: &mut Locations, in captures_read_at() argument
261 type Item = Locations;
263 fn next(&mut self) -> Option<Locations> { in next() argument
Dlib.rs636 Locations, Match, Matches, NoExpand, Regex, Replacer, ReplacerRef, Split,
/external/llvm/lib/CodeGen/
DStackMaps.cpp164 const LocationVec &CSLocs = CSI.Locations; in print()
291 LocationVec Locations; in recordStackMapOpers() local
296 parseOperand(MI.operands_begin(), std::next(MI.operands_begin()), Locations, in recordStackMapOpers()
302 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in recordStackMapOpers()
306 for (auto &Loc : Locations) { in recordStackMapOpers()
332 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers()
364 auto &Locations = CSInfos.back().Locations; in recordPatchPoint() local
368 assert(Locations[i].Type == Location::Register && in recordPatchPoint()
473 const LocationVec &CSLocs = CSI.Locations; in emitCallsiteEntries()
/external/clang/include/clang/Sema/
DInitialization.h477 SourceLocation Locations[3]; variable
483 Locations[0] = Loc1; in InitializationKind()
484 Locations[1] = Loc2; in InitializationKind()
485 Locations[2] = Loc3; in InitializationKind()
582 SourceLocation getLocation() const { return Locations[0]; } in getLocation()
586 return SourceRange(Locations[0], Locations[2]); in getRange()
593 return Locations[1]; in getEqualLoc()
615 return SourceRange(Locations[1], Locations[2]); in getParenRange()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackMaps.cpp179 const LocationVec &CSLocs = CSI.Locations; in print()
304 LocationVec Locations; in recordStackMapOpers() local
309 parseOperand(MI.operands_begin(), std::next(MI.operands_begin()), Locations, in recordStackMapOpers()
315 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in recordStackMapOpers()
319 for (auto &Loc : Locations) { in recordStackMapOpers()
345 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers()
383 auto &Locations = CSInfos.back().Locations; in recordPatchPoint() local
387 assert(Locations[i].Type == Location::Register && in recordPatchPoint()
496 const LocationVec &CSLocs = CSI.Locations; in emitCallsiteEntries()
/external/llvm/include/llvm/CodeGen/
DStackMaps.h199 LocationVec Locations; member
203 LocationVec &&Locations, LiveOutVec &&LiveOuts) in CallsiteInfo()
204 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)), in CallsiteInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DStackMaps.h253 LocationVec Locations; member
258 LocationVec &&Locations, LiveOutVec &&LiveOuts) in CallsiteInfo()
259 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)), in CallsiteInfo()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLoc.h45 LocationLists Locations; variable
73 LocationLists Locations; variable
/external/libcups/scheduler/
Dauth.c129 if (!Locations) in cupsdAddLocation()
130 Locations = cupsArrayNew3((cups_array_func_t)compare_locations, NULL, in cupsdAddLocation()
135 if (Locations) in cupsdAddLocation()
137 cupsArrayAdd(Locations, loc); in cupsdAddLocation()
1364 cupsArrayDelete(Locations); in cupsdDeleteAllLocations()
1365 Locations = NULL; in cupsdDeleteAllLocations()
1443 for (loc = (cupsd_location_t *)cupsArrayFirst(Locations); in cupsdFindBest()
1445 loc = (cupsd_location_t *)cupsArrayNext(Locations)) in cupsdFindBest()
1503 return ((cupsd_location_t *)cupsArrayFind(Locations, &key)); in cupsdFindLocation()
Dauth.h106 VAR cups_array_t *Locations VALUE(NULL);
/external/golang-protobuf/reflect/protodesc/
Ddesc.go147 f.L2.Locations.File = f
170 f.L2.Locations.List = append(f.L2.Locations.List, l)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DLookupResult.h52 SourceLocations Locations; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp167 : BB(B), Pred(P), Values(std::move(V)), Locations(std::move(L)) {} in RenamePassData()
172 LocationVector Locations; member
643 RenamePassData::LocationVector Locations(Allocas.size()); in run() local
649 std::move(Locations)); in run()
654 RenamePass(RPD.BB, RPD.Pred, RPD.Values, RPD.Locations, RenamePassWorkList); in run()
/external/clang/tools/c-index-test/
Dc-index-test.c2301 CursorSourceLocation *Locations = 0; in inspect_cursor_at() local
2312 Locations = (CursorSourceLocation *)malloc( in inspect_cursor_at()
2316 if ((errorCode = parse_file_line_column(input, &Locations[Loc].filename, in inspect_cursor_at()
2317 &Locations[Loc].line, in inspect_cursor_at()
2318 &Locations[Loc].column, 0, 0))) in inspect_cursor_at()
2362 CXFile file = clang_getFile(TU, Locations[Loc].filename); in inspect_cursor_at()
2367 clang_getLocation(TU, file, Locations[Loc].line, in inspect_cursor_at()
2368 Locations[Loc].column)); in inspect_cursor_at()
2375 free(Locations[Loc].filename); in inspect_cursor_at()
2383 free(Locations); in inspect_cursor_at()
[all …]
/external/libpng/projects/owatcom/
Dlibpng.wpj16 # Locations of zlib and (if required) awk (change as required:)
/external/tensorflow/tensorflow/python/profiler/
Dpprof_profiler.py144 class Locations(object): class
268 self._locations = Locations(self._functions)
/external/crosvm/devices/src/virtio/vhost/user/
DREADME.md5 ## Code Locations
/external/arm-trusted-firmware/docs/plat/
Dbrcm-stingray.rst18 Code Locations
Dqti.rst17 Code Locations
/external/clang/lib/Sema/
DSemaTemplateVariadic.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()

1234