Searched refs:cgProfile (Results 1 – 3 of 3) sorted by relevance
978 ArrayRef<typename ELFT::CGProfile> &cgProfile, in processCallGraphRelocations() argument987 cgProfile = in processCallGraphRelocations()1026 ArrayRef<typename ELFT::CGProfile> cgProfile; in readCallGraphsFromObjectFiles() local1029 if (!processCallGraphRelocations(symbolIndices, cgProfile, obj)) in readCallGraphsFromObjectFiles()1032 if (symbolIndices.size() != cgProfile.size() * 2) in readCallGraphsFromObjectFiles()1035 for (uint32_t i = 0, size = cgProfile.size(); i < size; ++i) { in readCallGraphsFromObjectFiles()1036 const Elf_CGProfile_Impl<ELFT> &cgpe = cgProfile[i]; in readCallGraphsFromObjectFiles()
317 constexpr const char cgProfile[] = "__cg_profile"; variable
398 if (config->callGraphProfileSort && name == section_names::cgProfile) in parseSections()