Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp3362 static bool IsSubroutine(const DWARFDIE &die) { in IsSubroutine() function
3374 if (IsSubroutine(candidate)) { in GetContainingFunctionWithAbstractOrigin()
3399 assert(IsSubroutine(function)); in FindFirstChildWithAbstractOrigin()
3402 assert(!IsSubroutine(context) || context == function); in FindFirstChildWithAbstractOrigin()