Searched refs:getCharacteristics (Results 1 - 19 of 19) sorted by relevance

/external/llvm/lib/MC/
H A DMCSectionCOFF.cpp51 if (getCharacteristics() & COFF::IMAGE_SCN_CNT_INITIALIZED_DATA)
53 if (getCharacteristics() & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA)
55 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_EXECUTE)
57 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_WRITE)
59 else if (getCharacteristics() & COFF::IMAGE_SCN_MEM_READ)
63 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_REMOVE)
65 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_SHARED)
69 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) {
108 return getCharacteristics() & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA;
H A DMCContext.cpp444 unsigned Characteristics = Sec->getCharacteristics();
H A DMCStreamer.cpp534 if (TextSecCOFF->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT)
H A DWinCOFFObjectWriter.cpp288 coff_section->Header.Characteristics = Sec.getCharacteristics();
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCSectionCOFF.cpp47 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_DISCARDABLE)
51 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) {
83 return getCharacteristics() & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA;
H A DWinCOFFObjectWriter.cpp384 coff_section->Header.Characteristics = Sec.getCharacteristics();
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCSectionCOFF.h53 unsigned getCharacteristics() const { return Characteristics; } function in class:llvm::MCSectionCOFF
/external/llvm/include/llvm/MC/
H A DMCSectionCOFF.h70 unsigned getCharacteristics() const { return Characteristics; } function in class:llvm::final
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DGattClientFacade.java488 List<BluetoothGattCharacteristic> charList = gattService.getCharacteristics();
520 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics();
563 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics();
610 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics();
655 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics();
741 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics();
824 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics();
873 for (BluetoothGattCharacteristic mGattChar : mGattService.getCharacteristics()) {
913 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics();
960 for (BluetoothGattCharacteristic mGattChar : mGattService.getCharacteristics()) {
[all...]
/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp99 YAMLObj.Header.Characteristics = Obj.getCharacteristics();
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp523 if (Current->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT)
/external/llvm/include/llvm/Object/
H A DCOFF.h683 uint16_t getCharacteristics() const { function in class:llvm::object::COFFObjectFile
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp568 W.printFlags ("Characteristics", Obj->getCharacteristics(),
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
H A DJsonBuilder.java501 result.put("gattCharacteristicList", build(data.getCharacteristics()));
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 719 milliseconds