Searched refs:isDwoSection (Results 1 – 3 of 3) sorted by relevance
213 static bool isDwoSection(const MCSection &Sec) { in isDwoSection() function380 if (Mode == NonDwoOnly && MCSec && isDwoSection(*MCSec)) in defineSymbol()811 if ((Mode == NonDwoOnly && isDwoSection(Section)) || in executePostLayoutBinding()812 (Mode == DwoOnly && !isDwoSection(Section))) in executePostLayoutBinding()1128 while (J != JE && ((Mode == NonDwoOnly && isDwoSection(*J)) || in writeObject()1129 (Mode == DwoOnly && !isDwoSection(*J)))) in writeObject()1202 assert(!isDwoSection(*F.getParent()) && "No relocation in Dwo sections"); in recordRelocation()
83 bool isDwoSection(const MCSectionELF &Sec) { in isDwoSection() function576 if (Mode == NonDwoOnly && isDwoSection(Section)) in computeSymbolTable()1028 if (Mode == NonDwoOnly && isDwoSection(Section)) in writeObject()1030 if (Mode == DwoOnly && !isDwoSection(Section)) in writeObject()1313 if (isDwoSection(*From)) { in checkRelocation()1317 if (To && isDwoSection(*To)) { in checkRelocation()
193 bool isDwoSection(const MCSection &Sec) { in isDwoSection() function1470 if (Mode == DwoMode::NonDwoOnly && isDwoSection(Sec)) in writeOneObject()1472 if (Mode == DwoMode::DwoOnly && !isDwoSection(Sec)) in writeOneObject()