Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp978 ArrayRef<typename ELFT::CGProfile> &cgProfile, in processCallGraphRelocations() argument
987 cgProfile = in processCallGraphRelocations()
1026 ArrayRef<typename ELFT::CGProfile> cgProfile; in readCallGraphsFromObjectFiles() local
1029 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()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h317 constexpr const char cgProfile[] = "__cg_profile"; variable
H A DInputFiles.cpp398 if (config->callGraphProfileSort && name == section_names::cgProfile) in parseSections()