Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp968 Symtab.mapAddress(uint64_t(callee1), 0x1000ULL); in TEST_P()
969 Symtab.mapAddress(uint64_t(callee2), 0x2000ULL); in TEST_P()
970 Symtab.mapAddress(uint64_t(callee3), 0x3000ULL); in TEST_P()
971 Symtab.mapAddress(uint64_t(callee4), 0x4000ULL); in TEST_P()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h517 void mapAddress(uint64_t Addr, uint64_t MD5Val) { in mapAddress() function
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp379 Symtab.mapAddress(FPtr, I->NameRef); in createSymtab()