Home
last modified time | relevance | path

Searched refs:getDebugInfoForProfiling (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86DiscriminateMemOps.cpp93 if (!FDI || !FDI->getUnit()->getDebugInfoForProfiling()) in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp1532 return CU->getDebugInfoForProfiling(); in isDebugInfoForProfiling()
DDebugInfo.cpp491 CU->getDebugInfoForProfiling(), CU->getNameTableKind(), in getReplacementCU()
DAsmWriter.cpp1944 Printer.printBool("debugInfoForProfiling", N->getDebugInfoForProfiling(), in writeDICompileUnit()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1202 getSplitDebugInlining(), getDebugInfoForProfiling(), getNameTableKind(), in cloneImpl()
1249 bool getDebugInfoForProfiling() const { return DebugInfoForProfiling; } in getDebugInfoForProfiling() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1212 !CUNode->getDebugInfoForProfiling(); in applySubprogramAttributes()
DDwarfDebug.cpp1886 if (!TheCU.getCUNode()->getDebugInfoForProfiling() && in endFunctionImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1662 Record.push_back(N->getDebugInfoForProfiling()); in writeDICompileUnit()