Home
last modified time | relevance | path

Searched refs:getParentScope (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp238 LVScope *Parent = getParentScope(); in resolveParents()
245 LVScope *Scope = getParentScope(); in generateName()
420 LVScope *Parent = getParentScope(); in traverseParents()
422 Parent = Parent->getParentScope(); in traverseParents()
443 LVScope *Parent = getParentScope(); in resolveQualifiedName()
454 Parent = Parent->getParentScope(); in resolveQualifiedName()
H A DLVSymbol.cpp131 const LVLocations *Ranges = getParentScope()->getRanges(); in fillLocationGaps()
193 LVScope *Parent = getParentScope(); in calculateCoverage()
403 AccessCode = getParentScope()->getIsClass() ? dwarf::DW_ACCESS_private in printExtra()
H A DLVScope.cpp499 if (LVScope *Parent = getParentScope()) in resolveTemplate()
709 Parent = Parent->getParentScope(); in traverseParents()
723 Parent = Parent->getParentScope(); in traverseParentsAndChildren()
813 Parent = Parent->getParentScope(); in outermostParent()
947 return getParentScope()->equals(Scope->getParentScope()); in markMissingParents()
1274 : Element->getParentScope(); in lineUpperBound()
1370 addInvalidLocationOrRange(Location, Location->getParentScope(),
1376 LVScope *Scope = Line->getParentScope();
1868 AccessCode = getParentScope() in printExtra()
[all...]
H A DLVCompare.cpp305 << hexSquareString(Element->getParentScope()->getOffset()) in execute()
314 Parent = Element->getParentScope(); in execute()
H A DLVOptions.cpp483 : Element->getParentScope()); in addElement()
H A DLVLocation.cpp639 Symbol->getParentScope()->getCoverageFactor()); in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DScopedHashTable.h102 ScopedHashTableScope *getParentScope() { return PrevScope; } in getParentScope() function
103 const ScopedHashTableScope *getParentScope() const { return PrevScope; } in getParentScope() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp606 printTypeIndex("Parent", Func.getParentScope(), StreamTPI); in visitKnownRecord()
861 if (!Element->getParentScope()) { in visitKnownRecord()
911 if (!Element->getParentScope()) { in visitKnownRecord()
1368 if (Symbol->getParentScope()->removeElement(Symbol)) in visitKnownRecord()
1655 if (Type->getParentScope()->removeElement(Type)) in visitKnownRecord()
2124 printTypeIndex("ParentScope", Func.getParentScope(), StreamTPI); in visitKnownRecord()
2138 TypeIndex TIParent = Func.getParentScope(); in visitKnownRecord()
2292 if (!LastLink->getParentScope()) in visitKnownRecord()
2372 if (!LastLink->getParentScope()) in visitKnownRecord()
2566 if (LVScope *Scope = Element->getParentScope()) in visitKnownRecord()
[all …]
H A DLVCodeViewReader.cpp1001 std::string Name(CompileUnit->getParentScope()->getName()); in createScopes()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp90 TypeIndex ParentScope = FRecord.getParentScope(); in getName()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h253 LVScope *getParentScope() const { in getParentScope() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp349 printItemIndex("ParentScope", Func.getParentScope()); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h618 TypeIndex getParentScope() const { return ParentScope; } in getParentScope() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1584 TypeIndex parent_idx = fir.getParentScope(); in ParseInlineSite()