Searched refs:ModuleHash (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/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);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp67 ModuleHasher ModuleHash(M);
72 GV.setName(Twine("anon.") + ModuleHash.get() + "." + Twine(count++));
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearch.h187 std::string ModuleHash; member in class:clang::HeaderSearch
326 void setModuleHash(StringRef Hash) { ModuleHash = std::string(Hash); }
334 StringRef getModuleHash() const { return ModuleHash; }
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h981 using ModuleHash = std::array<uint32_t, 5>;
990 using ModulePathStringTableTy = StringMap<std::pair<uint64_t, ModuleHash>>;
1377 const StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() const {
1382 StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() {
1392 const ModuleHash &getModuleHash(const StringRef ModPath) const {
1400 static std::string getGlobalNameForLocal(StringRef Name, ModuleHash ModHash) {
1422 ModuleHash Hash = ModuleHash{{0}}) {
1421 addModule(StringRef ModPath, uint64_t ModId, ModuleHash Hash = ModuleHash{{0}}) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp435 ModuleHash ModHash = {{0}};
510 ModuleHash ModHash = {{0}};
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h646 std::string getSpecificModuleCachePath(StringRef ModuleHash);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp488 std::string ModuleHash = getInvocation().getModuleHash(); local
489 PP->getHeaderSearchInfo().setModuleHash(ModuleHash);
491 getSpecificModuleCachePath(ModuleHash));
540 std::string CompilerInstance::getSpecificModuleCachePath(StringRef ModuleHash) { argument
544 llvm::sys::path::append(SpecificModuleCache, ModuleHash);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp257 ModuleHash *ModHash;
271 ModuleHash *ModHash = nullptr)
3612 [&](const StringMapEntry<std::pair<uint64_t, ModuleHash>> &MPSE) {
4603 bool GenerateHash, ModuleHash *ModHash) {
4631 bool GenerateHash, ModuleHash *ModHash) {
4692 const ModuleHash *ModHash;
4698 const ModuleHash &ModHash)
4815 const ModuleHash &ModHash) {
4835 const ModuleHash &ModHash) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2911 std::vector<std::pair<std::string, ModuleHash>> moduleVec;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp8026 ModuleHash Hash;

Completed in 380 milliseconds