Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/Object/
DBinary.h144 T* getBinary();
145 const T* getBinary() const;
172 template <typename T> T* OwningBinary<T>::getBinary() { in getBinary() function
176 template <typename T> const T* OwningBinary<T>::getBinary() const { in getBinary() function
/external/llvm/lib/Object/
DObject.cpp81 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
92 return (*unwrap(SI) == OB->getBinary()->section_end()) ? 1 : 0; in LLVMIsSectionIteratorAtEnd()
108 symbol_iterator SI = OB->getBinary()->symbol_begin(); in LLVMGetSymbols()
119 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.java59 public ByteBuffer getBinary() { in getBinary() method in ICUResourceBundleImpl.ResourceBinary
60 return wholeBundle.reader.getBinary(resource); in getBinary()
62 public byte [] getBinary(byte []ba) { in getBinary() method in ICUResourceBundleImpl.ResourceBinary
63 return wholeBundle.reader.getBinary(resource, ba); in getBinary()
DICUResourceBundleReader.java683 byte[] getBinary(int res, byte[] ba) { in getBinary() method in ICUResourceBundleReader
717 ByteBuffer getBinary(int res) { in getBinary() method in ICUResourceBundleReader
/external/icu/icu4c/source/tools/ctestfw/unicode/
Ddatamap.h82 virtual const uint8_t *getBinary(int32_t &length, const char *key, UErrorCode &status) const = 0;
126 virtual const uint8_t *getBinary(int32_t &length, const char *key, UErrorCode &status) const;
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp85 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in NotifyObjectEmitted()
122 const ObjectFile &DebugObj = *DebugObjects[Obj.getData().data()].getBinary(); in NotifyFreeingObject()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp101 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in NotifyObjectEmitted()
191 const ObjectFile &DebugObj = *DebugObjects[Obj.getData().data()].getBinary(); in NotifyFreeingObject()
/external/icu/icu4c/source/tools/ctestfw/
Ddatamap.cpp159 RBDataMap::getBinary(int32_t &length, const char *key, UErrorCode &status) const { in getBinary() function in RBDataMap
162 return r->getBinary(length, status); in getBinary()
/external/llvm/tools/obj2yaml/
Dobj2yaml.cpp39 Binary &Binary = *BinaryOrErr.get().getBinary(); in dumpInput()
/external/llvm/tools/llvm-cov/
DTestingSupport.cpp43 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain()
/external/icu/icu4c/source/common/unicode/
Dresbund.h236 getBinary(int32_t& len, UErrorCode& status) const;
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp230 DIContext::getDWARFContext(*DebugObj.getBinary())); in printLineInfoForInput()
233 for (object::symbol_iterator I = DebugObj.getBinary()->symbol_begin(), in printLineInfoForInput()
234 E = DebugObj.getBinary()->symbol_end(); in printLineInfoForInput()
/external/llvm/tools/llvm-symbolizer/
DLLVMSymbolize.cpp360 getObjectFileFromBinary(B.getBinary(), ArchName); in lookUpDsymFile()
384 Obj = getObjectFileFromBinary(B.getBinary(), ArchName); in getOrCreateObjects()
403 DbgObj = getObjectFileFromBinary(B.getBinary(), ArchName); in getOrCreateObjects()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUResourceBundleTest.java259 ByteBuffer got = sub.getBinary(); in TestBasicTypes()
270 got = sub.getBinary(); in TestBasicTypes()
1108 rb1.getBinary(); in TestUResourceBundleCoverage()
1119 rb1.getBinary(ba); in TestUResourceBundleCoverage()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DUResourceBundle.java600 public ByteBuffer getBinary() { in getBinary() method in UResourceBundle
645 public byte[] getBinary(byte[] ba) { in getBinary() method in UResourceBundle
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationLoader.java200 ByteBuffer inBytes = binary.getBinary(); in loadTailoring()
/external/icu/icu4c/source/common/
Dresbund.cpp257 const uint8_t *ResourceBundle::getBinary(int32_t& len, UErrorCode& status) const { in getBinary() function in ResourceBundle
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp259 cast<DWARFContext>(DIContext::getDWARFContext(*DWOFile.getBinary()))); in DWOHolder()
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp351 Binary &Binary = *BinaryOrErr.get().getBinary(); in dumpInput()
/external/icu/icu4c/source/test/intltest/
Dconvtest.cpp130 cc.bytes=testCase->getBinary(cc.bytesLength, "bytes", errorCode); in TestToUnicode()
188 cc.invalidChars=testCase->getBinary(cc.invalidLength, "invalidChars", errorCode); in TestToUnicode()
255 cc.bytes=testCase->getBinary(cc.bytesLength, "bytes", errorCode); in TestFromUnicode()
Drestsnew.cpp1064 binResult=(uint8_t*)res.getBinary(len, status); in TestNewTypes()
1077 binResult=(uint8_t*)res.getBinary(len, status); in TestNewTypes()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h253 object::Archive *A = OB.getBinary(); in scanArchives()
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestConversion.java132 cc.bytes = ((ICUResourceBundle) testcase.getObject("bytes")).getBinary(); in TestFromUnicode()
471 cc.bytes = ((ICUResourceBundle) testcase.getObject("bytes")).getBinary(); in TestToUnicode()
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp409 Binary &Binary = *BinaryOrErr.get().getBinary(); in main()

12