Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp96 if (!FDI || !FDI->getUnit()->getDebugInfoForProfiling()) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1838 return CU->getDebugInfoForProfiling(); in shouldEmitDebugInfoForProfiling()
H A DDebugInfo.cpp728 CU->getDebugInfoForProfiling(), CU->getNameTableKind(), in getReplacementCU()
H A DAsmWriter.cpp2270 Printer.printBool("debugInfoForProfiling", N->getDebugInfoForProfiling(), in writeDICompileUnit()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1514 getSplitDebugInlining(), getDebugInfoForProfiling(), getNameTableKind(), in cloneImpl()
1564 bool getDebugInfoForProfiling() const { return DebugInfoForProfiling; } in getDebugInfoForProfiling() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1277 !CUNode->getDebugInfoForProfiling(); in applySubprogramAttributes()
H A DDwarfDebug.cpp2297 if (!TheCU.getCUNode()->getDebugInfoForProfiling() && in endFunctionImpl()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1990 Record.push_back(N->getDebugInfoForProfiling()); in writeDICompileUnit()