Home
last modified time | relevance | path

Searched refs:CreateFunctionType (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp755 m_ast->CreateFunctionType(int_type, nullptr, 0U, false, 0U); in TEST_F()
784 m_ast->CreateFunctionType(int_type, nullptr, 0U, false, 0U); in TEST_F()
820 m_ast->CreateFunctionType(return_type, &param_type, /*num_params*/ 1, in TEST_F()
864 m_ast->CreateFunctionType(return_type, &param_type, /*num_params*/ 1, in TEST_F()
875 m_ast->CreateFunctionType(return_type, &param_type, /*num_params*/ 1, in TEST_F()
902 m_ast->CreateFunctionType(m_ast->GetBasicType(lldb::eBasicTypeInt), in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h105 CreateFunctionType(TypeIndex args_type_idx, TypeIndex return_type_idx,
H A DSymbolFileNativePDB.h210 lldb::TypeSP CreateFunctionType(PdbTypeSymId type_id,
H A DPdbAstBuilder.cpp1071 return CreateFunctionType(pr.ArgumentList, pr.ReturnType, pr.CallConv); in CreateType()
1078 return CreateFunctionType(mfr.ArgumentList, mfr.ReturnType, mfr.CallConv); in CreateType()
1436 clang::QualType PdbAstBuilder::CreateFunctionType( in CreateFunctionType() function in PdbAstBuilder
1470 CompilerType func_sig_ast_type = m_clang.CreateFunctionType( in CreateFunctionType()
H A DSymbolFileNativePDB.cpp622 TypeSP SymbolFileNativePDB::CreateFunctionType(PdbTypeSymId type_id, in CreateFunctionType() function in SymbolFileNativePDB
695 return CreateFunctionType(type_id, mfr, ct); in CreateType()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp855 static DISubroutineType *CreateFunctionType(unsigned NumArgs) { in CreateFunctionType() function
1256 CreateFunctionType(TheFunction->arg_size()), ScopeLine, in codegen()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h401 CompilerType CreateFunctionType(const CompilerType &result_type,
H A DTypeSystemClang.cpp2172 TypeSystemClang::CreateFunctionType(const CompilerType &result_type, in CreateFunctionType() function in TypeSystemClang
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst264 CreateFunctionType(TheFunction->arg_size()),
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp653 m_ast.CreateFunctionType(return_ast_type, arg_list.data(), in CreateLLDBTypeFromPDBType()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp2000 CompilerType method_type = m_clang_ast_context->CreateFunctionType( in AddContextClassType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp977 CompilerType clang_type = m_ast.CreateFunctionType( in ParseSubroutine()