Searched defs:AlwaysPreserve (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c915 llvm_dibuild_create_auto_variable_native( value Builder, LLVMMetadataRef Scope, value Name, LLVMMetadataRef File, value Line, LLVMMetadataRef Ty, value AlwaysPreserve, value Flags, value AlignInBits) argument
941 llvm_dibuild_create_parameter_variable_native( value Builder, LLVMMetadataRef Scope, value Name, unsigned ArgNo, LLVMMetadataRef File, value Line, LLVMMetadataRef Ty, value AlwaysPreserve, value Flags) argument
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DDIBuilder.cpp773 createLocalVariable( LLVMContext &VMContext, DenseMap<MDNode *, SmallVector<TrackingMDNodeRef, 1>> &PreservedVariables, DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags, uint32_t AlignInBits, DINodeArray Annotations = nullptr) argument
799 createAutoVariable(DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags, uint32_t AlignInBits) argument
809 createParameterVariable( DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags, DINodeArray Annotations) argument
819 createLabel(DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo, bool AlwaysPreserve) argument

Completed in 183 milliseconds