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