Home
last modified time | relevance | path

Searched refs:VersionCheckName (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DModuleUtils.cpp105 StringRef VersionCheckName) { in createSanitizerCtorAndInitFunctions() argument
120 if (!VersionCheckName.empty()) { in createSanitizerCtorAndInitFunctions()
123 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false), in createSanitizerCtorAndInitFunctions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DModuleUtils.cpp155 StringRef VersionCheckName) { in createSanitizerCtorAndInitFunctions() argument
167 if (!VersionCheckName.empty()) { in createSanitizerCtorAndInitFunctions()
170 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false), in createSanitizerCtorAndInitFunctions()
/external/llvm/include/llvm/Transforms/Utils/
DModuleUtils.h56 StringRef VersionCheckName = StringRef());
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DModuleUtils.h59 StringRef VersionCheckName = StringRef());
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2260 std::string VersionCheckName = in runOnModule() local
2264 /*InitArgs=*/{}, VersionCheckName); in runOnModule()