Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp38 if (TheU->getCUNode()->isDebugDirectivesOnly()) in emitUnit()
67 if (TheU->getCUNode()->isDebugDirectivesOnly()) in computeSizeAndOffsets()
DDwarfCompileUnit.cpp348 if (CUNode->isDebugDirectivesOnly()) in initStmtList()
1132 !CUNode->isDebugDirectivesOnly() && in hasDwarfPubSections()
DDwarfDebug.cpp1098 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo()
1871 if (TheCU.getCUNode()->isDebugDirectivesOnly()) { in endFunctionImpl()
2723 return !Pair.second->getCUNode()->isDebugDirectivesOnly(); in emitDebugRangesImpl()
DDwarfUnit.cpp260 if (CUNode->isDebugDirectivesOnly()) in addString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1246 bool isDebugDirectivesOnly() const { in isDebugDirectivesOnly() function