Searched refs:IsBigEndian (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/apps/debugger/types/
H A DValueLocation.h94 bool IsBigEndian() const { return fBigEndian; } function in class:ValueLocation
/haiku-fatelf/src/apps/debugger/value/value_nodes/
H A DCStringValueNode.cpp94 valueLoader->GetArchitecture()->IsBigEndian(), piece);
/haiku-fatelf/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamSensor.h29 virtual bool IsBigEndian() const { return fIsBigEndian; }; function in class:CamSensor
H A DCamDevice.cpp420 if (Sensor() && Sensor()->IsBigEndian())
/haiku-fatelf/src/apps/debugger/arch/
H A DArchitecture.h59 inline bool IsBigEndian() const { return fBigEndian; } function in class:Architecture
/haiku-fatelf/src/apps/debugger/debug_info/
H A DDwarfTypes.cpp285 objectLocation.IsBigEndian());
308 ValueLocation location(fTypeContext->GetArchitecture()->IsBigEndian());
332 bool bigEndian = typeContext->GetArchitecture()->IsBigEndian();
824 parentLocation.IsBigEndian());
1057 parentLocation.IsBigEndian());
H A DDwarfStackFrameDebugInfo.cpp330 fTypeContext->GetArchitecture()->IsBigEndian());
/haiku-fatelf/src/apps/debugger/value/
H A DValueLoader.cpp116 bool bigEndian = fArchitecture->IsBigEndian();
/haiku-fatelf/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp156 int32 targetEndian = fTeam->GetArchitecture()->IsBigEndian()
H A DMemoryView.cpp45 fCurrentEndianMode = architecture->IsBigEndian()
/haiku-fatelf/src/apps/debugger/arch/x86/
H A DArchitectureX86.cpp629 IsBigEndian());

Completed in 114 milliseconds