Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h276 uint32_t cgProfileSectionIndex = 0; variable
H A DDriver.cpp1050 if (inputObj->cgProfileSectionIndex == SHN_UNDEF) in processCallGraphRelocations()
1059 objSections[inputObj->cgProfileSectionIndex])); in processCallGraphRelocations()
1063 if (sec.sh_info == inputObj->cgProfileSectionIndex) { in processCallGraphRelocations()
H A DInputFiles.cpp759 cgProfileSectionIndex = i; in initializeSections()