Searched defs:FuncHash (Results 1 – 10 of 10) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.h | 104 uint64_t FuncHash; global() member
|
H A D | CoverageMappingGen.cpp | 2456 const uint64_t FuncHash = Info.FuncHash; emitFunctionMappingRecord() local 2490 addFunctionMappingRecord(llvm::GlobalVariable * NamePtr,StringRef NameValue,uint64_t FuncHash,const std::string & CoverageMapping,bool IsUsed) addFunctionMappingRecord() argument
|
/llvm-project/llvm/docs/ |
H A D | InstrProfileFormat.rst | 194 .. _FuncHash: target
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCPseudoProbe.h | 87 uint64_t FuncHash = 0; global() member
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 1483 getInstrProfRecord(StringRef FuncName,uint64_t FuncHash,StringRef DeprecatedFuncName,uint64_t * MismatchedFuncSum) getInstrProfRecord() argument 1642 getFunctionCounts(StringRef FuncName,uint64_t FuncHash,std::vector<uint64_t> & Counts) getFunctionCounts() argument 1653 getFunctionBitmap(StringRef FuncName,uint64_t FuncHash,BitVector & Bitmap) getFunctionBitmap() argument
|
/llvm-project/bolt/lib/Profile/ |
H A D | BoltAddressTranslation.cpp | 344 LLVM_DEBUG(dbgs() << formatv("{0:x}: hash {1:x}\n", Address, FuncHash)); in parseMaps() local
|
/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 613 uint64_t FuncHash = CFR->template getFuncHash<Endian>(); insertFunctionRecordIfNeeded() local
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 760 uint64_t FuncHash = 0; global() member
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1139 uint64_t FuncHash = Inc->getHash()->getZExtValue(); getVarName() local
|
H A D | PGOInstrumentation.cpp | 442 uint64_t FuncHash = 0; global() member
|