Beispiel #1
0
 internal static extern LLVMMetadataRef /*DILocalScope*/ LLVMDILocationGetInlinedAtScope(LLVMMetadataRef /*DILocation*/ location);
Beispiel #2
0
 internal static extern LLVMMetadataRef LLVMDILocalScopeGetSubProgram(LLVMMetadataRef /*DILocalScope*/ localScope);
Beispiel #3
0
 internal static extern LLVMMetadataRef LLVMDIGlobalVarExpGetVariable(LLVMMetadataRef metadataHandle);
Beispiel #4
0
 internal static extern LLVMMetadataRef LLVMDIScopeGetFile(LLVMMetadataRef scope);
Beispiel #5
0
 internal static extern string LLVMGetDIFileDirectory(LLVMMetadataRef /*DIFile*/ file);
Beispiel #6
0
 internal static extern UInt64 LLVMDITypeGetOffsetInBits(LLVMMetadataRef typeRef);
Beispiel #7
0
 internal static extern LLVMMetadataRef LLVMDITypeGetScope(LLVMMetadataRef typeRef);
Beispiel #8
0
 internal static extern void LLVMSetCurrentDebugLocation2(LLVMBuilderRef @Bref, UInt32 @Line, UInt32 @Col, LLVMMetadataRef @Scope, LLVMMetadataRef @InlinedAt);
Beispiel #9
0
 internal static extern string LLVMMetadataAsString(LLVMMetadataRef descriptor);
Beispiel #10
0
 internal static extern void LLVMSetMetadata2(LLVMValueRef @Inst, UInt32 @KindID, LLVMMetadataRef @MD);
Beispiel #11
0
 internal static extern void LLVMMetadataReplaceAllUsesWith(LLVMMetadataRef @MD, LLVMMetadataRef @New);
Beispiel #12
0
 internal static extern void LLVMAddNamedMetadataOperand2(LLVMModuleRef @M, [MarshalAs(UnmanagedType.LPStr)] string @name, LLVMMetadataRef @Val);
Beispiel #13
0
 internal static extern LLVMMetadataRef LLVMTemporaryMDNode(LLVMContextRef @C, out LLVMMetadataRef @MDs, UInt32 @Count);
Beispiel #14
0
 internal static extern void LLVMAddModuleFlag(LLVMModuleRef @M, LLVMModFlagBehavior behavior, [MarshalAs(UnmanagedType.LPStr)] string @name, LLVMMetadataRef @value);
Beispiel #15
0
 internal static extern void LLVMMDNodeResolveCycles(LLVMMetadataRef M);
Beispiel #16
0
 internal static extern void LLVMMDNodeReplaceAllUsesWith(LLVMMetadataRef oldDescriptor, LLVMMetadataRef newDescriptor);
Beispiel #17
0
 internal static extern bool LLVMSubProgramDescribes(LLVMMetadataRef subProgram, LLVMValueRef function);
Beispiel #18
0
 internal static extern LLVMMetadataRef LLVMDILocation(LLVMContextRef context, UInt32 Line, UInt32 Column, LLVMMetadataRef scope, LLVMMetadataRef InlinedAt);
Beispiel #19
0
 internal static extern UInt32 LLVMDITypeGetFlags(LLVMMetadataRef typeRef);
Beispiel #20
0
 internal static extern bool LLVMIsTemporary(LLVMMetadataRef M);
Beispiel #21
0
 internal static extern string LLVMDITypeGetName(LLVMMetadataRef typeRef);
Beispiel #22
0
 internal static extern bool LLVMIsResolved(LLVMMetadataRef M);
Beispiel #23
0
 internal static extern string LLVMGetDIFileName(LLVMMetadataRef /*DIFile*/ file);
Beispiel #24
0
 internal static extern bool LLVMIsDistinct(LLVMMetadataRef M);
Beispiel #25
0
 internal static extern LLVMMetadataKind LLVMGetMetadataID(LLVMMetadataRef /*Metadata*/ md);
Beispiel #26
0
 internal static extern bool LLVMIsUniqued(LLVMMetadataRef M);
Beispiel #27
0
 internal static extern void LLVMFunctionSetSubprogram(LLVMValueRef function, LLVMMetadataRef subprogram);
Beispiel #28
0
 internal static extern string LLVMGetMDStringText(LLVMMetadataRef M, out UInt32 len);
Beispiel #29
0
 internal static extern void LLVMGlobalVariableAddDebugExpression(LLVMValueRef variable, LLVMMetadataRef metadataHandle);
Beispiel #30
0
 internal static extern LLVMMetadataRef /*DILocation*/ LLVMGetDILocationInlinedAt(LLVMMetadataRef /*DILocation*/ location);