Home
last modified time | relevance | path

Searched refs:setMap (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DInterferenceCache.h82 VirtI.setMap(LIU.getMap()); in RegUnitInfo()
H A DLiveIntervalUnion.cpp137 LiveUnionI.setMap(LiveUnion->getMap()); in collectInterferingVRegs()
H A DMachineModuleInfo.cpp46 void setMap(MMIAddrLabelMap *map) { Map = map; } in setMap() function in llvm::MMIAddrLabelMapCallbackPtr
116 BBCallbacks.back().setMap(this); in getAddrLabelSymbol()
H A DLiveDebugVariables.cpp766 LocMapI.setMap(locInts); in splitLocation()
H A DSplitKit.cpp623 AssignI.setMap(RegAssign); in removeBackCopies()
/minix3/external/mit/xorg/lib/libxcb/files/
H A Dxkb.h2258 uint8_t setMap; /**< */ member
5858 uint8_t setMap /**< */,
5884 uint8_t setMap /**< */,
H A Dxkb.c5424 uint8_t setMap /**< */, in xcb_xkb_set_named_indicator_checked() argument
5452 xcb_out.setMap = setMap; in xcb_xkb_set_named_indicator_checked()
5480 uint8_t setMap /**< */, in xcb_xkb_set_named_indicator() argument
5508 xcb_out.setMap = setMap; in xcb_xkb_set_named_indicator()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DIntervalMap.h1353 void setMap(const IntervalMap &m) { map = const_cast<IntervalMap*>(&m); } in setMap() function