Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h139 void getLocations(LVLocations &LocationList, LVValidLocation ValidLocation,
141 void getLocations(LVLocations &LocationList) const;
H A DLVScope.h247 void getLocations(LVLocations &LocationList, LVValidLocation ValidLocation,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp166 void LVSymbol::getLocations(LVLocations &LocationList, in getLocations() function in LVSymbol
181 void LVSymbol::getLocations(LVLocations &LocationList) const { in getLocations() function in LVSymbol
H A DLVScope.cpp760 void LVScope::getLocations(LVLocations &LocationList, in getLocations() function in LVScope
765 Symbol->getLocations(LocationList, ValidLocation, RecordInvalid); in getLocations()
768 Scope->getLocations(LocationList, ValidLocation, RecordInvalid); in getLocations()
1245 getLocations(Locations, ValidLocation, RecordInvalid); in processRangeLocationCoverage()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h236 getLocations(dwarf::Attribute Attr) const;
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.h644 assert(fusedLoc.getLocations().size() == 2 && "too many locations"); in LexicalScope()
645 beginLoc = fusedLoc.getLocations()[0]; in LexicalScope()
646 endLoc = fusedLoc.getLocations()[1]; in LexicalScope()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp59 VarDie.getLocations(dwarf::DW_AT_location); in addVariable()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp310 auto Locations = Die.getLocations(dwarf::DW_AT_location); in getLocation()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h806 const std::vector<Location> &getLocations() const { return locations; } in getLocations() function
H A DWriter.cpp1251 const std::vector<Location> &loc = in.chainedFixups->getLocations(); in buildFixupChains()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp427 DWARFDie::getLocations(dwarf::Attribute Attr) const { in getLocations() function in DWARFDie
H A DDWARFVerifier.cpp750 Die.getLocations(DW_AT_location)) { in verifyDebugInfoAttribute()
1820 Die.getLocations(DW_AT_location); in isVariableIndexable()
H A DDWARFUnit.cpp787 Die.getLocations(DW_AT_location); in updateVariableDieMap()
H A DDWARFContext.cpp1670 Die.getLocations(DW_AT_location)) { in addLocalsForDie()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp364 Die.getLocations(dwarf::DW_AT_location); in collectStatsForDie()
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp1171 loc = fusedLoc.getLocations()[0]; in matchAndRewrite()