Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp979 ObjFile<ELFT> *inputObj) { in processCallGraphRelocations() argument
980 if (inputObj->cgProfileSectionIndex == SHN_UNDEF) in processCallGraphRelocations()
984 inputObj->template getELFShdrs<ELFT>(); in processCallGraphRelocations()
986 const ELFFile<ELFT> &obj = inputObj->getObj(); in processCallGraphRelocations()
989 objSections[inputObj->cgProfileSectionIndex])); in processCallGraphRelocations()
993 if (sec.sh_info == inputObj->cgProfileSectionIndex) { in processCallGraphRelocations()