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

  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 193 InlineAsm *EmptyAsm;
238 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false),
548 IRB.CreateCall(EmptyAsm, {}); // Avoids callback merge.
566 IRB.CreateCall(EmptyAsm, {}); // Avoids callback merge.
AddressSanitizer.cpp 546 InlineAsm *EmptyAsm;
649 EmptyInlineAsm(CallInst::Create(ASan.EmptyAsm)) {}
    [all...]
MemorySanitizer.cpp 378 InlineAsm *EmptyAsm;
491 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false),
794 IRB.CreateCall(MS.EmptyAsm, {});
    [all...]

Completed in 384 milliseconds