Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DStableFunctionMap.h54 struct StableFunctionEntry { struct
56 stable_hash Hash;
58 unsigned FunctionNameId;
60 unsigned ModuleNameId;
62 unsigned InstCount;
64 std::unique_ptr<IndexOperandHashMapType> IndexOperandHashMap;
66 StableFunctionEntry( in StableFunctionEntry() argument