Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3423 static bool IsSubroutine(const DWARFDIE &die) { in IsSubroutine() function
3435 if (IsSubroutine(candidate)) { in GetContainingFunctionWithAbstractOrigin()
3459 assert(IsSubroutine(function)); in FindFirstChildWithAbstractOrigin()
3462 assert(!IsSubroutine(context) || context == function); in FindFirstChildWithAbstractOrigin()