Searched refs:isDebugDirectivesOnly (Results 1 – 5 of 5) sorted by relevance
37 if (TheU->getCUNode()->isDebugDirectivesOnly()) in emitUnit()66 if (TheU->getCUNode()->isDebugDirectivesOnly()) in computeSizeAndOffsets()
371 if (CUNode->isDebugDirectivesOnly()) in initStmtList()1357 !CUNode->isDebugDirectivesOnly() && in hasDwarfPubSections()
1303 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo()2135 if (TheCU.getCUNode()->isDebugDirectivesOnly()) { in endFunctionImpl()3014 return !Pair.second->getCUNode()->isDebugDirectivesOnly(); in emitDebugRangesImpl()
255 if (CUNode->isDebugDirectivesOnly()) in addString()
1453 bool isDebugDirectivesOnly() const { in isDebugDirectivesOnly() function