Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DModuleUtils.h110 std::string getUniqueModuleId(Module *M);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp203 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode()
458 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DModuleUtils.cpp253 std::string llvm::getUniqueModuleId(Module *M) { in getUniqueModuleId() function in llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp366 CurModuleUniqueId = getUniqueModuleId(CurModule); in instrumentModule()
DAddressSanitizer.cpp2397 (UseGlobalsGC && TargetTriple.isOSBinFormatELF()) ? getUniqueModuleId(&M) in InstrumentGlobals()