Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp93 if (!FDI || !FDI->getUnit()->getDebugInfoForProfiling()) in runOnMachineFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DMetadata.cpp1533 return CU->getDebugInfoForProfiling(); in isDebugInfoForProfiling()
H A DDebugInfo.cpp579 CU->getDebugInfoForProfiling(), CU->getNameTableKind(), in getReplacementCU()
H A DAsmWriter.cpp2140 Printer.printBool("debugInfoForProfiling", N->getDebugInfoForProfiling(), in writeDICompileUnit()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1406 getSplitDebugInlining(), getDebugInfoForProfiling(), getNameTableKind(), in cloneImpl()
1456 bool getDebugInfoForProfiling() const { return DebugInfoForProfiling; } in getDebugInfoForProfiling() function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1185 !CUNode->getDebugInfoForProfiling(); in applySubprogramAttributes()
H A DDwarfDebug.cpp2152 if (!TheCU.getCUNode()->getDebugInfoForProfiling() && in endFunctionImpl()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1777 Record.push_back(N->getDebugInfoForProfiling()); in writeDICompileUnit()