Home
last modified time | relevance | path

Searched refs:GUIDToFuncNameMap (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProf.h538 assert(GUIDToFuncNameMap && "GUIDToFuncNameMap needs to be popluated first");
539 auto iter = GUIDToFuncNameMap->find(std::stoull(Name.data()));
540 if (iter == GUIDToFuncNameMap->end())
564 DenseMap<uint64_t, StringRef> *GUIDToFuncNameMap = nullptr;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp235 DenseMap<uint64_t, StringRef> &GUIDToFuncNameMap) in GUIDToFuncNameMapper() argument
237 CurrentGUIDToFuncNameMap(GUIDToFuncNameMap) { in GUIDToFuncNameMapper()
284 FS->GUIDToFuncNameMap = Map; in SetGUIDToFuncNameMapForAll()
456 DenseMap<uint64_t, StringRef> GUIDToFuncNameMap; member in __anon64acc0210111::SampleProfileLoader
1842 GUIDToFuncNameMapper Mapper(M, *Reader, GUIDToFuncNameMap); in runOnModule()