Home
last modified time | relevance | path

Searched refs:PatchItems (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenDataWriter.cpp126 std::vector<CGDataPatchItem> PatchItems; in writeImpl() local
133 FunctionMapRecord.serialize(COS.OS, PatchItems); in writeImpl()
136 PatchItems.emplace_back(OutlinedHashTreeOffset, &OutlinedHashTreeFieldStart, in writeImpl()
138 PatchItems.emplace_back(StableFunctionMapOffset, &StableFunctionMapFieldStart, in writeImpl()
140 COS.patch(PatchItems); in writeImpl()
H A DStableFunctionMapRecord.cpp81 raw_ostream &OS, std::vector<CGDataPatchItem> &PatchItems) const { in serialize()
82 serialize(OS, FunctionMap.get(), PatchItems); in serialize()
87 std::vector<CGDataPatchItem> &PatchItems) { in serialize() argument
105 PatchItems.emplace_back(NamesByteSizeOffset, &NamesByteSize, 1); in serialize()
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DStableFunctionMapRecord.h41 std::vector<CGDataPatchItem> &PatchItems);
45 std::vector<CGDataPatchItem> &PatchItems) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp531 std::vector<CGDataPatchItem> PatchItems; in emitFunctionMap() local
532 StableFunctionMapRecord::serialize(OS, LocalFunctionMap.get(), PatchItems); in emitFunctionMap()
534 COS.patch(PatchItems); in emitFunctionMap()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp673 PatchItem PatchItems[] = { in writeImpl() local
684 OS.patch(PatchItems); in writeImpl()