/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCSectionCOFF.cpp | 50 if (getCharacteristics() & COFF::IMAGE_SCN_CNT_INITIALIZED_DATA) in PrintSwitchToSection() 52 if (getCharacteristics() & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA) in PrintSwitchToSection() 54 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_EXECUTE) in PrintSwitchToSection() 56 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_WRITE) in PrintSwitchToSection() 58 else if (getCharacteristics() & COFF::IMAGE_SCN_MEM_READ) in PrintSwitchToSection() 62 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_REMOVE) in PrintSwitchToSection() 64 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_SHARED) in PrintSwitchToSection() 66 if ((getCharacteristics() & COFF::IMAGE_SCN_MEM_DISCARDABLE) && in PrintSwitchToSection() 71 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) { in PrintSwitchToSection() 115 return getCharacteristics() & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA; in isVirtualSection()
|
D | MCStreamer.cpp | 682 if (TextSecCOFF->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) { in getWinCFISection() 695 MainCFISecCOFF->getCharacteristics() | COFF::IMAGE_SCN_LNK_COMDAT, in getWinCFISection()
|
D | MCContext.cpp | 479 unsigned Characteristics = Sec->getCharacteristics(); in getAssociativeCOFFSection()
|
D | WinCOFFObjectWriter.cpp | 311 Section->Header.Characteristics = MCSec.getCharacteristics(); in defineSection()
|
/external/llvm/lib/MC/ |
D | MCSectionCOFF.cpp | 51 if (getCharacteristics() & COFF::IMAGE_SCN_CNT_INITIALIZED_DATA) in PrintSwitchToSection() 53 if (getCharacteristics() & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA) in PrintSwitchToSection() 55 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_EXECUTE) in PrintSwitchToSection() 57 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_WRITE) in PrintSwitchToSection() 59 else if (getCharacteristics() & COFF::IMAGE_SCN_MEM_READ) in PrintSwitchToSection() 63 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_REMOVE) in PrintSwitchToSection() 65 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_SHARED) in PrintSwitchToSection() 69 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) { in PrintSwitchToSection() 108 return getCharacteristics() & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA; in isVirtualSection()
|
D | MCContext.cpp | 444 unsigned Characteristics = Sec->getCharacteristics(); in getAssociativeCOFFSection()
|
D | MCStreamer.cpp | 534 if (TextSecCOFF->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) in getWinCFISection()
|
D | WinCOFFObjectWriter.cpp | 288 coff_section->Header.Characteristics = Sec.getCharacteristics(); in defineSection()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCSectionCOFF.cpp | 47 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_DISCARDABLE) in PrintSwitchToSection() 51 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) { in PrintSwitchToSection() 83 return getCharacteristics() & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA; in isVirtualSection()
|
D | WinCOFFObjectWriter.cpp | 384 coff_section->Header.Characteristics = Sec.getCharacteristics(); in DefineSection()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | GattClientFacade.java | 488 List<BluetoothGattCharacteristic> charList = gattService.getCharacteristics(); in gattClientReadCharacteristicByIndex() 520 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics(); in gattClientReadCharacteristicByInstanceId() 563 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics(); in gattClientWriteDescriptorByInstanceId() 610 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics(); in gattClientWriteCharacteristicByInstanceId() 655 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics(); in gattClientModifyAccessAndWriteCharacteristicByInstanceId() 741 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics(); in gattClientModifyAccessAndReadCharacteristicByInstanceId() 824 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics(); in gattClientModifyAccessAndWriteDescriptorByInstanceId() 873 for (BluetoothGattCharacteristic mGattChar : mGattService.getCharacteristics()) { in gattClientWriteInvalidDescriptorByInstanceId() 913 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics(); in gattClientModifyAccessAndReadDescriptorByInstanceId() 960 for (BluetoothGattCharacteristic mGattChar : mGattService.getCharacteristics()) { in gattClientReadInvalidDescriptorByInstanceId() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | WindowsResource.h | 108 uint32_t getCharacteristics() const { return Suffix->Characteristics; } in getCharacteristics() function 171 uint32_t getCharacteristics() const { return Characteristics; } in getCharacteristics() function
|
D | COFF.h | 828 uint16_t getCharacteristics() const { in getCharacteristics() function
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCSectionCOFF.h | 53 unsigned getCharacteristics() const { return Characteristics; } in getCharacteristics() function
|
/external/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 70 unsigned getCharacteristics() const { return Characteristics; } in getCharacteristics() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 73 unsigned getCharacteristics() const { return Characteristics; } in getCharacteristics() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | WindowsResourceDumper.cpp | 74 SW.printNumber("Characteristics", Ref.getCharacteristics()); in printEntry()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | WindowsResource.cpp | 236 Entry.getMinorVersion(), Entry.getCharacteristics()); in addLanguageNode() 599 Table->Characteristics = CurrentNode->getCharacteristics(); in writeDirectoryTree()
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 99 YAMLObj.Header.Characteristics = Obj.getCharacteristics(); in dumpHeader()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 103 YAMLObj.Header.Characteristics = Obj.getCharacteristics(); in dumpHeader()
|
/external/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 523 if (Current->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) in ParseDirectiveLinkOnce()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 609 if (Current->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) in ParseDirectiveLinkOnce()
|
/external/llvm/include/llvm/Object/ |
D | COFF.h | 683 uint16_t getCharacteristics() const { in getCharacteristics() function
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 568 W.printFlags ("Characteristics", Obj->getCharacteristics(), in printFileHeaders()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/ |
D | JsonBuilder.java | 529 result.put("gattCharacteristicList", build(data.getCharacteristics())); in buildJsonBluetoothGattService()
|