Home
last modified time | relevance | path

Searched defs:unordered_map (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_redefine_builtins.h49 using unordered_map = Define_SANITIZER_COMMON_NO_REDEFINE_BUILTINS_in_cpp_file; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h123 HashKeyMap<std::unordered_map, FunctionId, Function *> &SymMap, in SampleProfileMatcher()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp269 const HashKeyMap<std::unordered_map, FunctionId, FunctionId> in findFunctionSamples()
312 const HashKeyMap<std::unordered_map, FunctionId, FunctionId> in findFunctionSamplesAt()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h521 const HashKeyMap<std::unordered_map, FunctionId, FunctionId> &FPMap) { in setFuncNameToProfNameMap()