We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FindMangledFunctionName
1 parent 0fc03c2 commit c2cad1eCopy full SHA for c2cad1e
lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h
@@ -140,6 +140,10 @@ class SymbolFileNativePDB : public SymbolFileCommon {
140
141
std::optional<PdbCompilandSymId> FindSymbolScope(PdbCompilandSymId id);
142
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)
147
std::optional<llvm::StringRef> FindMangledFunctionName(PdbCompilandSymId id);
148
149
void FindTypes(const lldb_private::TypeQuery &match,
0 commit comments