Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp94 if (!FDI || !FDI->getUnit()->getDebugInfoForProfiling()) in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/IR/
H A DMetadata.cpp1639 return CU->getDebugInfoForProfiling(); in isDebugInfoForProfiling()
H A DDebugInfo.cpp611 CU->getDebugInfoForProfiling(), CU->getNameTableKind(), in getReplacementCU()
H A DAsmWriter.cpp2100 Printer.printBool("debugInfoForProfiling", N->getDebugInfoForProfiling(), in writeDICompileUnit()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1403 getSplitDebugInlining(), getDebugInfoForProfiling(), getNameTableKind(), in cloneImpl()
1453 bool getDebugInfoForProfiling() const { return DebugInfoForProfiling; } in getDebugInfoForProfiling() function
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1242 !CUNode->getDebugInfoForProfiling(); in applySubprogramAttributes()
H A DDwarfDebug.cpp2224 if (!TheCU.getCUNode()->getDebugInfoForProfiling() && in endFunctionImpl()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1814 Record.push_back(N->getDebugInfoForProfiling()); in writeDICompileUnit()