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.cpp213 static bool isDwoSection(const MCSection &Sec) { in isDwoSection() function
380 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()
H A DELFObjectWriter.cpp83 bool isDwoSection(const MCSectionELF &Sec) { in isDwoSection() function
576 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()
H A DWasmObjectWriter.cpp193 bool isDwoSection(const MCSection &Sec) { in isDwoSection() function
1470 if (Mode == DwoMode::NonDwoOnly && isDwoSection(Sec)) in writeOneObject()
1472 if (Mode == DwoMode::DwoOnly && !isDwoSection(Sec)) in writeOneObject()