Searched defs:StableFunctionMapRecord (Results 1 – 1 of 1) sorted by relevance
27 struct StableFunctionMapRecord { struct30 StableFunctionMapRecord() { in StableFunctionMapRecord() argument34 StableFunctionMapRecord(std::unique_ptr<StableFunctionMap> FunctionMap) in StableFunctionMapRecord() argument61 void merge(const StableFunctionMapRecord &Other) { in merge() argument66 bool empty() const { return FunctionMap->empty(); } in empty()