Home
last modified time | relevance | path

Searched refs:computeCUSignature (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h38 uint64_t computeCUSignature(StringRef DWOName, const DIE &Die);
H A DDIEHash.cpp399 uint64_t DIEHash::computeCUSignature(StringRef DWOName, const DIE &Die) { in computeCUSignature() function in DIEHash
H A DDwarfDebug.cpp1300 DIEHash(Asm, &TheCU).computeCUSignature(DWOName, TheCU.getUnitDie()); in finalizeModuleInfo()