Home
last modified time | relevance | path

Searched refs:getBinary (Results 1 – 25 of 103) sorted by relevance

12345

/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp86 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/
DBinary.h152 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/
DBinary.h177 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/
DInstrumentationMap.cpp57 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/
DObject.cpp84 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/
DObject.cpp84 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/
DGDBRegistrationListener.cpp166 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/
DGDBRegistrationListener.cpp157 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/
DRTDyldObjectLinkingLayer.h179 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/
DICUResourceBundleImpl.java69 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/
DICUResourceBundleImpl.java70 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/
Ddatamap.h84 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/
DIRCompileLayer.h72 if (!Object->getBinary()) { in addModuleSet()
76 Object->getBinary()->getMemoryBufferRef()); in addModuleSet()
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp86 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/
DOProfileJITEventListener.cpp89 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/
Dllvm-cvtres.cpp169 Binary &Binary = *BinaryOrErr.get().getBinary(); in main()
208 Binary &Binary = *BinaryOrErr.get().getBinary(); in main()
/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp122 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()
DvkPrograms.cpp97 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/
Ddatamap.cpp162 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/
DIntelJITEventListener.cpp103 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/
DIntelJITEventListener.cpp104 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/
DInterpreterDescriptor.java55 public File getBinary(Context context); in getBinary() method
/external/llvm/tools/obj2yaml/
Dobj2yaml.cpp36 Binary &Binary = *BinaryOrErr.get().getBinary(); in dumpInput()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dobj2yaml.cpp36 Binary &Binary = *BinaryOrErr.get().getBinary(); in dumpInput()
/external/llvm/tools/llvm-cov/
DTestingSupport.cpp41 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain()

12345