Searched refs:LocationList (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.cpp | 166 void LVSymbol::getLocations(LVLocations &LocationList, in getLocations() argument 174 LocationList.push_back(Location); in getLocations() 181 void LVSymbol::getLocations(LVLocations &LocationList) const { in getLocations() 186 LocationList.push_back(Location); in getLocations()
|
H A D | LVScope.cpp | 751 // - Add any failed range to the 'LocationList'. in traverseParentsAndChildren() 753 void LVScope::getLocations(LVLocations &LocationList, in traverseParentsAndChildren() 758 Symbol->getLocations(LocationList, ValidLocation, RecordInvalid); 761 Scope->getLocations(LocationList, ValidLocation, RecordInvalid); in getLocations() argument 766 // - Add any failed range to the 'LocationList'. in getLocations() 768 void LVScope::getRanges(LVLocations &LocationList, in getLocations() 779 LocationList.push_back(Location); in getRanges() 789 Scope->getRanges(LocationList, ValidLocation, RecordInvalid); in getRanges() 776 getRanges(LVLocations & LocationList,LVValidLocation ValidLocation,bool RecordInvalid) getRanges() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLoc.h | 91 struct LocationList { struct 100 using LocationLists = SmallVector<LocationList, 4>; argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.h | 138 void getLocations(LVLocations &LocationList, LVValidLocation ValidLocation, 140 void getLocations(LVLocations &LocationList) const;
|
H A D | LVScope.h | 241 void getLocations(LVLocations &LocationList, LVValidLocation ValidLocation, 243 void getRanges(LVLocations &LocationList, LVValidLocation ValidLocation,
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslerror.c | 1144 LocationNode = Current->LocationList; in AslCheckExpectedExceptions() 1263 NewErrorLocationNode->Next = Current->LocationList; in AslLogExpectedExceptionByLine() 1264 Current->LocationList = NewErrorLocationNode; in AslLogExpectedExceptionByLine() 1408 CurrentErrorLocation = Current->LocationList; in AslIsExceptionExpected()
|
H A D | asltypes.h | 400 struct asl_location_node *LocationList; member
|