Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/tcpdump/
H A Dprint-atm.c455 uint8_t cell_type, func_type, payload, clp; in oam_print() local
466 func_type = (*(p+ATM_HDR_LEN_NOHEC+hec)) & 0x0f; in oam_print()
488 ND_PRINT((ndo, ", func-type unknown (%u)", func_type)); in oam_print()
491 tok2str(oam_functype_values[cell_type],"none",func_type), in oam_print()
492 func_type)); in oam_print()
496 switch (cell_type << 4 | func_type) { in oam_print()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBFunction.cpp104 Type *func_type = m_opaque_ptr->GetType(); in GetDescription() local
105 if (func_type) in GetDescription()
106 s.Printf(", type = %s", func_type->GetName().AsCString()); in GetDescription()
H A DSBType.cpp300 CompilerType func_type(m_opaque_sp->GetCompilerType(true)); in GetFunctionArgumentTypes() local
301 size_t count = func_type.GetNumberOfFunctionArguments(); in GetFunctionArgumentTypes()
303 sb_type_list.Append(SBType(func_type.GetFunctionArgumentAtIndex(i))); in GetFunctionArgumentTypes()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp209 Type *func_type = function->GetType(); in GetDescription() local
210 if (func_type) { in GetDescription()
212 func_type->GetDescription(s, level, false, target); in GetDescription()
333 Type *func_type = function->GetType(); in Dump() local
334 if (func_type) { in Dump()
336 func_type->Dump(s, false); in Dump()
H A DBlock.cpp335 Type *func_type = function->GetType(); in AddRange() local
337 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h445 Type *func_type, const AddressRange &range);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp904 Type *func_type = NULL; in ParseSubroutine() local
907 func_type = dwarf->ResolveTypeUID(attrs.type.Reference(), true); in ParseSubroutine()
909 if (func_type) in ParseSubroutine()
910 return_clang_type = func_type->GetForwardCompilerType(); in ParseSubroutine()
2292 Type *func_type = dwarf->GetDIEToType().lookup(die.GetDIE()); in ParseFunctionFromDWARF() local
2294 assert(func_type == nullptr || func_type != DIE_IS_BEING_PARSED); in ParseFunctionFromDWARF()
2301 func_user_id, func_name, func_type, in ParseFunctionFromDWARF()
/freebsd-13.1/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c101 int func_type; member
370 d->func_type = 0; in cpp_demangle_data_init()
1374 ++ddata->func_type; in cpp_demangle_read_function()
2089 p_func_type = ddata->func_type; in cpp_demangle_read_pointer_to_member()
2093 if (p_func_type == ddata->func_type) { in cpp_demangle_read_pointer_to_member()
/freebsd-13.1/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c115 int func_type; member
704 d->func_type = 0; in cpp_demangle_data_init()
1708 ++ddata->func_type; in cpp_demangle_read_function()
2423 p_func_type = ddata->func_type; in cpp_demangle_read_pointer_to_member()
2427 if (p_func_type == ddata->func_type) { in cpp_demangle_read_pointer_to_member()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp389 TypeSP func_type = GetOrCreateType(proc.FunctionType); in CreateFunction() local
390 if (!func_type) in CreateFunction()
397 func_type.get(), func_range); in CreateFunction()
H A DPdbAstBuilder.cpp1008 const clang::FunctionProtoType *func_type = in GetOrCreateFunctionDecl() local
1027 CreateFunctionParameters(func_id, *function_decl, func_type->getNumParams()); in GetOrCreateFunctionDecl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp293 lldb_private::Type *func_type = ResolveTypeUID(pdb_func.getSymIndexId()); in ParseCompileUnitFunctionForPDBFunc() local
294 if (!func_type) in ParseCompileUnitFunctionForPDBFunc()
303 func_type_uid, mangled, func_type, func_range); in ParseCompileUnitFunctionForPDBFunc()