Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp510 if (CU.getCUNode()->getSplitDebugInlining()) in forBothCUs()
528 if (useSplitDwarf() && !shareAcrossDWOCUs() && !SP->getUnit()->getSplitDebugInlining()) in constructAbstractSubprogramScopeDIE()
536 if (CU.getCUNode()->getSplitDebugInlining()) in constructAbstractSubprogramScopeDIE()
1925 TheCU.getCUNode()->getSplitDebugInlining()) in endFunctionImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp490 CU->getDWOId(), CU->getSplitDebugInlining(), in getReplacementCU()
DAsmWriter.cpp1943 Printer.printBool("splitDebugInlining", N->getSplitDebugInlining(), true); in writeDICompileUnit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1202 getSplitDebugInlining(), getDebugInfoForProfiling(), getNameTableKind(), in cloneImpl()
1278 bool getSplitDebugInlining() const { return SplitDebugInlining; } in getSplitDebugInlining() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1661 Record.push_back(N->getSplitDebugInlining()); in writeDICompileUnit()