Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h316 void SetInlinedFunctionInfo(const char *name, const char *mangled,
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp381 void Block::SetInlinedFunctionInfo(const char *name, const char *mangled, in SetInlinedFunctionInfo() function in Block
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1217 block->SetInlinedFunctionInfo(name, mangled_name, decl_up.get(), in ParseBlocksRecursive()