HomeSort by: relevance | last modified time | path
    Searched refs:DebugInfoForProfiling (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
PassBuilder.h 41 bool DebugInfoForProfiling = false,
45 CSAction(CSAction), DebugInfoForProfiling(DebugInfoForProfiling ||
63 // If neither Action nor CSAction, DebugInfoForProfiling or
66 this->DebugInfoForProfiling || this->PseudoProbeForProfiling);
71 if (this->DebugInfoForProfiling && this->PseudoProbeForProfiling) {
81 bool DebugInfoForProfiling;
  /src/external/apache2/llvm/dist/llvm/tools/opt/
NewPMDriver.cpp 144 static cl::opt<bool> DebugInfoForProfiling(
260 if (DebugInfoForProfiling)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 698 if (CodeGenOpts.DebugInfoForProfiling ||
1209 CodeGenOpts.DebugInfoForProfiling);
1216 CSAction, CodeGenOpts.DebugInfoForProfiling);
1222 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling);
1227 CodeGenOpts.DebugInfoForProfiling, true);
1228 else if (CodeGenOpts.DebugInfoForProfiling)
1253 CodeGenOpts.DebugInfoForProfiling);
CGDebugInfo.cpp 641 DwoId, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling,
3548 !CGM.getCodeGenOpts().DebugInfoForProfiling &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 1349 bool DebugInfoForProfiling;
1356 bool DebugInfoForProfiling, unsigned NameTableKind,
1362 DebugInfoForProfiling(DebugInfoForProfiling),
1376 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
1385 DebugInfoForProfiling, NameTableKind, RangesBaseAddress,
1396 bool DebugInfoForProfiling, unsigned NameTableKind,
1422 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
1428 DebugInfoForProfiling, (unsigned)NameTableKind, RangesBaseAddress,
1437 bool SplitDebugInlining, bool DebugInfoForProfiling,
    [all...]
DIBuilder.h 134 /// \param DebugInfoForProfiling Whether to emit extra debug info for
148 bool DebugInfoForProfiling = false,
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
debuginfo_ocaml.c 212 value DebugInfoForProfiling, value SysRoot, value SDK) {
218 Bool_val(SplitDebugInline), Bool_val(DebugInfoForProfiling),
237 argv[11], // DebugInfoForProfiling
  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
DebugInfo.h 254 * \param DebugInfoForProfiling Whether to emit extra debug info for
267 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DIBuilder.cpp 142 bool SplitDebugInlining, bool DebugInfoForProfiling,
154 SplitDebugInlining, DebugInfoForProfiling, NameTableKind,
DebugInfo.cpp 882 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
891 SplitDebugInlining, DebugInfoForProfiling,
DebugInfoMetadata.cpp 744 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
766 DebugInfoForProfiling, NameTableKind, RangesBaseAddress,
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
dibuilder.go 150 /*DebugInfoForProfiling*/ C.LLVMBool(boolToCInt(false)),
  /src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilder.cpp 1499 if (PGOOpt && PGOOpt->DebugInfoForProfiling)
1535 if (PGOOpt && PGOOpt->DebugInfoForProfiling)

Completed in 109 milliseconds