Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp212 static bool isDwoSection(const MCSection &Sec) { in isDwoSection() function
381 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()
H A DELFObjectWriter.cpp72 bool isDwoSection(const MCSectionELF &Sec) { in isDwoSection() function
573 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()
H A DWasmObjectWriter.cpp194 bool isDwoSection(const MCSection &Sec) { in isDwoSection() function
1477 if (Mode == DwoMode::NonDwoOnly && isDwoSection(Sec)) in writeOneObject()
1479 if (Mode == DwoMode::DwoOnly && !isDwoSection(Sec)) in writeOneObject()