Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDSymbol.h184 bool IsSyntheticWithAutoGeneratedName() const;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDSymbol.cpp620 bool Symbol::IsSyntheticWithAutoGeneratedName() const { in IsSyntheticWithAutoGeneratedName() function in Symbol
HDSymtab.cpp324 if (symbol->IsTrampoline() || symbol->IsSyntheticWithAutoGeneratedName()) in InitNameIndexes()