Searched refs:getLocations (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVSymbol.h | 139 void getLocations(LVLocations &LocationList, LVValidLocation ValidLocation, 141 void getLocations(LVLocations &LocationList) const;
|
| H A D | LVScope.h | 247 void getLocations(LVLocations &LocationList, LVValidLocation ValidLocation,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVSymbol.cpp | 166 void LVSymbol::getLocations(LVLocations &LocationList, in getLocations() function in LVSymbol 181 void LVSymbol::getLocations(LVLocations &LocationList) const { in getLocations() function in LVSymbol
|
| H A D | LVScope.cpp | 760 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 D | DWARFDie.h | 236 getLocations(dwarf::Attribute Attr) const;
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenFunction.h | 644 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 D | SourcePrinter.cpp | 59 VarDie.getLocations(dwarf::DW_AT_location); in addVariable()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfCorrelator.cpp | 310 auto Locations = Die.getLocations(dwarf::DW_AT_location); in getLocation()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | SyntheticSections.h | 806 const std::vector<Location> &getLocations() const { return locations; } in getLocations() function
|
| H A D | Writer.cpp | 1251 const std::vector<Location> &loc = in.chainedFixups->getLocations(); in buildFixupChains()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 427 DWARFDie::getLocations(dwarf::Attribute Attr) const { in getLocations() function in DWARFDie
|
| H A D | DWARFVerifier.cpp | 750 Die.getLocations(DW_AT_location)) { in verifyDebugInfoAttribute() 1820 Die.getLocations(DW_AT_location); in isVariableIndexable()
|
| H A D | DWARFUnit.cpp | 787 Die.getLocations(DW_AT_location); in updateVariableDieMap()
|
| H A D | DWARFContext.cpp | 1670 Die.getLocations(DW_AT_location)) { in addLocalsForDie()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 364 Die.getLocations(dwarf::DW_AT_location); in collectStatsForDie()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/ |
| H A D | LowerToLLVM.cpp | 1171 loc = fusedLoc.getLocations()[0]; in matchAndRewrite()
|