Home
last modified time | relevance | path

Searched refs:cgProfile (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h314 constexpr const char cgProfile[] = "__cg_profile"; variable
H A DInputFiles.cpp398 if (config->callGraphProfileSort && name == section_names::cgProfile) in parseSections()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp949 ArrayRef<typename ELFT::CGProfile> &cgProfile, in processCallGraphRelocations() argument
958 cgProfile = in processCallGraphRelocations()
988 ArrayRef<typename ELFT::CGProfile> cgProfile; in readCallGraphsFromObjectFiles() local
991 if (!processCallGraphRelocations(symbolIndices, cgProfile, obj)) in readCallGraphsFromObjectFiles()
994 if (symbolIndices.size() != cgProfile.size() * 2) in readCallGraphsFromObjectFiles()
997 for (uint32_t i = 0, size = cgProfile.size(); i < size; ++i) { in readCallGraphsFromObjectFiles()
998 const Elf_CGProfile_Impl<ELFT> &cgpe = cgProfile[i]; in readCallGraphsFromObjectFiles()