Home
last modified time | relevance | path

Searched defs:func_type (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFunction.cpp98 Type *func_type = m_opaque_ptr->GetType(); in GetDescription() local
H A DSBType.cpp300 CompilerType func_type(m_opaque_sp->GetCompilerType(true)); in GetFunctionArgumentTypes() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp213 Type *func_type = function->GetType(); in GetDescription() local
337 Type *func_type = function->GetType(); in Dump() local
H A DBlock.cpp346 Type *func_type = function->GetType(); in AddRange() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp493 CompilerType func_type = m_ast->CreateFunctionType( in CreateFunction() local
815 CompilerType func_type = m_ast->CreateFunctionType( in ParseFunctions() local
/freebsd/contrib/tcpdump/
H A Dprint-atm.c432 uint8_t cell_type, func_type, payload, clp; in oam_print() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp968 Type *func_type = nullptr; in ParseSubroutine() local
2490 Type *func_type = dwarf->GetDIEToType().lookup(die.GetDIE()); in ParseFunctionFromDWARF() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1044 const clang::FunctionProtoType *func_type = in GetOrCreateFunctionDecl() local
H A DSymbolFileNativePDB.cpp499 TypeSP func_type = GetOrCreateType(proc.FunctionType); in CreateFunction() local
/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c101 int func_type; member
/freebsd/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c115 int func_type; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp304 lldb_private::Type *func_type = ResolveTypeUID(pdb_func.getSymIndexId()); in ParseCompileUnitFunctionForPDBFunc() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4649 QualType func_type = ast.getFunctionNoProtoType(ast.VoidTy, generic_ext_info); in CreateGenericFunctionPrototype() local