Searched defs:UniqueIdentifier (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 496 DIType *VTableHolder, MDNode *TemplateParams, StringRef UniqueIdentifier) { in createClassType() 513 DIType *VTableHolder, StringRef UniqueIdentifier) { in createStructType() 525 DINodeArray Elements, unsigned RunTimeLang, StringRef UniqueIdentifier) { in createUnionType() 539 StringRef UniqueIdentifier) { in createVariantPart() 557 DIType *UnderlyingType, StringRef UniqueIdentifier, bool IsScoped) { in createEnumerationType() 653 StringRef UniqueIdentifier) { in createForwardDecl() 667 DINode::DIFlags Flags, StringRef UniqueIdentifier, in createReplaceableCompositeType()
|
H A D | DebugInfo.cpp | 1352 const char *UniqueIdentifier, size_t UniqueIdentifierLen) { in LLVMDIBuilderCreateForwardDecl() 1364 LLVMDIFlags Flags, const char *UniqueIdentifier, in LLVMDIBuilderCreateReplaceableCompositeType() 1428 const char *UniqueIdentifier, size_t UniqueIdentifierLen) { in LLVMDIBuilderCreateClassType()
|
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 686 value AlignInBits, value UniqueIdentifier) { in llvm_dibuild_create_forward_decl_native() 714 value AlignInBits, value Flags, value UniqueIdentifier) { in llvm_dibuild_create_replaceable_composite_type_native() 776 value UniqueIdentifier) { in llvm_dibuild_create_class_type_native()
|