/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/ |
H A D | PassBuilder.h | 41 bool DebugInfoForProfiling = false, 45 CSAction(CSAction), DebugInfoForProfiling(DebugInfoForProfiling || in ProfileFile() 66 this->DebugInfoForProfiling || this->PseudoProbeForProfiling); in ProfileFile() 71 if (this->DebugInfoForProfiling && this->PseudoProbeForProfiling) { in ProfileFile() 81 bool DebugInfoForProfiling; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 698 if (CodeGenOpts.DebugInfoForProfiling || in CreatePasses() 1209 CodeGenOpts.DebugInfoForProfiling); in EmitAssemblyWithNewPassManager() 1216 CSAction, CodeGenOpts.DebugInfoForProfiling); in EmitAssemblyWithNewPassManager() 1222 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling); in EmitAssemblyWithNewPassManager() 1227 CodeGenOpts.DebugInfoForProfiling, true); in EmitAssemblyWithNewPassManager() 1228 else if (CodeGenOpts.DebugInfoForProfiling) in EmitAssemblyWithNewPassManager() 1253 CodeGenOpts.DebugInfoForProfiling); in EmitAssemblyWithNewPassManager()
|
H A D | CGDebugInfo.cpp | 641 DwoId, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling, in CreateCompileUnit() 3548 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectFunctionDeclProps()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/ |
H A D | NewPMDriver.cpp | 144 static cl::opt<bool> DebugInfoForProfiling( 260 if (DebugInfoForProfiling) in runPassPipeline()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 1349 bool DebugInfoForProfiling; variable 1356 bool DebugInfoForProfiling, unsigned NameTableKind, in DICompileUnit() argument 1362 DebugInfoForProfiling(DebugInfoForProfiling), in DICompileUnit() 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, 1443 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, SysRoot, SDK)) [all …]
|
H A D | DIBuilder.h | 148 bool DebugInfoForProfiling = false,
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 212 value DebugInfoForProfiling, value SysRoot, value SDK) { in llvm_dibuild_create_compile_unit_native() argument 218 Bool_val(SplitDebugInline), Bool_val(DebugInfoForProfiling), in llvm_dibuild_create_compile_unit_native()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/ |
H A D | DebugInfo.h | 267 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 142 bool SplitDebugInlining, bool DebugInfoForProfiling, in createCompileUnit() argument 154 SplitDebugInlining, DebugInfoForProfiling, NameTableKind, in createCompileUnit()
|
H A D | DebugInfoMetadata.cpp | 744 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl() argument 766 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, in getImpl()
|
H A D | DebugInfo.cpp | 882 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, in LLVMDIBuilderCreateCompileUnit() argument 891 SplitDebugInlining, DebugInfoForProfiling, in LLVMDIBuilderCreateCompileUnit()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/ |
H A D | PassBuilder.cpp | 1499 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildPerModuleDefaultPipeline() 1535 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildThinLTOPreLinkDefaultPipeline()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | CodeGenOptions.def | 392 CODEGENOPT(DebugInfoForProfiling, 1, 0)
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Options.td | 1168 CodeGenOpts<"DebugInfoForProfiling">, DefaultFalse,
|