Searched refs:isDebugDirectivesOnly (Results 1 – 5 of 5) sorted by relevance
35 if (TheU->getCUNode()->isDebugDirectivesOnly()) in emitUnit()64 if (TheU->getCUNode()->isDebugDirectivesOnly()) in computeSizeAndOffsets()
403 if (CUNode->isDebugDirectivesOnly()) in initStmtList()1389 !CUNode->isDebugDirectivesOnly() && in hasDwarfPubSections()
1281 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo()2207 if (TheCU.getCUNode()->isDebugDirectivesOnly()) { in endFunctionImpl()3091 return !Pair.second->getCUNode()->isDebugDirectivesOnly(); in emitDebugRangesImpl()
249 if (CUNode->isDebugDirectivesOnly()) in addString()
1450 bool isDebugDirectivesOnly() const { in isDebugDirectivesOnly() function