Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h694 StripLinkerSymbolAnnotations(llvm::StringRef symbol_name) const { in StripLinkerSymbolAnnotations() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h154 StripLinkerSymbolAnnotations(llvm::StringRef symbol_name) const override;
H A DObjectFileELF.cpp1630 ObjectFileELF::StripLinkerSymbolAnnotations(llvm::StringRef symbol_name) const { in StripLinkerSymbolAnnotations() function in ObjectFileELF
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp337 m_objfile->StripLinkerSymbolAnnotations(name.GetStringRef())); in InitNameIndexes()
359 m_objfile->StripLinkerSymbolAnnotations(name.GetStringRef())); in InitNameIndexes()