Home
last modified time | relevance | path

Searched refs:decl_up (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1205 std::unique_ptr<Declaration> decl_up; in ParseBlocksRecursive() local
1207 decl_up = std::make_unique<Declaration>( in ParseBlocksRecursive()
1217 block->SetInlinedFunctionInfo(name, mangled_name, decl_up.get(), in ParseBlocksRecursive()
H A DDWARFASTParserClang.cpp2285 std::unique_ptr<Declaration> decl_up; in ParseFunctionFromDWARF() local
2287 decl_up = std::make_unique<Declaration>(die.GetCU()->GetFile(decl_file), in ParseFunctionFromDWARF()