Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDObjectFile.h842 StripLinkerSymbolAnnotations(llvm::StringRef symbol_name) const in StripLinkerSymbolAnnotations() function
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.h191 StripLinkerSymbolAnnotations(llvm::StringRef symbol_name) const override;
HDObjectFileELF.cpp1599 ObjectFileELF::StripLinkerSymbolAnnotations(llvm::StringRef symbol_name) const in StripLinkerSymbolAnnotations() function in ObjectFileELF
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDSymtab.cpp320 … entry.cstring = ConstString(m_objfile->StripLinkerSymbolAnnotations(entry.cstring)).GetCString(); in InitNameIndexes()
388 … entry.cstring = ConstString(m_objfile->StripLinkerSymbolAnnotations(entry.cstring)).GetCString(); in InitNameIndexes()