Home
last modified time | relevance | path

Searched refs:ModuleHash (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h91 bool GenerateHash = false, ModuleHash *ModHash = nullptr);
101 const ModuleHash &ModHash);
133 ModuleHash *ModHash = nullptr);
144 const ModuleHash &ModHash);
/llvm-project/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp66 ModuleHasher ModuleHash(M); in nameUnamedGlobals() local
71 GV.setName(Twine("anon.") + ModuleHash.get() + "." + Twine(count++)); in nameUnamedGlobals()
/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1293 using ModuleHash = std::array<uint32_t, 5>;
1301 using ModulePathStringTableTy = StringMap<ModuleHash>;
1758 const StringMap<ModuleHash> &modulePaths() const {
1763 StringMap<ModuleHash> &modulePaths() { return ModulePathStringTable; }
1766 const ModuleHash &getModuleHash(const StringRef ModPath) const {
1774 static std::string getGlobalNameForLocal(StringRef Name, ModuleHash ModHash) {
1800 ModuleInfo *addModule(StringRef ModPath, ModuleHash Hash = ModuleHash{{0}}) {
/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h280 std::string ModuleHash;
423 void setModuleHash(StringRef Hash) { ModuleHash = std::string(Hash); }
431 StringRef getModuleHash() const { return ModuleHash; } in MapHeaderToIncludeAlias()
292 std::string ModuleHash; global() variable
/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp489 ModuleHash ModHash = {{0}}; in splitAndWriteThinLTOBitcode()
566 ModuleHash ModHash = {{0}}; in writeThinLTOBitcode()
/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp489 std::string ModuleHash = getInvocation().getModuleHash(); in createPreprocessor()
490 PP->getHeaderSearchInfo().setModuleHash(ModuleHash); in createPreprocessor()
492 getSpecificModuleCachePath(ModuleHash)); in createPreprocessor()
541 std::string CompilerInstance::getSpecificModuleCachePath(StringRef ModuleHash) { in getSpecificModuleCachePath()
545 llvm::sys::path::append(SpecificModuleCache, ModuleHash); in getSpecificModuleCachePath()
488 std::string ModuleHash = getInvocation().getModuleHash(); createPreprocessor() local
540 getSpecificModuleCachePath(StringRef ModuleHash) getSpecificModuleCachePath() argument
/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h728 std::string getSpecificModuleCachePath(StringRef ModuleHash);
/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp273 ModuleHash *ModHash;
286 ModuleHash *ModHash = nullptr) in ModuleBitcodeWriter()
4014 forEachModule([&](const StringMapEntry<ModuleHash> &MPSE) { in writeFunctionTypeMetadataRecords()
5343 bool GenerateHash, ModuleHash *ModHash) { in getSectionNameForCommandline()
5372 bool GenerateHash, ModuleHash *ModHash) { in embedBitcodeInModule()
5436 const ModuleHash *ModHash; in embedBitcodeInModule()
5442 const ModuleHash &ModHash) in embedBitcodeInModule()
5559 const ModuleHash &ModHash) {
5579 const ModuleHash &ModHash) {
/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1329 struct ModuleHash {
1333 using Result = ModuleHash; in invalidate()
1319 struct ModuleHash { global() struct
1320 HashPreservedModuleHashAnalysis::ModuleHash global() argument
/llvm-project/llvm/lib/LTO/
H A DLTO.cpp
/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3077 std::vector<std::pair<std::string, ModuleHash>> moduleVec; in printModuleSummaryIndex()
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8852 ModuleHash Hash; in parseTypeIdCompatibleVtableEntry()