Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h184 bool IsSyntheticWithAutoGeneratedName() const;
/src/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp620 bool Symbol::IsSyntheticWithAutoGeneratedName() const { in IsSyntheticWithAutoGeneratedName() function in Symbol
H A DSymtab.cpp324 if (symbol->IsTrampoline() || symbol->IsSyntheticWithAutoGeneratedName()) in InitNameIndexes()