Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Symbol/
DBlock.h396 SetInlinedFunctionInfo (const char *name,
/external/lldb/source/Symbol/
DBlock.cpp463 Block::SetInlinedFunctionInfo(const char *name, const char *mangled, const Declaration *decl_ptr, c… in SetInlinedFunctionInfo() function in Block
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1373 … block->SetInlinedFunctionInfo (name, mangled_name, decl_ap.get(), call_ap.get()); in ParseFunctionBlocks()