Searched refs:FpoData (Results 1 – 7 of 7) sorted by relevance
25 struct FpoData;86 FixedStreamArray<object::FpoData> getOldFpoRecords() const;130 FixedStreamArray<object::FpoData> OldFpoRecords;
69 void addOldFpoData(const object::FpoData &Fpo);123 std::vector<object::FpoData> OldFpoData;
205 FixedStreamArray<object::FpoData> DbiStream::getOldFpoRecords() const { in getOldFpoRecords()293 if (StreamLen % sizeof(object::FpoData)) in initializeOldFpoRecords()297 size_t NumRecords = StreamLen / sizeof(object::FpoData); in initializeOldFpoRecords()
81 void DbiStreamBuilder::addOldFpoData(const object::FpoData &FD) { in addOldFpoData() 302 sizeof(object::FpoData) * OldFpoData.size(); in finalizeMsfLayout()
1052 FixedStreamArray<object::FpoData> fpoRecords; in addDebugSymbols()1055 uint32_t count = relocatedDebugContents.size() / sizeof(object::FpoData); in addDebugSymbols()1060 for (const object::FpoData &fd : fpoRecords) in addDebugSymbols()
991 const FixedStreamArray<object::FpoData>& Records = Dbi.getOldFpoRecords(); in dumpOldFpo()996 for (const object::FpoData &FD : Records) { in dumpOldFpo()
1336 struct FpoData { struct