Searched refs:isDebugDirectivesOnly (Results 1 – 6 of 6) sorted by relevance
35 if (TheU->getCUNode()->isDebugDirectivesOnly()) in emitUnit()64 if (TheU->getCUNode()->isDebugDirectivesOnly()) in computeSizeAndOffsets()
438 if (CUNode->isDebugDirectivesOnly()) in initStmtList()1513 !CUNode->isDebugDirectivesOnly() && in hasDwarfPubSections()
1272 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo()2280 if (TheCU.getCUNode()->isDebugDirectivesOnly()) { in endFunctionImpl()3159 return !Pair.second->getCUNode()->isDebugDirectivesOnly(); in emitDebugRangesImpl()
249 if (CUNode->isDebugDirectivesOnly()) in addString()
496 if (!SP->getUnit()->isDebugDirectivesOnly() && MMI && MMI->hasDebugInfo()) in emitFunctionEntryLabel()
1561 bool isDebugDirectivesOnly() const { in isDebugDirectivesOnly() function