Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDObjectFile.h694 StripLinkerSymbolAnnotations(llvm::StringRef symbol_name) const { in StripLinkerSymbolAnnotations() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.h154 StripLinkerSymbolAnnotations(llvm::StringRef symbol_name) const override;
HDObjectFileELF.cpp1630 ObjectFileELF::StripLinkerSymbolAnnotations(llvm::StringRef symbol_name) const { in StripLinkerSymbolAnnotations() function in ObjectFileELF
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDSymtab.cpp337 m_objfile->StripLinkerSymbolAnnotations(name.GetStringRef())); in InitNameIndexes()
359 m_objfile->StripLinkerSymbolAnnotations(name.GetStringRef())); in InitNameIndexes()