Searched refs:EmptyAsm (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp409 InlineAsm *EmptyAsm; member in struct:__anon26249::AddressSanitizer
812 // This EmptyAsm is required to avoid callback merge.
813 IRB.CreateCall(EmptyAsm);
1232 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false),
H A DMemorySanitizer.cpp277 InlineAsm *EmptyAsm; member in class:__anon26256::MemorySanitizer
388 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false),
643 IRB.CreateCall(MS.EmptyAsm);

Completed in 401 milliseconds