Home
last modified time | relevance | path

Searched refs:getLocationListAtOffset (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp59 DWARFDebugLoc::getLocationListAtOffset(uint64_t Offset) const { in getLocationListAtOffset() function in DWARFDebugLoc
77 if (auto *L = getLocationListAtOffset(*Offset)) in dump()
191 DWARFDebugLocDWO::getLocationListAtOffset(uint64_t Offset) const { in getLocationListAtOffset() function in DWARFDebugLocDWO
221 if (auto *L = getLocationListAtOffset(*Offset)) in dump()
DDWARFVerifier.cpp435 if (auto LocList = DebugLoc->getLocationListAtOffset(*LocOffset)) in verifyDebugInfoAttribute()
1174 DebugLoc->getLocationListAtOffset(*Offset)) { in isVariableIndexable()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLoc.h70 LocationList const *getLocationListAtOffset(uint64_t Offset) const;
106 LocationList const *getLocationListAtOffset(uint64_t Offset) const;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
DStatistics.cpp69 if (auto List = DebugLoc->getLocationListAtOffset(*DebugLocOffset)) { in collectStatsForDie()