Searched refs:isDwoSection (Results 1 – 3 of 3) sorted by relevance
212 static bool isDwoSection(const MCSection &Sec) { in isDwoSection() function381 if (Mode == NonDwoOnly && MCSec && isDwoSection(*MCSec)) in defineSymbol()810 if ((Mode == NonDwoOnly && isDwoSection(Section)) || in executePostLayoutBinding()811 (Mode == DwoOnly && !isDwoSection(Section))) in executePostLayoutBinding()1122 while (J != JE && ((Mode == NonDwoOnly && isDwoSection(*J)) || in writeObject()1123 (Mode == DwoOnly && !isDwoSection(*J)))) in writeObject()1186 assert(!isDwoSection(*Fragment->getParent()) && in recordRelocation()
72 bool isDwoSection(const MCSectionELF &Sec) { in isDwoSection() function573 if (Mode == NonDwoOnly && isDwoSection(Section)) in computeSymbolTable()978 if (Mode == NonDwoOnly && isDwoSection(Section)) in writeObject()980 if (Mode == DwoOnly && !isDwoSection(Section)) in writeObject()1322 if (isDwoSection(*From)) { in checkRelocation()1326 if (To && isDwoSection(*To)) { in checkRelocation()
194 bool isDwoSection(const MCSection &Sec) { in isDwoSection() function1477 if (Mode == DwoMode::NonDwoOnly && isDwoSection(Sec)) in writeOneObject()1479 if (Mode == DwoMode::DwoOnly && !isDwoSection(Sec)) in writeOneObject()