Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3706 static bool IsSubroutine(const DWARFDIE &die) { in IsSubroutine() function
3718 if (IsSubroutine(candidate)) { in GetContainingFunctionWithAbstractOrigin()
3743 assert(IsSubroutine(function)); in FindFirstChildWithAbstractOrigin()
3746 assert(!IsSubroutine(context) || context == function); in FindFirstChildWithAbstractOrigin()