Searched refs:PatchItems (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CGData/ |
| H A D | CodeGenDataWriter.cpp | 126 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 D | StableFunctionMapRecord.cpp | 81 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 D | StableFunctionMapRecord.h | 41 std::vector<CGDataPatchItem> &PatchItems); 45 std::vector<CGDataPatchItem> &PatchItems) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | GlobalMergeFunctions.cpp | 531 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 D | InstrProfWriter.cpp | 673 PatchItem PatchItems[] = { in writeImpl() local 684 OS.patch(PatchItems); in writeImpl()
|