Home
last modified time | relevance | path

Searched defs:function_type (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBFunction.cpp197 Type *function_type = m_opaque_ptr->GetType(); in GetType() local
/llvm-project-15.0.7/lldb/examples/functions/
H A Dmain.cpp248 SBType function_type = function.GetType(); in main() local
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp819 CompilerType function_type = in TEST_F() local
863 CompilerType function_type = in TEST_F() local
874 CompilerType function_type = in TEST_F() local
/llvm-project-15.0.7/lldb/source/Symbol/
H A DFunction.cpp522 Type *function_type = GetType(); in GetCompilerType() local
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp1584 CompilerType function_type = sc.function->GetCompilerType(); in DoGuessValueAt() local
H A DThread.cpp1478 Type *function_type = sc.function->GetType(); in ReturnFromFrame() local
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1824 Type *function_type = function->GetType(); in AddOneFunction() local
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2095 const clang::FunctionProtoType *function_type = in GetDeclarationName() local
2235 TypeSystemClang::CreateBlockPointerType(const CompilerType &function_type) { in CreateBlockPointerType()
7625 const clang::FunctionType *function_type = in AddMethodToCXXRecordType() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp662 DWARFDIE function_type = in ParseTypeModifier() local
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli646 val function_type : lltype -> lltype array -> lltype val