Home
last modified time | relevance | path

Searched refs:get_crc (Results 1 - 7 of 7) sorted by relevance

/third_party/libabigail/tests/
H A Dtest-symtab.cc420 CHECK(corpus->lookup_function_symbol("exported_function")->get_crc());
421 CHECK(corpus->lookup_function_symbol("exported_function_gpl")->get_crc());
422 CHECK(corpus->lookup_variable_symbol("exported_variable")->get_crc());
423 CHECK(corpus->lookup_variable_symbol("exported_variable_gpl")->get_crc());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp23 return (S_OK == SourceFile->get_crc(&Crc)) ? Crc : 0; in getCrc32()
/third_party/libabigail/src/
H A Dabg-reporter-priv.cc1152 const abg_compat::optional<uint32_t>& crc1 = symbol1->get_crc(); in maybe_report_diff_for_symbol()
1153 const abg_compat::optional<uint32_t>& crc2 = symbol2->get_crc(); in maybe_report_diff_for_symbol()
H A Dabg-comp-filter.cc237 return symbol_f->get_crc() != symbol_s->get_crc(); in crc_changed()
H A Dabg-writer.cc3134 if (sym->get_crc().has_value()) in write_elf_symbol()
3136 << std::hex << std::showbase << sym->get_crc().value() in write_elf_symbol()
H A Dabg-ir.cc1905 && l.get_crc() == r.get_crc() in textually_equals()
2107 elf_symbol::get_crc() const in get_crc() function in abigail::ir::elf_symbol
/third_party/libabigail/include/
H A Dabg-ir.h1031 get_crc() const;

Completed in 46 milliseconds