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()
462 if (CUNode->isDebugDirectivesOnly()) in initStmtList()1559 !CUNode->isDebugDirectivesOnly() && in hasDwarfPubSections()
1272 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo()2715 if (TheCU.getCUNode()->isDebugDirectivesOnly()) { in endFunctionImpl()3608 return !Pair.second->getCUNode()->isDebugDirectivesOnly(); in emitDebugRangesImpl()
285 if (CUNode->isDebugDirectivesOnly()) in addString()
365 if (!SP->getUnit()->isDebugDirectivesOnly()) in emitFunctionEntryLabel()
2109 bool isDebugDirectivesOnly() const { in isDebugDirectivesOnly() function