Beispiel #1
0
 internal static extern void LLVMAddDataFlowSanitizerPass(LLVMPassManagerRef @PM, [MarshalAs(UnmanagedType.LPStr)] string @ABIListFile);
Beispiel #2
0
 internal static extern void LLVMAddMemorySanitizerPass(LLVMPassManagerRef @PM);
Beispiel #3
0
 internal static extern void LLVMAddAddressSanitizerModulePass(LLVMPassManagerRef @PM);
Beispiel #4
0
 internal static extern void LLVMAddThreadSanitizerPass(LLVMPassManagerRef @PM);
Beispiel #5
0
 internal static extern void LLVMAddAddressSanitizerFunctionPass(LLVMPassManagerRef @PM);