Home
last modified time | relevance | path

Searched defs:IsLocalToUnit (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp738 unsigned LineNumber, DIType *Ty, bool IsLocalToUnit, bool isDefined, in createGlobalVariableExpression()
757 unsigned LineNumber, DIType *Ty, bool IsLocalToUnit, MDNode *Decl, in createTempGlobalVariableFwdDecl()
H A DDebugInfo.cpp878 pack_into_DISPFlags(bool IsLocalToUnit, bool IsDefinition, bool IsOptimized) { in pack_into_DISPFlags()
968 LLVMBool IsLocalToUnit, LLVMBool IsDefinition, in LLVMDIBuilderCreateFunction()
H A DDebugInfoMetadata.cpp915 DISubprogram::toSPFlags(bool IsLocalToUnit, bool IsDefinition, bool IsOptimized, in toSPFlags()
1130 Metadata *Type, bool IsLocalToUnit, bool IsDefinition, in getImpl()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp2272 bool IsLocalToUnit = false; in TEST_F() local
2662 bool IsLocalToUnit = false; in TEST_F() local
2752 bool IsLocalToUnit = false; in TEST_F() local
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c284 LLVMMetadataRef File, value LineNo, LLVMMetadataRef Ty, value IsLocalToUnit, in llvm_dibuild_create_function_native()