Searched refs:CreateFunctionType (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.h | 103 CreateFunctionType(TypeIndex args_type_idx, TypeIndex return_type_idx,
|
| H A D | PdbAstBuilder.cpp | 937 return CreateFunctionType(pr.ArgumentList, pr.ReturnType, pr.CallConv); in CreateType() 944 return CreateFunctionType(mfr.ArgumentList, mfr.ReturnType, mfr.CallConv); in CreateType() 1128 clang::QualType PdbAstBuilder::CreateFunctionType( in CreateFunctionType() function in PdbAstBuilder 1158 CompilerType func_sig_ast_type = m_clang.CreateFunctionType( in CreateFunctionType()
|
| H A D | SymbolFileNativePDB.h | 190 lldb::TypeSP CreateFunctionType(PdbTypeSymId type_id,
|
| H A D | SymbolFileNativePDB.cpp | 586 TypeSP SymbolFileNativePDB::CreateFunctionType(PdbTypeSymId type_id, in CreateFunctionType() function in SymbolFileNativePDB 659 return CreateFunctionType(type_id, mfr, ct); in CreateType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 400 CompilerType CreateFunctionType(const CompilerType &result_type, 405 CompilerType CreateFunctionType(const CompilerType &result_type, in CreateFunctionType() function 408 return CreateFunctionType(result_type, args, num_args, is_variadic, in CreateFunctionType()
|
| H A D | TypeSystemClang.cpp | 2167 TypeSystemClang::CreateFunctionType(const CompilerType &result_type, in CreateFunctionType() function in TypeSystemClang
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 651 m_ast.CreateFunctionType(return_ast_type, arg_list.data(), in CreateLLDBTypeFromPDBType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1912 CompilerType method_type = m_clang_ast_context->CreateFunctionType( in AddContextClassType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 959 CompilerType clang_type = m_ast.CreateFunctionType( in ParseSubroutine()
|