Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86DiscriminateMemOps.cpp96 if (!FDI || !FDI->getUnit()->getDebugInfoForProfiling()) in runOnMachineFunction()
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDMetadata.cpp1838 return CU->getDebugInfoForProfiling(); in shouldEmitDebugInfoForProfiling()
HDDebugInfo.cpp728 CU->getDebugInfoForProfiling(), CU->getNameTableKind(), in getReplacementCU()
HDAsmWriter.cpp2270 Printer.printBool("debugInfoForProfiling", N->getDebugInfoForProfiling(), in writeDICompileUnit()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfoMetadata.h1514 getSplitDebugInlining(), getDebugInfoForProfiling(), getNameTableKind(), in cloneImpl()
1564 bool getDebugInfoForProfiling() const { return DebugInfoForProfiling; } in getDebugInfoForProfiling() function
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.cpp1277 !CUNode->getDebugInfoForProfiling(); in applySubprogramAttributes()
HDDwarfDebug.cpp2297 if (!TheCU.getCUNode()->getDebugInfoForProfiling() && in endFunctionImpl()
/freebsd-head/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1990 Record.push_back(N->getDebugInfoForProfiling()); in writeDICompileUnit()