Searched defs:setMap (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ | ||
| H A D | IntervalMap.h | 1368 void setMap(const IntervalMap &m) { map = const_cast<IntervalMap*>(&m); } in setMap() function |
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ | ||
| H A D | AsmPrinter.cpp | 169 void setMap(AddrLabelMap *map) { Map = map; } in setMap() function in __anon6841d3dd0111::AddrLabelMapCallbackPtr |