Searched refs:VersionCheckName (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 105 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/ |
D | ModuleUtils.cpp | 123 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/ |
D | ModuleUtils.cpp | 134 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/ |
D | ModuleUtils.h | 56 StringRef VersionCheckName = StringRef()); 69 StringRef VersionCheckName = StringRef());
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | ModuleUtils.h | 54 StringRef VersionCheckName = StringRef()); 67 StringRef VersionCheckName = StringRef());
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | ModuleUtils.h | 56 StringRef VersionCheckName = StringRef());
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | MemProfiler.cpp | 514 std::string VersionCheckName = in instrumentModule() local 520 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()
|
D | AddressSanitizer.cpp | 2491 std::string VersionCheckName = in instrumentModule() local 2496 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 2438 std::string VersionCheckName = in instrumentModule() local 2442 /*InitArgs=*/{}, VersionCheckName); in instrumentModule()
|