Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DStableFunctionMap.h58 unsigned FunctionNameId; member
67 stable_hash Hash, unsigned FunctionNameId, unsigned ModuleNameId, in StableFunctionEntry()
70 : Hash(Hash), FunctionNameId(FunctionNameId), in StableFunctionEntry()
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DStableFunctionMapRecord.cpp62 SFM.getNameForId(A->FunctionNameId)) < in getStableFunctionEntries()
64 SFM.getNameForId(B->FunctionNameId)); in getStableFunctionEntries()
113 Writer.write<uint32_t>(FuncRef->FunctionNameId); in serialize()
163 auto FunctionNameId = in deserialize() local
165 assert(FunctionMap->getNameForId(FunctionNameId) && in deserialize()
192 Hash, FunctionNameId, ModuleNameId, InstCount, in deserialize()
205 FuncEntry->Hash, *FunctionMap->getNameForId(FuncEntry->FunctionNameId), in serializeYAML()
H A DStableFunctionMap.cpp100 getIdOrCreateForName(*OtherMap.getNameForId(Func->FunctionNameId)); in merge()