Searched refs:Hash (Results 76 - 100 of 125) sorted by relevance

12345

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp342 while (getLexer().is(AsmToken::Hash)) {
532 || getLexer().isNot(AsmToken::Hash))
703 getLexer().isNot(AsmToken::Hash) &&
H A DAsmLexer.cpp718 case '#': return AsmToken(AsmToken::Hash, StringRef(TokStart, 1));
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp325 size_t Hash = 0; // Compute some simple hash of both strings.
330 Hash ^= (T << 8) | B2[i];
344 TORCW.Insert(Idx ^ Hash, Word(B1, Len), Word(B2, Len));
H A DFuzzerFork.cpp218 auto NewPath = DirPlusFile(MainCorpusDir, Hash(U));
H A DFuzzerLoop.cpp574 std::string Path = DirPlusFile(Options.OutputCorpus, Hash(U));
584 std::string Path = Options.ArtifactPrefix + Prefix + Hash(U);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp905 StringRef Hash; local
911 Hash = Hasher.result();
923 if (Hash == RecordedHash)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp179 FunctionComparator::FunctionHash Hash; member in class:__anon5565::FunctionNode
184 : F(F), Hash(FunctionComparator::functionHash(*F)) {}
187 FunctionComparator::FunctionHash getHash() const { return Hash; }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp1019 MD5 Hash;
1028 Hash.update(makeArrayRef(Buf.data(), BytesRead));
1034 Hash.final(Result);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h209 unsigned Hash; member in class:llvm::MDNodeOpsKey
213 : RawOps(Ops), Hash(calculateHash(Ops)) {}
217 : Ops(N->op_begin() + Offset, N->op_end()), Hash(N->getHash()) {}
242 unsigned getHash() const { return Hash; }
H A DDebugInfoMetadata.cpp266 unsigned Hash = 0; local
273 Hash = Key.getHash();
282 Context, Storage, Hash, Tag, PreOps, DwarfOps),
H A DMetadata.cpp816 unsigned Hash = 0;
823 Hash = Key.getHash();
828 return storeImpl(new (MDs.size()) MDTuple(Context, Storage, Hash, MDs),
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp1472 size_t Hash = Val.find('#'); local
1473 if (Hash == StringRef::npos || Hash > Val.find('=')) {
1479 NewVal[Hash] = '=';
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp867 uint64_t Hash) const {
871 utostr(Hash));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp376 static Expected<bool> isCoverageMappingDummy(uint64_t Hash, StringRef Mapping) { argument
378 if (Hash)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp263 unsigned Hash = MI.getOpcode(); local
296 Hash += ((OperandHash << 3) | Op.getType()) << (i & 31);
298 return Hash;
301 /// HashEndOfMBB - Hash the last instruction in the MBB.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1404 MD5::MD5Result Hash; local
1405 Hasher.final(Hash);
1406 uint8_t Tag = Hash[0];
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9418 ODRHash Hash;
9419 auto ComputeQualTypeODRHash = [&Hash](QualType Ty) {
9420 Hash.clear();
9421 Hash.AddQualType(Ty);
9422 return Hash.CalculateHash();
9425 auto ComputeODRHash = [&Hash](const Stmt *S) {
9427 Hash.clear();
9428 Hash.AddStmt(S);
9429 return Hash.CalculateHash();
9432 auto ComputeSubDeclODRHash = [&Hash](cons
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp507 case AsmToken::Hash:
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1281 /// Add a new module with the given \p Hash, mapped to the given \p
1284 ModuleHash Hash = ModuleHash{{0}}) {
1285 return &*ModulePathStringTable.insert({ModPath, {ModId, Hash}}).first;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3995 class ODRHash Hash; local
3996 Hash.AddFunctionDecl(this);
3998 ODRHash = Hash.CalculateHash();
4355 class ODRHash Hash; local
4356 Hash.AddEnumDecl(this);
4358 ODRHash = Hash.CalculateHash();
H A DDeclCXX.cpp487 ODRHash Hash;
488 Hash.AddCXXRecordDecl(getDefinition());
490 DefinitionData->ODRHash = Hash.CalculateHash();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp3989 if (Parser.getTok().is(AsmToken::Hash) ||
4457 if (Parser.getTok().is(AsmToken::Hash))
4788 } else if (Tok.is(AsmToken::Hash) ||
4856 } else if (Tok.is(AsmToken::Hash) ||
5063 if (Parser.getTok().isNot(AsmToken::Hash) &&
5145 if (Parser.getTok().isNot(AsmToken::Hash) &&
5207 if (Parser.getTok().isNot(AsmToken::Hash) &&
5262 // Hash (dollar) is optional as per the ARMARM
5263 if (Parser.getTok().is(AsmToken::Hash) ||
5331 if (Parser.getTok().is(AsmToken::Hash) ||
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp647 DWARFCompileUnit *DWARFContext::getDWOCompileUnitForHash(uint64_t Hash) { argument
651 if (const auto *R = CUI.getFromHash(Hash))
671 if (DWOCU->getDWOId() == Hash)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1052 case AsmToken::TokenKind::Hash:
1137 case AsmToken::Hash: {
1148 if (Lexer.is(AsmToken::Hash)) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp196 llvm::hash_code Hash = local
200 llvm::APInt(64, size_t(Hash)).toStringUnsigned(HashStr, /*Radix*/36);

Completed in 439 milliseconds

12345