Home
last modified time | relevance | path

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

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