Searched refs:CreateFunctionType (Results 1 – 12 of 12) sorted by relevance
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | Coroutines.cpp | 153 CompilerType coro_func_type = ast_ctx->CreateFunctionType( in Update()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.h | 107 CreateFunctionType(TypeIndex args_type_idx, TypeIndex return_type_idx,
|
H A D | PdbAstBuilder.cpp | 793 return CreateFunctionType(pr.ArgumentList, pr.ReturnType, pr.CallConv); in CreateType() 800 return CreateFunctionType(mfr.ArgumentList, mfr.ReturnType, mfr.CallConv); in CreateType() 1180 clang::QualType PdbAstBuilder::CreateFunctionType( in CreateFunctionType() function in PdbAstBuilder 1217 CompilerType func_sig_ast_type = m_clang.CreateFunctionType( in CreateFunctionType()
|
H A D | SymbolFileNativePDB.h | 219 lldb::TypeSP CreateFunctionType(PdbTypeSymId type_id,
|
H A D | SymbolFileNativePDB.cpp | 694 TypeSP SymbolFileNativePDB::CreateFunctionType(PdbTypeSymId type_id, in CreateFunctionType() function in SymbolFileNativePDB 765 return CreateFunctionType(type_id, mfr, ct); in CreateType()
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 855 static DISubroutineType *CreateFunctionType(unsigned NumArgs) { in CreateFunctionType() function 1256 CreateFunctionType(TheFunction->arg_size()), ScopeLine, in codegen()
|
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | LangImpl09.rst | 264 CreateFunctionType(TheFunction->arg_size()),
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 414 CreateFunctionType(const CompilerType &result_type, const CompilerType *args,
|
H A D | TypeSystemClang.cpp | 2205 CompilerType TypeSystemClang::CreateFunctionType( in CreateFunctionType() function in TypeSystemClang
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 659 m_ast.CreateFunctionType(return_ast_type, arg_list.data(), in CreateLLDBTypeFromPDBType()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionDeclMap.cpp | 2001 CompilerType method_type = m_clang_ast_context->CreateFunctionType( in AddContextClassType()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 974 m_ast.CreateFunctionType(return_clang_type, function_param_types.data(), in ParseSubroutine()
|