Home
last modified time | relevance | path

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

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