Home
last modified time | relevance | path

Searched refs:IsLocalToUnit (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.h1045 bool IsLocalToUnit;
1054 bool IsLocalToUnit, bool IsDefinition,
1058 Line(Line), Type(Type), IsLocalToUnit(IsLocalToUnit),
1067 IsLocalToUnit(N->isLocalToUnit()), IsDefinition(N->isDefinition()),
1076 Type == RHS->getRawType() && IsLocalToUnit == RHS->isLocalToUnit() &&
1094 IsLocalToUnit, IsDefinition, /* AlignInBits, */
H A DDIBuilder.cpp742 unsigned LineNumber, DIType *Ty, bool IsLocalToUnit, bool isDefined, in createGlobalVariableExpression() argument
749 LineNumber, Ty, IsLocalToUnit, isDefined, in createGlobalVariableExpression()
761 unsigned LineNumber, DIType *Ty, bool IsLocalToUnit, MDNode *Decl, in createTempGlobalVariableFwdDecl() argument
767 LineNumber, Ty, IsLocalToUnit, false, in createTempGlobalVariableFwdDecl()
H A DDebugInfoMetadata.cpp950 DISubprogram::toSPFlags(bool IsLocalToUnit, bool IsDefinition, bool IsOptimized, in toSPFlags() argument
959 (IsLocalToUnit ? SPFlagLocalToUnit : SPFlagZero) | in toSPFlags()
1194 Metadata *Type, bool IsLocalToUnit, bool IsDefinition, in getImpl() argument
1203 (Scope, Name, LinkageName, File, Line, Type, IsLocalToUnit, IsDefinition, in getImpl()
1215 (Line, IsLocalToUnit, IsDefinition, AlignInBits), Ops); in getImpl()
H A DDebugInfo.cpp933 pack_into_DISPFlags(bool IsLocalToUnit, bool IsDefinition, bool IsOptimized) { in pack_into_DISPFlags() argument
934 return DISubprogram::toSPFlags(IsLocalToUnit, IsDefinition, IsOptimized); in pack_into_DISPFlags()
1023 LLVMBool IsLocalToUnit, LLVMBool IsDefinition, in LLVMDIBuilderCreateFunction() argument
1029 pack_into_DISPFlags(IsLocalToUnit, IsDefinition, IsOptimized), nullptr, in LLVMDIBuilderCreateFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1886 static DISPFlags toSPFlags(bool IsLocalToUnit, bool IsDefinition,
3022 bool IsLocalToUnit;
3026 bool IsLocalToUnit, bool IsDefinition, uint32_t AlignInBits,
3029 IsLocalToUnit(IsLocalToUnit), IsDefinition(IsDefinition) {}
3035 bool IsLocalToUnit, bool IsDefinition,
3041 IsLocalToUnit, IsDefinition, StaticDataMemberDeclaration,
3048 bool IsLocalToUnit, bool IsDefinition,
3065 unsigned Line, DIType *Type, bool IsLocalToUnit, bool IsDefinition,
3068 (Scope, Name, LinkageName, File, Line, Type, IsLocalToUnit, IsDefinition,
3073 unsigned Line, Metadata *Type, bool IsLocalToUnit, bool IsDefinition,
[all …]
H A DDIBuilder.h679 unsigned LineNo, DIType *Ty, bool IsLocalToUnit, bool isDefined = true,
688 unsigned LineNo, DIType *Ty, bool IsLocalToUnit, MDNode *Decl = nullptr,
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c284 LLVMMetadataRef File, value LineNo, LLVMMetadataRef Ty, value IsLocalToUnit, in llvm_dibuild_create_function_native() argument
289 Int_val(LineNo), Ty, Bool_val(IsLocalToUnit), Bool_val(IsDefinition), in llvm_dibuild_create_function_native()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h365 LLVMBool IsLocalToUnit, LLVMBool IsDefinition,