Skip to content

Commit c2cad1e

Browse files
committed
doc: add documentation for FindMangledFunctionName
1 parent 0fc03c2 commit c2cad1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ class SymbolFileNativePDB : public SymbolFileCommon {
140140

141141
std::optional<PdbCompilandSymId> FindSymbolScope(PdbCompilandSymId id);
142142

143+
/// Find the mangled name for a function
144+
///
145+
/// \param id A symbol ID of a S_LPROC32/S_GPROC32 record
146+
/// \returns The mangled name of the function (if available)
143147
std::optional<llvm::StringRef> FindMangledFunctionName(PdbCompilandSymId id);
144148

145149
void FindTypes(const lldb_private::TypeQuery &match,

0 commit comments

Comments
 (0)