Home
last modified time | relevance | path

Searched refs:LocationList (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp40 void DWARFDebugLoc::LocationList::dump(raw_ostream &OS, bool IsLittleEndian, in dump()
58 DWARFDebugLoc::LocationList const *
62 [](const LocationList &L, uint64_t Offset) { return L.Offset < Offset; }); in getLocationListAtOffset()
70 auto DumpLocationList = [&](const LocationList &L) { in dump()
82 for (const LocationList &L : Locations) { in dump()
87 Optional<DWARFDebugLoc::LocationList>
89 LocationList LL; in parseOneLocationList()
147 Optional<DWARFDebugLocDWO::LocationList>
149 LocationList LL; in parseOneLocationList()
190 DWARFDebugLocDWO::LocationList const *
[all …]
DDWARFVerifier.cpp1173 if (const DWARFDebugLoc::LocationList *LocList = in isVariableIndexable()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLoc.h37 struct LocationList { struct
50 using LocationLists = SmallVector<LocationList, 4>; argument
70 LocationList const *getLocationListAtOffset(uint64_t Offset) const;
72 Optional<LocationList> parseOneLocationList(DWARFDataExtractor Data,
84 struct LocationList { struct
92 using LocationLists = SmallVector<LocationList, 4>; argument
106 LocationList const *getLocationListAtOffset(uint64_t Offset) const;
108 static Optional<LocationList> parseOneLocationList(DataExtractor Data,
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLoc.h33 struct LocationList { struct
41 typedef SmallVector<LocationList, 4> LocationLists; argument
66 struct LocationList { struct
71 typedef SmallVector<LocationList, 4> LocationLists; argument
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp18 for (const LocationList &L : Locations) { in dump()
41 LocationList &Loc = Locations.back(); in parse()
81 LocationList &Loc = Locations.back(); in parse()
111 for (const LocationList &L : Locations) { in dump()