Searched refs:clearList (Results 1 – 8 of 8) sorted by relevance
958 template <typename T> void clearList(T &List) { in clearList() function965 clearList(Predecessors); in releaseCFG()966 clearList(Successors); in releaseCFG()967 clearList(Throwers); in releaseCFG()968 clearList(LandingPads); in releaseCFG()969 clearList(BranchInfo); in releaseCFG()970 clearList(Instructions); in releaseCFG()
432 template <typename T> BinaryFunction &clearList(T &List) { in clearList() function732 clearList(CallSites); in releaseCFG()733 clearList(ColdCallSites); in releaseCFG()734 clearList(LSDATypeTable); in releaseCFG()735 clearList(LSDATypeAddressTable); in releaseCFG()737 clearList(LabelToBB); in releaseCFG()740 clearList(Labels); in releaseCFG()742 clearList(FrameInstructions); in releaseCFG()743 clearList(FrameRestoreEquivalents); in releaseCFG()
25 template <typename T> void clearList(T &List) { in clearList() function
161 clearList(PendingRelocations); in flushPendingRelocations()177 void BinarySection::clearRelocations() { clearList(Relocations); } in clearRelocations()
1378 clearList(Relocations); in disassemble()1381 clearList(Instructions); in disassemble()1399 clearList(Relocations); in scanExternalRefs()1586 clearList(Relocations); in scanExternalRefs()1717 clearList(JTSites); in postProcessJumpTables()2140 clearList(Instructions); in buildCFG()2141 clearList(OffsetToCFI); in buildCFG()2142 clearList(TakenBranches); in buildCFG()2847 clearList(Instructions); in clearDisasmState()2849 clearList(TakenBranches); in clearDisasmState()[all …]
683 clearList(RelativeLocListOffsets); in finalizeDWARF5()684 clearList(*LocArrayBuffer); in finalizeDWARF5()685 clearList(*LocBodyBuffer); in finalizeDWARF5()
701 clearList(DataPCRelocations); in populateJumpTables()
628 void inline clearList(ValueType V) { in clearList() function in ScheduleDAGInstrs::Value2SUsMap