Home
last modified time | relevance | path

Searched defs:DebugInfoForProfiling (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp19 bool DebugInfoForProfiling, bool PseudoProbeForProfiling, in PGOOptions()
/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h50 bool DebugInfoForProfiling; member
/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp931 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.cpp139 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.cpp1075 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/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c213 value SplitDebugInline, value DebugInfoForProfiling, value SysRoot, in llvm_dibuild_create_compile_unit_native() argument
/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1466 bool DebugInfoForProfiling; global() variable
[all...]