Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DInputFiles.h266 uint32_t cgProfileSectionIndex = 0; variable
H A DDriver.cpp926 if (inputObj->cgProfileSectionIndex == SHN_UNDEF) in processCallGraphRelocations()
935 objSections[inputObj->cgProfileSectionIndex])); in processCallGraphRelocations()
939 if (sec.sh_info == inputObj->cgProfileSectionIndex) { in processCallGraphRelocations()
H A DInputFiles.cpp722 cgProfileSectionIndex = i; in initializeSections()