HomeSort by relevance Sort by last modified time
    Searched refs:EmptyAsm (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 310 InlineAsm *EmptyAsm;
691 // This EmptyAsm is required to avoid callback merge.
692 IRB.CreateCall(EmptyAsm);
    [all...]
MemorySanitizer.cpp 233 InlineAsm *EmptyAsm;
325 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false),
516 IRB.CreateCall(MS.EmptyAsm);
    [all...]

Completed in 50 milliseconds