Home
last modified time | relevance | path

Searched refs:getLocations (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp22 TEST(DWARFDie, getLocations) { in TEST() argument
79 EXPECT_THAT_EXPECTED(Die.getLocations(DW_AT_location), in TEST()
84 Die.getLocations(DW_AT_data_member_location), in TEST()
88 Die.getLocations(DW_AT_vtable_elem_location), in TEST()
94 Die.getLocations(DW_AT_call_data_location), in TEST()
99 Die.getLocations(DW_AT_call_data_value), in TEST()
/llvm-project-15.0.7/mlir/lib/IR/
H A DLocation.cpp51 for (Location subLoc : fusedLoc.getLocations()) in walk()
98 decomposedLocs.insert(fusedLoc.getLocations().begin(), in get()
99 fusedLoc.getLocations().end()); in get()
H A DDiagnostics.cpp407 for (auto subLoc : loc.cast<FusedLoc>().getLocations()) { in getCallSiteLoc()
554 for (Location childLoc : fusedLoc.getLocations()) in findLocToShow()
H A DAsmPrinter.cpp1584 loc.getLocations(), in printLocationInternal()
/llvm-project-15.0.7/lldb/utils/lui/
H A Dsourcewin.py192 def getLocations(event): function
226 self.addBPLocations(getLocations(event))
230 self.removeBPLocations(getLocations(event))
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DDebugTranslation.cpp157 ArrayRef<Location> locations = fusedLoc.getLocations(); in translateLoc()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp99 DIE.getLocations(dwarf::DW_AT_location)) { in isLiveVariable()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h228 getLocations(dwarf::Attribute Attr) const;
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp185 auto Locations = Die.getLocations(dwarf::DW_AT_location); in getLocation()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp55 VarDie.getLocations(dwarf::DW_AT_location); in addVariable()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp623 Die.getLocations(DW_AT_location)) { in verifyDebugInfoAttribute()
1440 Die.getLocations(DW_AT_location); in isVariableIndexable()
H A DDWARFDie.cpp411 DWARFDie::getLocations(dwarf::Attribute Attr) const { in getLocations() function in DWARFDie
H A DDWARFUnit.cpp766 Die.getLocations(DW_AT_location); in updateVariableDieMap()
H A DDWARFContext.cpp1180 Die.getLocations(DW_AT_location)) { in addLocalsForDie()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp353 Die.getLocations(dwarf::DW_AT_location); in collectStatsForDie()