HomeSort by relevance Sort by last modified time
    Searched refs:function_type_ir (Results 1 - 4 of 4) sorted by null

  /development/vndk/tools/header-checker/header-abi-util/src/
ir_representation_protobuf.cpp 118 FunctionTypeIR function_type_ir; local
119 ReadTypeInfo(function_type_protobuf.type_info(), &function_type_ir);
120 SetupCFunctionLikeIR(function_type_protobuf, &function_type_ir);
121 return function_type_ir;
340 FunctionTypeIR function_type_ir = local
342 if (!IsPresentInExportedHeaders(function_type_ir, exported_headers_)) {
345 auto it = AddToMapAndTypeGraph(std::move(function_type_ir),
    [all...]
  /development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.cpp 438 abi_util::FunctionTypeIR *function_type_ir) {
440 function_type_ir->SetReturnType(
442 function_type_ir->SetSourceFile(source_file_);
450 if (!SetupFunctionParameter(function_type_ir, param_type, false,
    [all...]
abi_wrappers.h 169 bool SetupFunctionType(abi_util::FunctionTypeIR *function_type_ir);
  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation.h 792 inline std::string GetODRListMapKey(const FunctionTypeIR *function_type_ir) {
793 return function_type_ir->GetLinkerSetKey();
    [all...]

Completed in 373 milliseconds