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

  /development/vndk/tools/header-checker/header-abi-diff/src/
abi_diff.cpp 321 [](const T *e) {return e->GetLinkerSetKey();})) {
326 const std::string &element_linker_set_key = element->GetLinkerSetKey();
358 [](const T *e) {return e->GetLinkerSetKey();})) {
  /development/vndk/tools/header-checker/header-abi-util/src/
ir_representation.cpp 90 std::string builtin_linker_set_key = builtin_type->GetLinkerSetKey();
518 return (message_map.find(lm->GetLinkerSetKey()) != message_map.end());
524 const std::string &function_linkage_name = addend_node->GetLinkerSetKey();
544 addend_node->GetLinkerSetKey();
ir_representation_protobuf.cpp 223 {global_variable_ir.GetLinkerSetKey(), std::move(global_variable_ir)});
319 functions_.insert({function_ir.GetLinkerSetKey(), std::move(function_ir)});
404 type_info->set_linker_set_key(typep->GetLinkerSetKey());
597 added_function.set_linker_set_key(functionp->GetLinkerSetKey());
653 added_global_var.set_linker_set_key(global_varp->GetLinkerSetKey());
    [all...]
  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation.h 88 const std::string &GetLinkerSetKey() const {
767 return element.GetLinkerSetKey();
783 return record_type_ir->GetLinkerSetKey() + record_type_ir->GetUniqueId();
793 return function_type_ir->GetLinkerSetKey();
    [all...]

Completed in 91 milliseconds