Home
last modified time | relevance | path

Searched refs:isDebugDirectivesOnly (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp35 if (TheU->getCUNode()->isDebugDirectivesOnly()) in emitUnit()
64 if (TheU->getCUNode()->isDebugDirectivesOnly()) in computeSizeAndOffsets()
H A DDwarfCompileUnit.cpp462 if (CUNode->isDebugDirectivesOnly()) in initStmtList()
1559 !CUNode->isDebugDirectivesOnly() && in hasDwarfPubSections()
H A DDwarfDebug.cpp1272 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo()
2715 if (TheCU.getCUNode()->isDebugDirectivesOnly()) { in endFunctionImpl()
3608 return !Pair.second->getCUNode()->isDebugDirectivesOnly(); in emitDebugRangesImpl()
H A DDwarfUnit.cpp285 if (CUNode->isDebugDirectivesOnly()) in addString()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp365 if (!SP->getUnit()->isDebugDirectivesOnly()) in emitFunctionEntryLabel()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2109 bool isDebugDirectivesOnly() const { in isDebugDirectivesOnly() function