Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp18 PGOOptions(std::string ProfileFile,std::string CSProfileGenFile,std::string ProfileRemappingFile,std::string MemoryProfile,IntrusiveRefCntPtr<vfs::FileSystem> FS,PGOAction Action,CSPGOAction CSAction,bool DebugInfoForProfiling,bool PseudoProbeForProfiling,bool AtomicCounterUpdate) PGOOptions() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h47 bool DebugInfoForProfiling; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp921 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
938 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 bool SplitDebugInlining, bool DebugInfoForProfiling, in createCompileUnit() argument
H A DDebugInfo.cpp1070 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
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1408 bool DebugInfoForProfiling; global() variable
[all...]