Searched refs:isDebugDirectivesOnly (Results 1 – 5 of 5) sorted by relevance
38 if (TheU->getCUNode()->isDebugDirectivesOnly()) in emitUnit()67 if (TheU->getCUNode()->isDebugDirectivesOnly()) in computeSizeAndOffsets()
348 if (CUNode->isDebugDirectivesOnly()) in initStmtList()1132 !CUNode->isDebugDirectivesOnly() && in hasDwarfPubSections()
1098 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo()1871 if (TheCU.getCUNode()->isDebugDirectivesOnly()) { in endFunctionImpl()2723 return !Pair.second->getCUNode()->isDebugDirectivesOnly(); in emitDebugRangesImpl()
260 if (CUNode->isDebugDirectivesOnly()) in addString()
1246 bool isDebugDirectivesOnly() const { in isDebugDirectivesOnly() function