/external/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectLinkingLayerTest.cpp | 86 Objs.push_back(OwningObj.getBinary()); in TEST() 149 Obj1Set.push_back(Obj1.getBinary()); in TEST_F() 162 Obj2Set.push_back(Obj2.getBinary()); in TEST_F() 219 Obj1Set.push_back(Obj1.getBinary()); in TEST_F() 233 Obj2Set.push_back(Obj2.getBinary()); in TEST_F()
|
/external/llvm/include/llvm/Object/ |
D | Binary.h | 152 T* getBinary(); 153 const T* getBinary() const; 180 template <typename T> T* OwningBinary<T>::getBinary() { in getBinary() function 184 template <typename T> const T* OwningBinary<T>::getBinary() const { in getBinary() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | Binary.h | 177 T* getBinary(); 178 const T* getBinary() const; 205 template <typename T> T* OwningBinary<T>::getBinary() { in getBinary() function 209 template <typename T> const T* OwningBinary<T>::getBinary() const { in getBinary() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 57 if (!ObjFile.getBinary()->isELF() || in loadELF64() 58 !(ObjFile.getBinary()->getArch() == Triple::x86_64 || in loadELF64() 59 ObjFile.getBinary()->getArch() == Triple::ppc64le)) in loadELF64() 65 const auto &Sections = ObjFile.getBinary()->sections(); in loadELF64()
|
/external/llvm/lib/Object/ |
D | Object.cpp | 84 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections() 95 return (*unwrap(SI) == OB->getBinary()->section_end()) ? 1 : 0; in LLVMIsSectionIteratorAtEnd() 118 symbol_iterator SI = OB->getBinary()->symbol_begin(); in LLVMGetSymbols() 129 return (*unwrap(SI) == OB->getBinary()->symbol_end()) ? 1 : 0; in LLVMIsSymbolIteratorAtEnd()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | Object.cpp | 84 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections() 95 return (*unwrap(SI) == OB->getBinary()->section_end()) ? 1 : 0; in LLVMIsSectionIteratorAtEnd() 118 symbol_iterator SI = OB->getBinary()->symbol_begin(); in LLVMGetSymbols() 129 return (*unwrap(SI) == OB->getBinary()->symbol_end()) ? 1 : 0; in LLVMIsSymbolIteratorAtEnd()
|
/external/llvm/lib/ExecutionEngine/ |
D | GDBRegistrationListener.cpp | 166 if (!DebugObj.getBinary()) in NotifyObjectEmitted() 169 const char *Buffer = DebugObj.getBinary()->getMemoryBufferRef().getBufferStart(); in NotifyObjectEmitted() 170 size_t Size = DebugObj.getBinary()->getMemoryBufferRef().getBufferSize(); in NotifyObjectEmitted()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/ |
D | GDBRegistrationListener.cpp | 157 if (!DebugObj.getBinary()) in NotifyObjectEmitted() 160 const char *Buffer = DebugObj.getBinary()->getMemoryBufferRef().getBufferStart(); in NotifyObjectEmitted() 161 size_t Size = DebugObj.getBinary()->getMemoryBufferRef().getBufferSize(); in NotifyObjectEmitted()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayer.h | 179 this->Parent.NotifyFreed(K, *ObjForNotify.getBinary()); in ~ConcreteLinkedObject() 195 PFC->RTDyld->loadObject(*PFC->Obj.getBinary()); in finalize() 205 Parent.NotifyLoaded(K, *PFC->Obj.getBinary(), *Info); in finalize() 214 Parent.NotifyFinalized(K, *PFC->Obj.getBinary(), *Info); in finalize() 243 for (auto &Symbol : Obj.getBinary()->symbols()) { in buildInitialSymbolTable()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceBundleImpl.java | 69 public ByteBuffer getBinary() { in getBinary() method in ICUResourceBundleImpl.ResourceBinary 70 return wholeBundle.reader.getBinary(resource); in getBinary() 73 public byte [] getBinary(byte []ba) { in getBinary() method in ICUResourceBundleImpl.ResourceBinary 74 return wholeBundle.reader.getBinary(resource, ba); in getBinary()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUResourceBundleImpl.java | 70 public ByteBuffer getBinary() { in getBinary() method in ICUResourceBundleImpl.ResourceBinary 71 return wholeBundle.reader.getBinary(resource); in getBinary() 74 public byte [] getBinary(byte []ba) { in getBinary() method in ICUResourceBundleImpl.ResourceBinary 75 return wholeBundle.reader.getBinary(resource, ba); in getBinary()
|
/external/icu/icu4c/source/tools/ctestfw/unicode/ |
D | datamap.h | 84 virtual const uint8_t *getBinary(int32_t &length, const char *key, UErrorCode &status) const = 0; 128 virtual const uint8_t *getBinary(int32_t &length, const char *key, UErrorCode &status) const;
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IRCompileLayer.h | 72 if (!Object->getBinary()) { in addModuleSet() 76 Object->getBinary()->getMemoryBufferRef()); in addModuleSet()
|
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileJITEventListener.cpp | 86 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in NotifyObjectEmitted() 125 const ObjectFile &DebugObj = *DebugObjects[Obj.getData().data()].getBinary(); in NotifyFreeingObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileJITEventListener.cpp | 89 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in NotifyObjectEmitted() 151 const ObjectFile &DebugObj = *DebugObjects[Obj.getData().data()].getBinary(); in NotifyFreeingObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cvtres/ |
D | llvm-cvtres.cpp | 169 Binary &Binary = *BinaryOrErr.get().getBinary(); in main() 208 Binary &Binary = *BinaryOrErr.get().getBinary(); in main()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBinaryRegistry.cpp | 122 out.write((const char*)binary.getBinary(), binary.getSize()); in writeBinary() 157 return deMemoryHash(binary->getBinary(), binary->getSize()); in binaryHash() 163 return deMemoryEqual(a->getBinary(), b->getBinary(), a->getSize()); in binaryEqual()
|
D | vkPrograms.cpp | 97 if (*(const deUint32*)binary.getBinary() != spirvMagicBytes) in isSaneSpirVBinary() 490 const deUint8* bin = binary->getBinary(); in shadercacheSave() 808 disassembleSpirV(program.getSize()/sizeof(deUint32), (const deUint32*)program.getBinary(), dst, in disassembleProgram() 828 …return validateSpirV(program.getSize()/sizeof(deUint32), (const deUint32*)program.getBinary(), dst… in validateProgram() 846 (const deUint32*)binary.getBinary(), in createShaderModule() 937 …const SpirvBinaryHeader* header = reinterpret_cast<const SpirvBinaryHeader*>(binary.getBinary(… in extractSpirvVersion()
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | datamap.cpp | 162 RBDataMap::getBinary(int32_t &length, const char *key, UErrorCode &status) const { in getBinary() function in RBDataMap 165 return r->getBinary(length, status); in getBinary()
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 103 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in NotifyObjectEmitted() 198 const ObjectFile &DebugObj = *DebugObjects[Obj.getData().data()].getBinary(); in NotifyFreeingObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 104 const ObjectFile *DebugObj = DebugObjOwner.getBinary(); in NotifyObjectEmitted() 201 const ObjectFile &DebugObj = *DebugObjects[Obj.getData().data()].getBinary(); in NotifyFreeingObject()
|
/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/ |
D | InterpreterDescriptor.java | 55 public File getBinary(Context context); in getBinary() method
|
/external/llvm/tools/obj2yaml/ |
D | obj2yaml.cpp | 36 Binary &Binary = *BinaryOrErr.get().getBinary(); in dumpInput()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | obj2yaml.cpp | 36 Binary &Binary = *BinaryOrErr.get().getBinary(); in dumpInput()
|
/external/llvm/tools/llvm-cov/ |
D | TestingSupport.cpp | 41 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain()
|