/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVObject.h | 116 IsOptimized, // Object has been optimized by the compiler. enumerator
|
/llvm-project/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 211 value Builder, value Lang, value FileRef, value Producer, value IsOptimized, in llvm_dibuild_create_compile_unit_native() argument 284 value Flags, value IsOptimized) { in llvm_dibuild_create_function_native() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 928 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 944 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 1032 toSPFlags(bool IsLocalToUnit,bool IsDefinition,bool IsOptimized,unsigned Virtuality,bool IsMainSubprogram) toSPFlags() argument
|
H A D | DebugInfo.cpp | 1032 pack_into_DISPFlags(bool IsLocalToUnit,bool IsDefinition,bool IsOptimized) pack_into_DISPFlags() argument 1123 LLVMDIBuilderCreateFunction(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,const char * Name,size_t NameLen,const char * LinkageName,size_t LinkageNameLen,LLVMMetadataRef File,unsigned LineNo,LLVMMetadataRef Ty,LLVMBool IsLocalToUnit,LLVMBool IsDefinition,unsigned ScopeLine,LLVMDIFlags Flags,LLVMBool IsOptimized) LLVMDIBuilderCreateFunction() argument
|
/llvm-project/polly/include/polly/ |
H A D | ScopInfo.h | 1673 bool IsOptimized = false; global() variable
|
/llvm-project/llvm/unittests/IR/ |
H A D | MetadataTest.cpp | 2430 bool IsOptimized = false; TEST_F() local 2495 bool IsOptimized = false; TEST_F() local 2544 bool IsOptimized = false; TEST_F() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 2573 bool IsOptimized = false; getClobberingMemoryAccessBase() local
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 1464 bool IsOptimized; global() variable [all...] |