Searched refs:StableFunctionMapRecord (Results 1 – 11 of 11) sorted by relevance
27 struct StableFunctionMapRecord { struct30 StableFunctionMapRecord() { in StableFunctionMapRecord() function34 StableFunctionMapRecord(std::unique_ptr<StableFunctionMap> FunctionMap) in StableFunctionMapRecord() argument61 void merge(const StableFunctionMapRecord &Other) { in merge() argument
64 StableFunctionMapRecord FunctionMapRecord;77 LLVM_ABI void addRecord(StableFunctionMapRecord &Record);
69 StableFunctionMapRecord &GlobalFunctionMapRecord,79 StableFunctionMapRecord FunctionMapRecord;
134 friend struct StableFunctionMapRecord;
80 void StableFunctionMapRecord::serialize( in serialize()85 void StableFunctionMapRecord::serialize( in serialize()129 void StableFunctionMapRecord::deserialize(const unsigned char *&Ptr, in deserialize()199 void StableFunctionMapRecord::serializeYAML(yaml::Output &YOS) const { in serializeYAML()213 void StableFunctionMapRecord::deserializeYAML(yaml::Input &YIS) { in deserializeYAML()
42 StableFunctionMapRecord &GlobalFunctionMapRecord, in mergeFromObjectFile()70 StableFunctionMapRecord LocalFunctionMapRecord; in mergeFromObjectFile()
72 void CodeGenDataWriter::addRecord(StableFunctionMapRecord &Record) { in addRecord()
260 StableFunctionMapRecord GlobalStableFunctionMapRecord; in mergeCodeGenData()
532 StableFunctionMapRecord::serialize(OS, LocalFunctionMap.get(), PatchItems); in emitFunctionMap()
1323 StableFunctionMapRecord globalMergeRecord; in codegenDataGenerate()1339 StableFunctionMapRecord localMergeRecord; in codegenDataGenerate()
224 SRCS_MIN+= CGData/StableFunctionMapRecord.cpp