Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DModuleUtils.h97 std::string getUniqueModuleId(Module *M);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DModuleUtils.cpp241 std::string llvm::getUniqueModuleId(Module *M) { in getUniqueModuleId() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp201 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2215 (UseGlobalsGC && TargetTriple.isOSBinFormatELF()) ? getUniqueModuleId(&M) in InstrumentGlobals()