Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DStableFunctionMapRecord.h27 struct StableFunctionMapRecord { struct
30 StableFunctionMapRecord() { in StableFunctionMapRecord() argument
34 StableFunctionMapRecord(std::unique_ptr<StableFunctionMap> FunctionMap) in StableFunctionMapRecord() argument
61 void merge(const StableFunctionMapRecord &Other) { in merge() argument
66 bool empty() const { return FunctionMap->empty(); } in empty()