Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp37 if (TheU->getCUNode()->isDebugDirectivesOnly()) in emitUnit()
66 if (TheU->getCUNode()->isDebugDirectivesOnly()) in computeSizeAndOffsets()
H A DDwarfCompileUnit.cpp371 if (CUNode->isDebugDirectivesOnly()) in initStmtList()
1357 !CUNode->isDebugDirectivesOnly() && in hasDwarfPubSections()
H A DDwarfDebug.cpp1303 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo()
2135 if (TheCU.getCUNode()->isDebugDirectivesOnly()) { in endFunctionImpl()
3014 return !Pair.second->getCUNode()->isDebugDirectivesOnly(); in emitDebugRangesImpl()
H A DDwarfUnit.cpp255 if (CUNode->isDebugDirectivesOnly()) in addString()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1453 bool isDebugDirectivesOnly() const { in isDebugDirectivesOnly() function