Home
last modified time | relevance | path

Searched refs:VersionCheckName (Results 1 – 9 of 9) 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-10.0/llvm/lib/Transforms/Utils/
DModuleUtils.cpp123 StringRef VersionCheckName) { in createSanitizerCtorAndInitFunctions() argument
135 if (!VersionCheckName.empty()) { in createSanitizerCtorAndInitFunctions()
137 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false), in createSanitizerCtorAndInitFunctions()
149 StringRef VersionCheckName) { in getOrCreateSanitizerCtorAndInitFunctions() argument
162 M, CtorName, InitName, InitArgTypes, InitArgs, VersionCheckName); in getOrCreateSanitizerCtorAndInitFunctions()
/external/llvm-project/llvm/lib/Transforms/Utils/
DModuleUtils.cpp134 StringRef VersionCheckName) { in createSanitizerCtorAndInitFunctions() argument
143 if (!VersionCheckName.empty()) { in createSanitizerCtorAndInitFunctions()
145 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false), in createSanitizerCtorAndInitFunctions()
157 StringRef VersionCheckName) { in getOrCreateSanitizerCtorAndInitFunctions() argument
170 M, CtorName, InitName, InitArgTypes, InitArgs, VersionCheckName); in getOrCreateSanitizerCtorAndInitFunctions()
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DModuleUtils.h56 StringRef VersionCheckName = StringRef());
69 StringRef VersionCheckName = StringRef());
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DModuleUtils.h54 StringRef VersionCheckName = StringRef());
67 StringRef VersionCheckName = StringRef());
/external/llvm/include/llvm/Transforms/Utils/
DModuleUtils.h56 StringRef VersionCheckName = StringRef());
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemProfiler.cpp514 std::string VersionCheckName = in instrumentModule() local
520 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()
DAddressSanitizer.cpp2491 std::string VersionCheckName = in instrumentModule() local
2496 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2438 std::string VersionCheckName = in instrumentModule() local
2442 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()