Home
last modified time | relevance | path

Searched refs:DebugInfoForProfiling (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/llvm/include/llvm/Passes/
DPassBuilder.h40 bool DebugInfoForProfiling = false,
44 CSAction(CSAction), DebugInfoForProfiling(DebugInfoForProfiling || in ProfileFile()
65 this->DebugInfoForProfiling || this->PseudoProbeForProfiling); in ProfileFile()
70 if (this->DebugInfoForProfiling && this->PseudoProbeForProfiling) { in ProfileFile()
80 bool DebugInfoForProfiling; member
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp683 if (CodeGenOpts.DebugInfoForProfiling || in CreatePasses()
1088 CodeGenOpts.DebugInfoForProfiling); in EmitAssemblyWithNewPassManager()
1095 CSAction, CodeGenOpts.DebugInfoForProfiling); in EmitAssemblyWithNewPassManager()
1101 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling); in EmitAssemblyWithNewPassManager()
1106 CodeGenOpts.DebugInfoForProfiling, true); in EmitAssemblyWithNewPassManager()
1107 else if (CodeGenOpts.DebugInfoForProfiling) in EmitAssemblyWithNewPassManager()
1132 CodeGenOpts.DebugInfoForProfiling); in EmitAssemblyWithNewPassManager()
DCGDebugInfo.cpp640 DwoId, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling, in CreateCompileUnit()
3472 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectFunctionDeclProps()
/external/llvm-project/llvm/tools/opt/
DNewPMDriver.cpp133 static cl::opt<bool> DebugInfoForProfiling(
246 if (DebugInfoForProfiling) in runPassPipeline()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1147 bool DebugInfoForProfiling; variable
1154 bool DebugInfoForProfiling, unsigned NameTableKind, in DICompileUnit() argument
1160 DebugInfoForProfiling(DebugInfoForProfiling), in DICompileUnit()
1174 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
1183 DWOId, SplitDebugInlining, DebugInfoForProfiling,
1193 bool DebugInfoForProfiling, unsigned NameTableKind,
1218 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
1223 DebugInfoForProfiling, (unsigned)NameTableKind, RangesBaseAddress))
1231 bool SplitDebugInlining, bool DebugInfoForProfiling,
1236 DebugInfoForProfiling, NameTableKind, RangesBaseAddress))
[all …]
DDIBuilder.h145 bool DebugInfoForProfiling = false,
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h1342 bool DebugInfoForProfiling; variable
1349 bool DebugInfoForProfiling, unsigned NameTableKind, in DICompileUnit() argument
1355 DebugInfoForProfiling(DebugInfoForProfiling), in DICompileUnit()
1369 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
1378 DebugInfoForProfiling, NameTableKind, RangesBaseAddress,
1389 bool DebugInfoForProfiling, unsigned NameTableKind,
1415 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
1421 DebugInfoForProfiling, (unsigned)NameTableKind, RangesBaseAddress,
1430 bool SplitDebugInlining, bool DebugInfoForProfiling,
1436 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, SysRoot, SDK))
[all …]
DDIBuilder.h148 bool DebugInfoForProfiling = false,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DDebugInfo.h260 LLVMBool DebugInfoForProfiling);
/external/llvm-project/llvm/include/llvm-c/
DDebugInfo.h266 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp522 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl() argument
537 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, in getImpl()
DDIBuilder.cpp142 bool SplitDebugInlining, bool DebugInfoForProfiling, in createCompileUnit() argument
153 SplitDebugInlining, DebugInfoForProfiling, NameTableKind, in createCompileUnit()
DDebugInfo.cpp760 LLVMBool DebugInfoForProfiling) { in LLVMDIBuilderCreateCompileUnit() argument
769 SplitDebugInlining, DebugInfoForProfiling)); in LLVMDIBuilderCreateCompileUnit()
/external/llvm-project/llvm/lib/IR/
DDIBuilder.cpp142 bool SplitDebugInlining, bool DebugInfoForProfiling, in createCompileUnit() argument
154 SplitDebugInlining, DebugInfoForProfiling, NameTableKind, in createCompileUnit()
DDebugInfoMetadata.cpp729 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl() argument
751 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, in getImpl()
DDebugInfo.cpp797 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, in LLVMDIBuilderCreateCompileUnit() argument
806 SplitDebugInlining, DebugInfoForProfiling, in LLVMDIBuilderCreateCompileUnit()
/external/llvm-project/llvm/lib/Passes/
DPassBuilder.cpp1382 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildPerModuleDefaultPipeline()
1413 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildThinLTOPreLinkDefaultPipeline()
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.def378 CODEGENOPT(DebugInfoForProfiling, 1, 0)
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp986 Opts.DebugInfoForProfiling = Args.hasFlag( in ParseCodeGenArgs()