Home
last modified time | relevance | path

Searched defs:function_ir (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/development/vndk/tools/header-checker/src/repr/json/
H A Dir_reader.cpp305 const JsonObjectRef &function, CFunctionLikeIR *function_ir) { in ReadFunctionParametersAndReturnType()
316 FunctionIR function_ir; in FunctionJsonToIR() local
435 FunctionIR function_ir = FunctionJsonToIR(function); in ReadFunctions() local
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/protobuf/
H A Dir_reader.cpp113 FunctionIR function_ir; in FunctionProtobufToIR() local
308 FunctionIR function_ir = FunctionProtobufToIR(function_protobuf); in ReadFunctions() local
H A Dir_diff_dumper.cpp474 const FunctionIR *function_ir, DiffKind diff_kind) { in AddLoneFunctionDiffIR()
/aosp_15_r20/development/vndk/tools/header-checker/src/linker/
H A Dmodule_merger.cpp537 repr::FunctionIR function_ir = *addend_node; in MergeFunction() local
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/
H A Dabi_diff_helpers.cpp79 const AbiElementMap<const TypeIR *> &type_graph, FunctionIR *function_ir) { in ReplaceFunctionTypeIdsWithTypeNames()