Home
last modified time | relevance | path

Searched refs:SetInlinedFunctionInfo (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h316 void SetInlinedFunctionInfo(const char *name, const char *mangled,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp408 void Block::SetInlinedFunctionInfo(const char *name, const char *mangled, in SetInlinedFunctionInfo() function in Block
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp327 block_sp->SetInlinedFunctionInfo(name.str().c_str(), in ParseBlocksRecursive()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp462 child_block->SetInlinedFunctionInfo( in CreateBlock()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1426 block->SetInlinedFunctionInfo(name, mangled_name, decl_up.get(), in ParseBlocksRecursive()