/external/eigen/Eigen/src/SparseCore/ |
D | SparseRef.h | 24 struct traits<Ref<SparseMatrix<MatScalar,MatOptions,MatIndex>, _Options, _StrideType> > 44 struct traits<Ref<const SparseMatrix<MatScalar,MatOptions,MatIndex>, _Options, _StrideType> > 45 : public traits<Ref<SparseMatrix<MatScalar,MatOptions,MatIndex>, _Options, _StrideType> > 53 struct traits<Ref<SparseVector<MatScalar,MatOptions,MatIndex>, _Options, _StrideType> > 72 struct traits<Ref<const SparseVector<MatScalar,MatOptions,MatIndex>, _Options, _StrideType> > 73 : public traits<Ref<SparseVector<MatScalar,MatOptions,MatIndex>, _Options, _StrideType> > 123 class Ref<SparseMatrix<MatScalar,MatOptions,MatIndex>, Options, StrideType > 124 …: public internal::SparseRefBase<Ref<SparseMatrix<MatScalar,MatOptions,MatIndex>, Options, StrideT… 127 class Ref<SparseMatrixType, Options> 132 typedef internal::traits<Ref> Traits; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | WindowsResourceDumper.cpp | 56 void Dumper::printEntry(const ResourceEntryRef &Ref) { in printEntry() argument 57 if (Ref.checkTypeString()) { in printEntry() 58 auto NarrowStr = stripUTF16(Ref.getTypeString()); in printEntry() 61 SW.printNumber("Resource type (int)", Ref.getTypeID()); in printEntry() 63 if (Ref.checkNameString()) { in printEntry() 64 auto NarrowStr = stripUTF16(Ref.getNameString()); in printEntry() 67 SW.printNumber("Resource name (int)", Ref.getNameID()); in printEntry() 69 SW.printNumber("Data version", Ref.getDataVersion()); in printEntry() 70 SW.printHex("Memory flags", Ref.getMemoryFlags()); in printEntry() 71 SW.printNumber("Language ID", Ref.getLanguage()); in printEntry() [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | TrackingMDRef.h | 101 TrackingMDRef Ref; variable 105 explicit TypedTrackingMDRef(T *MD) : Ref(static_cast<Metadata *>(MD)) {} in TypedTrackingMDRef() 107 TypedTrackingMDRef(TypedTrackingMDRef &&X) : Ref(std::move(X.Ref)) {} in TypedTrackingMDRef() 108 TypedTrackingMDRef(const TypedTrackingMDRef &X) : Ref(X.Ref) {} in TypedTrackingMDRef() 110 Ref = std::move(X.Ref); 114 Ref = X.Ref; 118 T *get() const { return (T *)Ref.get(); } in get() 123 bool operator==(const TypedTrackingMDRef &X) const { return Ref == X.Ref; } 124 bool operator!=(const TypedTrackingMDRef &X) const { return Ref != X.Ref; } 126 void reset() { Ref.reset(); } in reset() [all …]
|
/external/llvm/include/llvm/IR/ |
D | TrackingMDRef.h | 101 TrackingMDRef Ref; variable 105 explicit TypedTrackingMDRef(T *MD) : Ref(static_cast<Metadata *>(MD)) {} in TypedTrackingMDRef() 107 TypedTrackingMDRef(TypedTrackingMDRef &&X) : Ref(std::move(X.Ref)) {} in TypedTrackingMDRef() 108 TypedTrackingMDRef(const TypedTrackingMDRef &X) : Ref(X.Ref) {} in TypedTrackingMDRef() 110 Ref = std::move(X.Ref); 114 Ref = X.Ref; 118 T *get() const { return (T *)Ref.get(); } in get() 123 bool operator==(const TypedTrackingMDRef &X) const { return Ref == X.Ref; } 124 bool operator!=(const TypedTrackingMDRef &X) const { return Ref != X.Ref; } 126 void reset() { Ref.reset(); } in reset() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | TrackingMDRef.h | 108 TrackingMDRef Ref; variable 112 explicit TypedTrackingMDRef(T *MD) : Ref(static_cast<Metadata *>(MD)) {} in TypedTrackingMDRef() 114 TypedTrackingMDRef(TypedTrackingMDRef &&X) : Ref(std::move(X.Ref)) {} in TypedTrackingMDRef() 115 TypedTrackingMDRef(const TypedTrackingMDRef &X) : Ref(X.Ref) {} in TypedTrackingMDRef() 118 Ref = std::move(X.Ref); 123 Ref = X.Ref; 127 T *get() const { return (T *)Ref.get(); } in get() 132 bool operator==(const TypedTrackingMDRef &X) const { return Ref == X.Ref; } 133 bool operator!=(const TypedTrackingMDRef &X) const { return Ref != X.Ref; } 135 void reset() { Ref.reset(); } in reset() [all …]
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | AttributeResolution.java | 80 Ref<Integer> defStyleBagTypeSetFlags = new Ref<>(0); in ResolveAttrs() 82 Ref<Res_value> valueRef = new Ref<>(null); in ResolveAttrs() 95 final Ref<ResTable.bag_entry[]> defStyleStart = new Ref<>(null); in ResolveAttrs() 96 Ref<Integer> defStyleTypeSetFlags = new Ref<>(0); in ResolveAttrs() 143 Ref<Res_value> valueRef = new Ref<>(value); in ResolveAttrs() 144 Ref<Integer> residRef = new Ref<>(resid); in ResolveAttrs() 145 Ref<Integer> typeSetFlagsRef = new Ref<>(typeSetFlags); in ResolveAttrs() 146 Ref<ResTable_config> configRef = new Ref<>(config); in ResolveAttrs() 234 Ref<ResTable_config> config = new Ref<>(new ResTable_config()); in ApplyStyle() 235 Ref<Res_value> value = new Ref<>(new Res_value()); in ApplyStyle() [all …]
|
D | AttributeResolution9.java | 105 final Ref<Integer> def_style_flags = new Ref<>(0); in ResolveAttrs() 107 final Ref<Res_value> valueRef = new Ref<>(null); in ResolveAttrs() 165 final Ref<Res_value> valueRef = new Ref<>(value); in ResolveAttrs() 166 final Ref<Integer> residRef = new Ref<>(resid); in ResolveAttrs() 167 final Ref<Integer> type_set_flagsRef = new Ref<>(type_set_flags); in ResolveAttrs() 168 final Ref<ResTable_config> configRef = new Ref<>(config); in ResolveAttrs() 246 final Ref<ResTable_config> config = new Ref<>(new ResTable_config()); in ApplyStyle() 247 final Ref<Res_value> value = new Ref<>(new Res_value()); in ApplyStyle() 252 final Ref<Integer> def_style_flags = new Ref<>(0); in ApplyStyle() 263 final Ref<Integer> style_flags = new Ref<>(0); in ApplyStyle() [all …]
|
D | AttributeResolution10.java | 109 final Ref<Integer> def_style_flags = new Ref<>(0); in ResolveAttrs() 111 final Ref<Res_value> valueRef = new Ref<>(null); in ResolveAttrs() 169 final Ref<Res_value> valueRef = new Ref<>(value); in ResolveAttrs() 170 final Ref<Integer> residRef = new Ref<>(resid); in ResolveAttrs() 171 final Ref<Integer> type_set_flagsRef = new Ref<>(type_set_flags); in ResolveAttrs() 172 final Ref<ResTable_config> configRef = new Ref<>(config); in ResolveAttrs() 250 final Ref<ResTable_config> config = new Ref<>(new ResTable_config()); in ApplyStyle() 251 final Ref<Res_value> value = new Ref<>(new Res_value()); in ApplyStyle() 256 final Ref<Integer> def_style_flags = new Ref<>(0); in ApplyStyle() 267 final Ref<Integer> style_flags = new Ref<>(0); in ApplyStyle() [all …]
|
D | ZipFileRO.java | 53 static int OpenArchive(String zipFileName, Ref<ZipArchiveHandle> mHandle) { in OpenArchive() 70 static int FindEntry(ZipArchiveHandle mHandle, String name, Ref<ZipEntry> zipEntryRef) { in FindEntry() 86 final Ref<ZipArchiveHandle> handle = new Ref<>(null); in open() 117 final Ref<ZipEntry> zipEntryRef = new Ref<>(data.entry); in findEntryByName() 133 boolean getEntryInfo(org.robolectric.res.android.ZipFileRO.ZipEntryRO entry, Ref<Short> pMethod, in getEntryInfo() 134 final Ref<Long> pUncompLen, Ref<Long> pCompLen, Ref<Long> pOffset, in getEntryInfo() 135 final Ref<Long> pModWhen, Ref<Long> pCrc32) in getEntryInfo() 163 boolean startIteration(Ref<Enumeration<? extends ZipEntry>> cookie) { in startIteration() 167 …boolean startIteration(/* void** */ Ref<Enumeration<? extends ZipEntry>> cookie, final String pref… in startIteration() 219 int getEntryFileName(org.robolectric.res.android.ZipFileRO.ZipEntryRO entry, Ref<String> buffer) in getEntryFileName()
|
D | CppAssetManager2.java | 550 Ref<ApkAssetsCookie> out_cookie) { in OpenNonAsset() 617 final Ref<FindEntryResult> out_entry) { in FindEntry() 678 .Lookup(type_spec.idmap_entries, local_entry_idx, new Ref<>(local_entry_idx))) { in FindEntry() 775 final Ref<FindEntryResult> entryRef = new Ref<>(null); in GetResourceName() 820 boolean GetResourceFlags(int resid, Ref<Integer> out_flags) { in GetResourceFlags() 821 final Ref<FindEntryResult> entry = new Ref<>(null); in GetResourceFlags() 849 short density_override, Ref<Res_value> out_value, in GetResource() 850 final Ref<ResTable_config> out_selected_config, in GetResource() 851 final Ref<Integer> out_flags) { in GetResource() 852 final Ref<FindEntryResult> entry = new Ref<>(null); in GetResource() [all …]
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
D | path.concat.pass.cpp | 177 path& Ref = (LHS += RHS); in doConcatSourceTest() local 179 assert(&Ref == &LHS); in doConcatSourceTest() 184 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local 186 assert(&Ref == &LHS); in doConcatSourceTest() 192 path& Ref = (LHS += RHS); in doConcatSourceTest() local 194 assert(&Ref == &LHS); in doConcatSourceTest() 199 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local 201 assert(&Ref == &LHS); in doConcatSourceTest() 207 path& Ref = (LHS += RHS); in doConcatSourceTest() local 209 assert(&Ref == &LHS); in doConcatSourceTest() [all …]
|
D | path.append.pass.cpp | 187 path& Ref = (Result /= RHS); in doAppendSourceTest() local 190 assert(&Ref == &Result); in doAppendSourceTest() 195 path& Ref = LHS.append(RHS); in doAppendSourceTest() local 197 assert(&Ref == &LHS); in doAppendSourceTest() 203 path& Ref = (LHS /= RHS); in doAppendSourceTest() local 205 assert(&Ref == &LHS); in doAppendSourceTest() 210 path& Ref = LHS.append(RHS); in doAppendSourceTest() local 212 assert(&Ref == &LHS); in doAppendSourceTest() 218 path& Ref = (LHS /= RHS); in doAppendSourceTest() local 220 assert(&Ref == &LHS); in doAppendSourceTest() [all …]
|
/external/eigen/test/ |
D | inplace_decomposition.cpp | 86 CALL_SUBTEST_1(( inplace<LLT<Ref<MatrixXd> >, MatrixXd>(true,true) )); in test_inplace_decomposition() 87 CALL_SUBTEST_1(( inplace<LLT<Ref<Matrix4d> >, Matrix4d>(true,true) )); in test_inplace_decomposition() 89 CALL_SUBTEST_2(( inplace<LDLT<Ref<MatrixXd> >, MatrixXd>(true,true) )); in test_inplace_decomposition() 90 CALL_SUBTEST_2(( inplace<LDLT<Ref<Matrix4d> >, Matrix4d>(true,true) )); in test_inplace_decomposition() 92 CALL_SUBTEST_3(( inplace<PartialPivLU<Ref<MatrixXd> >, MatrixXd>(true,false) )); in test_inplace_decomposition() 93 CALL_SUBTEST_3(( inplace<PartialPivLU<Ref<Matrix4d> >, Matrix4d>(true,false) )); in test_inplace_decomposition() 95 CALL_SUBTEST_4(( inplace<FullPivLU<Ref<MatrixXd> >, MatrixXd>(true,false) )); in test_inplace_decomposition() 96 CALL_SUBTEST_4(( inplace<FullPivLU<Ref<Matrix4d> >, Matrix4d>(true,false) )); in test_inplace_decomposition() 98 CALL_SUBTEST_5(( inplace<HouseholderQR<Ref<MatrixXd> >, MatrixXd>(false,false) )); in test_inplace_decomposition() 99 CALL_SUBTEST_5(( inplace<HouseholderQR<Ref<Matrix43d> >, Matrix43d>(false,false) )); in test_inplace_decomposition() [all …]
|
D | ref.cpp | 41 typedef Ref<MatrixType> RefMat; in ref_matrix() 42 typedef Ref<DynMatrixType> RefDynMat; in ref_matrix() 43 typedef Ref<const DynMatrixType> ConstRefDynMat; in ref_matrix() 44 typedef Ref<RealDynMatrixType , 0, Stride<Dynamic,Dynamic> > RefRealMatWithStride; in ref_matrix() 90 typedef Ref<VectorType> RefMat; in ref_vector() 91 typedef Ref<DynMatrixType> RefDynMat; in ref_vector() 92 typedef Ref<const DynMatrixType> ConstRefDynMat; in ref_vector() 93 typedef Ref<RealDynMatrixType , 0, InnerStride<> > RefRealMatWithStride; in ref_vector() 94 typedef Ref<DynMatrixType , 0, InnerStride<> > RefMatWithStride; in ref_vector() 146 VERIFY( !(internal::traits<Ref<ConstPlainObjectType> >::Flags & LvalueBit) ); in check_const_correctness() [all …]
|
D | sparse_ref.cpp | 38 VERIFY( !(internal::traits<Ref<ConstPlainObjectType> >::Flags & LvalueBit) ); in check_const_correctness() 39 VERIFY( !(internal::traits<Ref<ConstPlainObjectType, Aligned> >::Flags & LvalueBit) ); in check_const_correctness() 40 VERIFY( !(Ref<ConstPlainObjectType>::Flags & LvalueBit) ); in check_const_correctness() 41 VERIFY( !(Ref<ConstPlainObjectType, Aligned>::Flags & LvalueBit) ); in check_const_correctness() 45 EIGEN_DONT_INLINE void call_ref_1(Ref<SparseMatrix<float> > a, const B &b) { VERIFY_IS_EQUAL(a.toDe… in call_ref_1() 48 EIGEN_DONT_INLINE void call_ref_2(const Ref<const SparseMatrix<float> >& a, const B &b) { VERIFY_IS… in call_ref_2() 51 EIGEN_DONT_INLINE void call_ref_3(const Ref<const SparseMatrix<float>, StandardCompressedFormat>& a… in call_ref_3() 57 EIGEN_DONT_INLINE void call_ref_4(Ref<SparseVector<float> > a, const B &b) { VERIFY_IS_EQUAL(a.toDe… in call_ref_4() 60 EIGEN_DONT_INLINE void call_ref_5(const Ref<const SparseVector<float> >& a, const B &b) { VERIFY_IS… in call_ref_5() 96 Ref<SparseMatrix<float> > Ar(A); in call_ref() [all …]
|
/external/eigen/Eigen/src/Core/ |
D | Ref.h | 18 struct traits<Ref<_PlainObjectType, _Options, _StrideType> > 190 template<typename PlainObjectType, int Options, typename StrideType> class Ref 191 : public RefBase<Ref<PlainObjectType, Options, StrideType> > 194 typedef internal::traits<Ref> Traits; 196 EIGEN_DEVICE_FUNC inline Ref(const PlainObjectBase<Derived>& expr, 200 typedef RefBase<Ref> Base; 201 EIGEN_DENSE_PUBLIC_INTERFACE(Ref) 206 EIGEN_DEVICE_FUNC inline Ref(PlainObjectBase<Derived>& expr, 213 EIGEN_DEVICE_FUNC inline Ref(const DenseBase<Derived>& expr, 218 inline Ref(DenseBase<Derived>& expr) [all …]
|
/external/python/pybind11/tests/ |
D | test_eigen.cpp | 57 double get_elem(Eigen::Ref<const Eigen::MatrixXd> m) { return m(2, 1); }; in get_elem() 103 … m.def("cholesky1", [](Eigen::Ref<MatrixXdR> x) -> Eigen::MatrixXd { return x.llt().matrixL(); }); in TEST_SUBMODULE() 104 …m.def("cholesky2", [](const Eigen::Ref<const MatrixXdR> &x) -> Eigen::MatrixXd { return x.llt().ma… in TEST_SUBMODULE() 105 …m.def("cholesky3", [](const Eigen::Ref<MatrixXdR> &x) -> Eigen::MatrixXd { return x.llt().matrixL(… in TEST_SUBMODULE() 106 …m.def("cholesky4", [](Eigen::Ref<const MatrixXdR> x) -> Eigen::MatrixXd { return x.llt().matrixL()… in TEST_SUBMODULE() 113 auto add_rm = [](Eigen::Ref<MatrixXdR> x, int r, int c, double v) { x(r,c) += v; }; in TEST_SUBMODULE() 114 auto add_cm = [](Eigen::Ref<Eigen::MatrixXd> x, int r, int c, double v) { x(r,c) += v; }; in TEST_SUBMODULE() 128 m.def("get_cm_ref", []() { return Eigen::Ref<Eigen::MatrixXd>(get_cm()); }); in TEST_SUBMODULE() 129 m.def("get_rm_ref", []() { return Eigen::Ref<MatrixXdR>(get_rm()); }); in TEST_SUBMODULE() 131 m.def("get_cm_const_ref", []() { return Eigen::Ref<const Eigen::MatrixXd>(get_cm()); }); in TEST_SUBMODULE() [all …]
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscAssetManager9.java | 68 import org.robolectric.res.android.Ref; 416 final Ref<Long> start_offset = new Ref<>(0L); in ReturnParcelFileDescriptor() 417 final Ref<Long> length = new Ref<>(0L); in ReturnParcelFileDescriptor() 810 Ref<ApkAssetsCookie> cookieRef = new Ref<>(cookie); in nativeOpenXmlAsset() 839 final Ref<Res_value> value = new Ref<>(null); in nativeGetResourceValue() 840 final Ref<ResTable_config> selected_config = new Ref<>(null); in nativeGetResourceValue() 841 final Ref<Integer> flags = new Ref<>(0); in nativeGetResourceValue() 849 final Ref<Integer> ref = new Ref<>(resid); in nativeGetResourceValue() 870 final Ref<Integer> type_spec_flags = new Ref<>(bag.type_spec_flags); in nativeGetResourceBagValue() 886 final Ref<Res_value> value = new Ref<>(bag_value); in nativeGetResourceBagValue() [all …]
|
D | ShadowArscAssetManager.java | 53 import org.robolectric.res.android.Ref; 296 final Ref<Integer> cookie = new Ref<>(null); in addAssetPathNative() 527 final Ref<Res_value> value = new Ref<>(null); in loadResourceValue() 528 final Ref<ResTable_config> config = new Ref<>(null); in loadResourceValue() 529 final Ref<Integer> typeSpecFlags = new Ref<>(null); in loadResourceValue() 537 final Ref<Integer> ref = new Ref<>(ident); in loadResourceValue() 582 final Ref<bag_entry[]> entryRef = new Ref<>(null); in getResourceBagValues() 583 final Ref<Integer> typeSpecFlags = new Ref<>(0); in getResourceBagValues() 634 final Ref<Res_value> valueRef = new Ref<>(null); in loadResourceBagValueInternal() 635 final Ref<bag_entry[]> entryRef = new Ref<>(null); in loadResourceBagValueInternal() [all …]
|
D | ShadowArscAssetManager10.java | 70 import org.robolectric.res.android.Ref; 420 final Ref<Long> start_offset = new Ref<>(0L); in ReturnParcelFileDescriptor() 421 final Ref<Long> length = new Ref<>(0L); in ReturnParcelFileDescriptor() 814 Ref<ApkAssetsCookie> cookieRef = new Ref<>(cookie); in nativeOpenXmlAsset() 843 final Ref<Res_value> value = new Ref<>(null); in nativeGetResourceValue() 844 final Ref<ResTable_config> selected_config = new Ref<>(null); in nativeGetResourceValue() 845 final Ref<Integer> flags = new Ref<>(0); in nativeGetResourceValue() 853 final Ref<Integer> ref = new Ref<>(resid); in nativeGetResourceValue() 874 final Ref<Integer> type_spec_flags = new Ref<>(bag.type_spec_flags); in nativeGetResourceBagValue() 890 final Ref<Res_value> value = new Ref<>(bag_value); in nativeGetResourceBagValue() [all …]
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | StreamWriter.cpp | 54 Error StreamWriter::writeStreamRef(StreamRef Ref) { in writeStreamRef() argument 55 if (auto EC = writeStreamRef(Ref, Ref.getLength())) in writeStreamRef() 57 Offset += Ref.getLength(); in writeStreamRef() 61 Error StreamWriter::writeStreamRef(StreamRef Ref, uint32_t Length) { in writeStreamRef() argument 62 Ref = Ref.slice(0, Length); in writeStreamRef() 64 StreamReader SrcReader(Ref); in writeStreamRef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeHashing.cpp | 44 for (const auto &Ref : Refs) { in hashType() local 46 uint32_t PreLen = Ref.Offset - Off; in hashType() 49 auto Prev = (Ref.Kind == TiRefKind::IndexRef) ? PreviousIds : PreviousTypes; in hashType() 51 auto RefData = RecordData.slice(Ref.Offset, Ref.Count * sizeof(TypeIndex)); in hashType() 55 reinterpret_cast<const TypeIndex *>(RefData.data()), Ref.Count); in hashType() 67 Off = Ref.Offset + Ref.Count * sizeof(TypeIndex); in hashType()
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 100 const coff_symbol_type *COFFObjectFile::toSymb(DataRefImpl Ref) const { in toSymb() 102 reinterpret_cast<const coff_symbol_type *>(Ref.p); in toSymb() 116 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec() 117 const coff_section *Addr = reinterpret_cast<const coff_section*>(Ref.p); in toSec() 132 void COFFObjectFile::moveSymbolNext(DataRefImpl &Ref) const { in moveSymbolNext() 135 const coff_symbol16 *Symb = toSymb<coff_symbol16>(Ref); in moveSymbolNext() 137 Ref.p = std::min(reinterpret_cast<uintptr_t>(Symb), End); in moveSymbolNext() 139 const coff_symbol32 *Symb = toSymb<coff_symbol32>(Ref); in moveSymbolNext() 141 Ref.p = std::min(reinterpret_cast<uintptr_t>(Symb), End); in moveSymbolNext() 147 Expected<StringRef> COFFObjectFile::getSymbolName(DataRefImpl Ref) const { in getSymbolName() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 103 const coff_symbol_type *COFFObjectFile::toSymb(DataRefImpl Ref) const { in toSymb() 105 reinterpret_cast<const coff_symbol_type *>(Ref.p); in toSymb() 119 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec() 120 const coff_section *Addr = reinterpret_cast<const coff_section*>(Ref.p); in toSec() 135 void COFFObjectFile::moveSymbolNext(DataRefImpl &Ref) const { in moveSymbolNext() 138 const coff_symbol16 *Symb = toSymb<coff_symbol16>(Ref); in moveSymbolNext() 140 Ref.p = std::min(reinterpret_cast<uintptr_t>(Symb), End); in moveSymbolNext() 142 const coff_symbol32 *Symb = toSymb<coff_symbol32>(Ref); in moveSymbolNext() 144 Ref.p = std::min(reinterpret_cast<uintptr_t>(Symb), End); in moveSymbolNext() 150 Expected<StringRef> COFFObjectFile::getSymbolName(DataRefImpl Ref) const { in getSymbolName() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | BinaryStreamWriter.cpp | 18 BinaryStreamWriter::BinaryStreamWriter(WritableBinaryStreamRef Ref) in BinaryStreamWriter() argument 19 : Stream(Ref) {} in BinaryStreamWriter() 49 Error BinaryStreamWriter::writeStreamRef(BinaryStreamRef Ref) { in writeStreamRef() argument 50 return writeStreamRef(Ref, Ref.getLength()); in writeStreamRef() 53 Error BinaryStreamWriter::writeStreamRef(BinaryStreamRef Ref, uint32_t Length) { in writeStreamRef() argument 54 BinaryStreamReader SrcReader(Ref.slice(0, Length)); in writeStreamRef()
|