Home
last modified time | relevance | path

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

1234

/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/deqp/external/vulkancts/framework/vulkan/
DvkPrograms.cpp84 if (*(const deUint32*)binary.getBinary() != spirvMagicBytes) in isSaneSpirVBinary()
193 disassembleSpirV(program.getSize()/sizeof(deUint32), (const deUint32*)program.getBinary(), dst, in disassembleProgram()
213 …return validateSpirV(program.getSize()/sizeof(deUint32), (const deUint32*)program.getBinary(), dst, in validateProgram()
232 (const deUint32*)binary.getBinary(), in createShaderModule()
323 …const SpirvBinaryHeader* header = reinterpret_cast<const SpirvBinaryHeader*>(binary.getBinary(… in extractSpirvVersion()
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()
/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/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/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/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp86 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in NotifyObjectEmitted()
125 const ObjectFile &DebugObj = *DebugObjects[Obj.getData().data()].getBinary(); in NotifyFreeingObject()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DIRCompileLayer.h72 if (!Object->getBinary()) { in addModuleSet()
76 Object->getBinary()->getMemoryBufferRef()); in addModuleSet()
/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/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/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/llvm/tools/llvm-cov/
DTestingSupport.cpp41 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain()
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/interpreter/
DInterpreterProcess.java51 setBinary(interpreter.getBinary()); in InterpreterProcess()
/external/icu/icu4c/source/common/unicode/
Dresbund.h238 getBinary(int32_t& len, UErrorCode& status) const;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DUResourceBundle.java408 public ByteBuffer getBinary() { in getBinary() method in UResourceBundle
453 public byte[] getBinary(byte[] ba) { in getBinary() method in UResourceBundle
/external/icu/android_icu4j/src/main/java/android/icu/util/
DUResourceBundle.java392 public ByteBuffer getBinary() { in getBinary() method in UResourceBundle
434 public byte[] getBinary(byte[] ba) { in getBinary() method in UResourceBundle
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h259 object::Archive *A = OB.getBinary(); in scanArchives()
316 return *Obj.getBinary(); in getObject()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUResourceBundleTest.java269 ByteBuffer got = sub.getBinary(); in TestBasicTypes()
280 got = sub.getBinary(); in TestBasicTypes()
1089 rb1.getBinary(); in TestUResourceBundleCoverage()
1100 rb1.getBinary(ba); in TestUResourceBundleCoverage()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUResourceBundleTest.java272 ByteBuffer got = sub.getBinary(); in TestBasicTypes()
283 got = sub.getBinary(); in TestBasicTypes()
1092 rb1.getBinary(); in TestUResourceBundleCoverage()
1103 rb1.getBinary(ba); in TestUResourceBundleCoverage()
/external/icu/icu4c/source/common/
Dresource.h170 virtual const uint8_t *getBinary(int32_t &length, UErrorCode &errorCode) const = 0;
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
DInterpreter.java123 public File getBinary() { in getBinary() method in Interpreter

1234