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