Home
last modified time | relevance | path

Searched refs:getCompileUnitParent (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
HDLVScope.h261 LVScope *getCompileUnitParent() const override { in getCompileUnitParent() function
262 return LVElement::getCompileUnitParent(); in getCompileUnitParent()
497 LVScope *getCompileUnitParent() const override { in getCompileUnitParent() function
HDLVElement.h323 virtual LVScope *getCompileUnitParent() const;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
HDLVCompare.cpp323 getReader().setCompileUnit(InsertionPoint->getCompileUnitParent()); in execute()
HDLVElement.cpp430 LVScope *LVElement::getCompileUnitParent() const { in getCompileUnitParent() function in LVElement