Home
last modified time | relevance | path

Searched refs:getCRC (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCRC.h52 uint32_t getCRC() const { return CRC; } in getCRC() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DHash.cpp83 return JC.getCRC(); in hashBufferV8()
H A DTpiHashing.cpp128 return JC.getCRC(); in hashTypeRecord()
H A DPDBFileBuilder.cpp187 Entry.CRC = CRC.getCRC(); in finalizeMsfLayout()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp245 (uint64_t)Indexes.size() << 32 | JC.getCRC(); in computeCFGHash()
251 << " CRC = " << JC.getCRC() << ", Edges = " in computeCFGHash()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp680 (uint64_t)MST.AllEdges.size() << 32 | JC.getCRC(); in computeCFGHash()
695 FunctionHash = (((uint64_t)JCH.getCRC()) << 28) + JC.getCRC(); in computeCFGHash()
703 << " CRC = " << JC.getCRC() in computeCFGHash()
709 << ", High32 CRC = " << JCH.getCRC()); in computeCFGHash()
H A DGCOVProfiling.cpp983 uint32_t Stamp = JC.getCRC(); in emitProfileNotes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp620 return JC.getCRC(); in writeSectionContents()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp3870 Mangler.mangleNumber(JC.getCRC()); in mangleStringLiteral()