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.cpp3430 static bool IsSubroutine(const DWARFDIE &die) { in IsSubroutine() function
3442 if (IsSubroutine(candidate)) { in GetContainingFunctionWithAbstractOrigin()
3466 assert(IsSubroutine(function)); in FindFirstChildWithAbstractOrigin()
3469 assert(!IsSubroutine(context) || context == function); in FindFirstChildWithAbstractOrigin()