Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp75 bool isDwoSection(const MCSectionELF &Sec) { in isDwoSection() function
317 if (isDwoSection(*From)) { in checkRelocation()
321 if (To && isDwoSection(*To)) { in checkRelocation()
687 if (Mode == NonDwoOnly && isDwoSection(Section)) in computeSymbolTable()
1091 if (Mode == NonDwoOnly && isDwoSection(Section)) in writeObject()
1093 if (Mode == DwoOnly && !isDwoSection(Section)) in writeObject()