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

  /development/vndk/tools/header-checker/header-abi-util/src/
ir_representation_protobuf.cpp 211 GlobalVarIR global_variable_ir; local
212 global_variable_ir.SetName(global_variable_protobuf.name());
213 global_variable_ir.SetAccess(AccessProtobufToIR(global_variable_protobuf.access()));
214 global_variable_ir.SetSourceFile(global_variable_protobuf.source_file());
215 global_variable_ir.SetReferencedType(
217 global_variable_ir.SetLinkerSetKey(
219 if (!IsPresentInExportedHeaders(global_variable_ir, exported_headers_)) {
223 {global_variable_ir.GetLinkerSetKey(), std::move(global_variable_ir)});
    [all...]
ir_representation.cpp 549 GlobalVarIR global_variable_ir = *addend_node; local
550 MergeReferencingTypeInternal(addend, &global_variable_ir,
553 std::move(global_variable_ir));

Completed in 118 milliseconds