Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp96 if (!FDI || !FDI->getUnit()->getDebugInfoForProfiling()) in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DMetadata.cpp1632 return CU->getDebugInfoForProfiling(); in shouldEmitDebugInfoForProfiling()
H A DDebugInfo.cpp630 CU->getDebugInfoForProfiling(), CU->getNameTableKind(), in getReplacementCU()
H A DAsmWriter.cpp2125 Printer.printBool("debugInfoForProfiling", N->getDebugInfoForProfiling(), in writeDICompileUnit()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1444 getSplitDebugInlining(), getDebugInfoForProfiling(), getNameTableKind(), in cloneImpl()
1494 bool getDebugInfoForProfiling() const { return DebugInfoForProfiling; } in getDebugInfoForProfiling() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1243 !CUNode->getDebugInfoForProfiling(); in applySubprogramAttributes()
H A DDwarfDebug.cpp2260 if (!TheCU.getCUNode()->getDebugInfoForProfiling() && in endFunctionImpl()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1853 Record.push_back(N->getDebugInfoForProfiling()); in writeDICompileUnit()