Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp59 void setMap(MMIAddrLabelMap *map) { Map = map; } in setMap() function in llvm::MMIAddrLabelMapCallbackPtr
120 BBCallbacks.back().setMap(this); in getAddrLabelSymbolToEmit()
H A DInterferenceCache.h86 VirtI.setMap(LIU.getMap()); in RegUnitInfo()
H A DLiveIntervalUnion.cpp148 LiveUnionI.setMap(LiveUnion->getMap()); in collectInterferingVRegs()
H A DLiveDebugVariables.cpp1278 LocMapI.setMap(locInts); in splitLocation()
H A DSplitKit.cpp851 AssignI.setMap(RegAssign); in removeBackCopies()
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Dxkb.h2258 uint8_t setMap; member
5900 uint8_t setMap,
5926 uint8_t setMap,
H A Dxkb.c5706 uint8_t setMap, in xcb_xkb_set_named_indicator_checked() argument
5734 xcb_out.setMap = setMap; in xcb_xkb_set_named_indicator_checked()
5762 uint8_t setMap, in xcb_xkb_set_named_indicator() argument
5790 xcb_out.setMap = setMap; in xcb_xkb_set_named_indicator()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DIntervalMap.h1361 void setMap(const IntervalMap &m) { map = const_cast<IntervalMap*>(&m); } in setMap() function