Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp19 bool DebugInfoForProfiling, bool PseudoProbeForProfiling, in PGOOptions() argument
24 DebugInfoForProfiling(DebugInfoForProfiling || in PGOOptions()
48 !this->MemoryProfile.empty() || this->DebugInfoForProfiling || in PGOOptions()
/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h36 bool DebugInfoForProfiling = false,
50 bool DebugInfoForProfiling; member
/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp821 CodeGenOpts.DebugInfoForProfiling, in RunOptimizationPipeline()
831 CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline()
838 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling); in RunOptimizationPipeline()
843 ClPGOColdFuncAttr, CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline()
849 ClPGOColdFuncAttr, CodeGenOpts.DebugInfoForProfiling, true); in RunOptimizationPipeline()
850 else if (CodeGenOpts.DebugInfoForProfiling) in RunOptimizationPipeline()
877 ClPGOColdFuncAttr, CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline()
H A DCGDebugInfo.cpp696 DwoId, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling, in CreateType()
4052 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectVarDeclProps()
H A DCGExprScalar.cpp2005 if (CGF.CGM.getCodeGenOpts().DebugInfoForProfiling && CGF.getDebugInfo()) { in VisitMatrixSubscriptExpr()
/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp223 static cl::opt<bool> DebugInfoForProfiling(
375 if (DebugInfoForProfiling || PseudoProbeForProfiling || in runPassPipeline()
379 DebugInfoForProfiling, PseudoProbeForProfiling); in runPassPipeline()
/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1503 bool DebugInfoForProfiling;
1509 bool DebugInfoForProfiling, unsigned NameTableKind, in cloneImpl()
1521 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
1530 DebugInfoForProfiling, NameTableKind, RangesBaseAddress,
1541 bool DebugInfoForProfiling, unsigned NameTableKind,
1567 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getNameTableKind()
1573 DebugInfoForProfiling, (unsigned)NameTableKind, RangesBaseAddress, in getEnumTypes()
1582 bool SplitDebugInlining, bool DebugInfoForProfiling, in getImportedEntities()
1588 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, SysRoot, SDK)) in setDWOId()
1601 bool getDebugInfoForProfiling() const { return DebugInfoForProfiling; } in getRawEnumTypes()
1466 bool DebugInfoForProfiling; global() variable
[all...]
H A DDIBuilder.h162 /// \param DebugInfoForProfiling Whether to emit extra debug info for
176 bool DebugInfoForProfiling = false,
/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def132 DEBUGOPT(DebugInfoForProfiling, 1, 0)
/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp935 bool DebugInfoForProfiling, unsigned NameTableKind, in DICompileUnit()
941 DebugInfoForProfiling(DebugInfoForProfiling),
952 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl()
974 DebugInfoForProfiling, NameTableKind, RangesBaseAddress,
931 DICompileUnit(LLVMContext & C,StorageType Storage,unsigned SourceLanguage,bool IsOptimized,unsigned RuntimeVersion,unsigned EmissionKind,uint64_t DWOId,bool SplitDebugInlining,bool DebugInfoForProfiling,unsigned NameTableKind,bool RangesBaseAddress,ArrayRef<Metadata * > Ops) DICompileUnit() argument
948 getImpl(LLVMContext & Context,unsigned SourceLanguage,Metadata * File,MDString * Producer,bool IsOptimized,MDString * Flags,unsigned RuntimeVersion,MDString * SplitDebugFilename,unsigned EmissionKind,Metadata * EnumTypes,Metadata * RetainedTypes,Metadata * GlobalVariables,Metadata * ImportedEntities,Metadata * Macros,uint64_t DWOId,bool SplitDebugInlining,bool DebugInfoForProfiling,unsigned NameTableKind,bool RangesBaseAddress,MDString * SysRoot,MDString * SDK,StorageType Storage,bool ShouldCreate) getImpl() argument
H A DDIBuilder.cpp138 bool SplitDebugInlining, bool DebugInfoForProfiling, in createCompileUnit()
150 SplitDebugInlining, DebugInfoForProfiling, NameTableKind, in createCompileUnit()
139 createCompileUnit(unsigned Lang,DIFile * File,StringRef Producer,bool isOptimized,StringRef Flags,unsigned RunTimeVer,StringRef SplitName,DICompileUnit::DebugEmissionKind Kind,uint64_t DWOId,bool SplitDebugInlining,bool DebugInfoForProfiling,DICompileUnit::DebugNameTableKind NameTableKind,bool RangesBaseAddress,StringRef SysRoot,StringRef SDK) createCompileUnit() argument
H A DDebugInfo.cpp1092 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, in LLVMDIBuilderCreateFile()
1101 SplitDebugInlining, DebugInfoForProfiling, in LLVMDIBuilderCreateModule()
1075 LLVMDIBuilderCreateCompileUnit(LLVMDIBuilderRef Builder,LLVMDWARFSourceLanguage Lang,LLVMMetadataRef FileRef,const char * Producer,size_t ProducerLen,LLVMBool isOptimized,const char * Flags,size_t FlagsLen,unsigned RuntimeVer,const char * SplitName,size_t SplitNameLen,LLVMDWARFEmissionKind Kind,unsigned DWOId,LLVMBool SplitDebugInlining,LLVMBool DebugInfoForProfiling,const char * SysRoot,size_t SysRootLen,const char * SDK,size_t SDKLen) LLVMDIBuilderCreateCompileUnit() argument
/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp1625 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildThinLTOPreLinkDefaultPipeline()
1692 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildThinLTODefaultPipeline()
2175 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildDefaultAAPipeline()
/llvm-project/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c213 value SplitDebugInline, value DebugInfoForProfiling, value SysRoot, in llvm_dibuild_create_compile_unit_native() argument
221 Bool_val(DebugInfoForProfiling), String_val(SysRoot), in llvm_dibuild_create_compile_unit_native()
238 argv[11], // DebugInfoForProfiling in llvm_dibuild_create_compile_unit_bytecode()
/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h293 * \param DebugInfoForProfiling Whether to emit extra debug info for
306 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
/llvm-project/clang/include/clang/Driver/
H A DOptions.td1791 CodeGenOpts<"DebugInfoForProfiling">, DefaultFalse,