Home
last modified time | relevance | path

Searched refs:CreateFunction (Results 1 – 4 of 4) sorted by path

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp479 SymbolFileCTF::CreateFunction(const CTFFunction &ctf_function) { in CreateFunction() function in SymbolFileCTF
592 return CreateFunction(*static_cast<CTFFunction *>(ctf_type)); in CreateType()
H A DSymbolFileCTF.h222 llvm::Expected<lldb::TypeSP> CreateFunction(const CTFFunction &ctf_function);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp475 lldb::FunctionSP SymbolFileNativePDB::CreateFunction(PdbCompilandSymId func_id, in CreateFunction() function in SymbolFileNativePDB
983 emplace_result.first->second = CreateFunction(func_id, comp_unit); in GetOrCreateFunction()
H A DSymbolFileNativePDB.h235 lldb::FunctionSP CreateFunction(PdbCompilandSymId func_id,