Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbol.h158 bool IsSyntheticWithAutoGeneratedName() const;
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbol.cpp573 bool Symbol::IsSyntheticWithAutoGeneratedName() const { in IsSyntheticWithAutoGeneratedName() function in Symbol
H A DSymtab.cpp312 if (symbol->IsTrampoline() || symbol->IsSyntheticWithAutoGeneratedName()) in InitNameIndexes()