Home
last modified time | relevance | path

Searched refs:StableFunctionMapRecord (Results 1 – 11 of 11) 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
H A DCodeGenDataWriter.h64 StableFunctionMapRecord FunctionMapRecord;
77 LLVM_ABI void addRecord(StableFunctionMapRecord &Record);
H A DCodeGenDataReader.h69 StableFunctionMapRecord &GlobalFunctionMapRecord,
79 StableFunctionMapRecord FunctionMapRecord;
H A DStableFunctionMap.h134 friend struct StableFunctionMapRecord;
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DStableFunctionMapRecord.cpp80 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()
H A DCodeGenDataReader.cpp42 StableFunctionMapRecord &GlobalFunctionMapRecord, in mergeFromObjectFile()
70 StableFunctionMapRecord LocalFunctionMapRecord; in mergeFromObjectFile()
H A DCodeGenDataWriter.cpp72 void CodeGenDataWriter::addRecord(StableFunctionMapRecord &Record) { in addRecord()
H A DCodeGenData.cpp260 StableFunctionMapRecord GlobalStableFunctionMapRecord; in mergeCodeGenData()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp532 StableFunctionMapRecord::serialize(OS, LocalFunctionMap.get(), PatchItems); in emitFunctionMap()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1323 StableFunctionMapRecord globalMergeRecord; in codegenDataGenerate()
1339 StableFunctionMapRecord localMergeRecord; in codegenDataGenerate()
/freebsd/lib/clang/libllvm/
H A DMakefile224 SRCS_MIN+= CGData/StableFunctionMapRecord.cpp