Home
last modified time | relevance | path

Searched refs:OB (Results 1 – 25 of 197) sorted by relevance

12345678

/external/llvm/lib/Object/
DObject.cpp83 OwningBinary<ObjectFile> *OB = unwrap(OF); in LLVMGetSections() local
84 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
94 OwningBinary<ObjectFile> *OB = unwrap(OF); in LLVMIsSectionIteratorAtEnd() local
95 return (*unwrap(SI) == OB->getBinary()->section_end()) ? 1 : 0; in LLVMIsSectionIteratorAtEnd()
117 OwningBinary<ObjectFile> *OB = unwrap(OF); in LLVMGetSymbols() local
118 symbol_iterator SI = OB->getBinary()->symbol_begin(); in LLVMGetSymbols()
128 OwningBinary<ObjectFile> *OB = unwrap(OF); in LLVMIsSymbolIteratorAtEnd() local
129 return (*unwrap(SI) == OB->getBinary()->symbol_end()) ? 1 : 0; in LLVMIsSymbolIteratorAtEnd()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObject.cpp199 OwningBinary<ObjectFile> *OB = unwrap(OF); in LLVMGetSections() local
200 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
210 OwningBinary<ObjectFile> *OB = unwrap(OF); in LLVMIsSectionIteratorAtEnd() local
211 return (*unwrap(SI) == OB->getBinary()->section_end()) ? 1 : 0; in LLVMIsSectionIteratorAtEnd()
233 OwningBinary<ObjectFile> *OB = unwrap(OF); in LLVMGetSymbols() local
234 symbol_iterator SI = OB->getBinary()->symbol_begin(); in LLVMGetSymbols()
244 OwningBinary<ObjectFile> *OB = unwrap(OF); in LLVMIsSymbolIteratorAtEnd() local
245 return (*unwrap(SI) == OB->getBinary()->symbol_end()) ? 1 : 0; in LLVMIsSymbolIteratorAtEnd()
/external/llvm-project/llvm/lib/Object/
DObject.cpp199 OwningBinary<ObjectFile> *OB = unwrap(OF); in LLVMGetSections() local
200 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
210 OwningBinary<ObjectFile> *OB = unwrap(OF); in LLVMIsSectionIteratorAtEnd() local
211 return (*unwrap(SI) == OB->getBinary()->section_end()) ? 1 : 0; in LLVMIsSectionIteratorAtEnd()
233 OwningBinary<ObjectFile> *OB = unwrap(OF); in LLVMGetSymbols() local
234 symbol_iterator SI = OB->getBinary()->symbol_begin(); in LLVMGetSymbols()
244 OwningBinary<ObjectFile> *OB = unwrap(OF); in LLVMIsSymbolIteratorAtEnd() local
245 return (*unwrap(SI) == OB->getBinary()->symbol_end()) ? 1 : 0; in LLVMIsSymbolIteratorAtEnd()
/external/ImageMagick/PerlMagick/t/reference/filter/
DOilPaint.miff15OB\OB\OB\OB\OB\OB��҃�҃�҃���9A�9A�9Ad_CsWRsWR�B2�B2�6+�:(�:(�:(�:(�:-�:-�:-�:-�:-�:-�-;�-;�7(�7(�;0…
DMinify.miff15 …a-..0.,1-*0,+0,+0,+1,+1.,2/+51-<5/B7/I<2a=1�>2�B:�A;�@2�>-�=,�<,�=/�C7�VKt\OB@833-/0-00.81/]OTxx�f…
DFlop.miff15OB`R@`RC_RB_P@[M=[sDWoBY}C^�Eh�Ln�Ug�Ke�Di�LO_9EB-RP<�MG�@h�;d�hu�DB�4*�0/�35�1+�7(�6-�64�78�65�;3…
DShave.miff15 …>3�C3�HA�IE�EA�=/�F2�C1yA-�:+�<,�=,�8*�:.�;0�?1�<.�6*�7,�<,;*{;,s9*v5(�H;�OB�SN�VW�o_fvIGV4^kQKQ5…
DBlur.miff15OB�SF~SGjODVH>GA8<:365032.20.30.720?66K?AXKQeYelfwom�mp�kq}jrvhqmfnebi]//.0/.0/-1/-2.,2.,2-,1-,1-,…
/external/eigen/test/
Dproduct_small.cpp43 template<typename T, int Rows, int Cols, int Depth, int OC, int OA, int OB>
46 || (Cols ==1&&Depth!=1&&OB==RowMajor)
47 || (Depth==1&&Cols !=1&&OB==ColMajor)
53 Matrix<T,Depth,Cols,OB> B(depth,cols); B.setRandom(); in test_lazy_single()
59 template<typename T, int Rows, int Cols, int Depth, int OC, int OA, int OB>
62 || (Cols ==1&&Depth!=1&&OB==RowMajor)
63 || (Depth==1&&Cols !=1&&OB==ColMajor)
/external/llvm/lib/IR/
DInstruction.cpp219 if (auto *OB = dyn_cast<OverflowingBinaryOperator>(V)) { in copyIRFlags() local
221 setHasNoSignedWrap(OB->hasNoSignedWrap()); in copyIRFlags()
222 setHasNoUnsignedWrap(OB->hasNoUnsignedWrap()); in copyIRFlags()
238 if (auto *OB = dyn_cast<OverflowingBinaryOperator>(V)) { in andIRFlags() local
240 setHasNoSignedWrap(hasNoSignedWrap() & OB->hasNoSignedWrap()); in andIRFlags()
241 setHasNoUnsignedWrap(hasNoUnsignedWrap() & OB->hasNoUnsignedWrap()); in andIRFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp246 if (auto *OB = dyn_cast<OverflowingBinaryOperator>(V)) { in copyIRFlags() local
247 setHasNoSignedWrap(OB->hasNoSignedWrap()); in copyIRFlags()
248 setHasNoUnsignedWrap(OB->hasNoUnsignedWrap()); in copyIRFlags()
268 if (auto *OB = dyn_cast<OverflowingBinaryOperator>(V)) { in andIRFlags() local
270 setHasNoSignedWrap(hasNoSignedWrap() & OB->hasNoSignedWrap()); in andIRFlags()
271 setHasNoUnsignedWrap(hasNoUnsignedWrap() & OB->hasNoUnsignedWrap()); in andIRFlags()
/external/llvm-project/llvm/lib/IR/
DInstruction.cpp270 if (auto *OB = dyn_cast<OverflowingBinaryOperator>(V)) { in copyIRFlags() local
271 setHasNoSignedWrap(OB->hasNoSignedWrap()); in copyIRFlags()
272 setHasNoUnsignedWrap(OB->hasNoUnsignedWrap()); in copyIRFlags()
292 if (auto *OB = dyn_cast<OverflowingBinaryOperator>(V)) { in andIRFlags() local
294 setHasNoSignedWrap(hasNoSignedWrap() & OB->hasNoSignedWrap()); in andIRFlags()
295 setHasNoUnsignedWrap(hasNoUnsignedWrap() & OB->hasNoUnsignedWrap()); in andIRFlags()
/external/clang/test/Layout/
Dms-x86-pack-and-align.cpp582 struct OB {}; struct
583 struct OC : virtual OA, virtual OB {};
/external/llvm-project/clang/test/Layout/
Dms-x86-pack-and-align.cpp582 struct OB {}; struct
583 struct OC : virtual OA, virtual OB {};
/external/walt/hardware/enclosure/
DWALT_recessed_enclosure.stl28OB�&�@��L@��FM����~�������OB�&�@��L@�EPB���@���@��OB�&�@���@���rT�ʧ�������OB�&�@��L@��OB�&�@���@�
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h258 for (object::OwningBinary<object::Archive> &OB : Archives) { in scanArchives()
259 object::Archive *A = OB.getBinary(); in scanArchives()
/external/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp149 auto OA = DFG.addr<InstrNode*>(A), OB = DFG.addr<InstrNode*>(B); in getAllReachingDefs()
150 MachineBasicBlock *BA = Block(OA), *BB = Block(OB); in getAllReachingDefs()
155 bool StmtB = OB.Addr->getKind() == NodeAttrs::Stmt; in getAllReachingDefs()
160 auto CB = NodeAddr<StmtNode*>(OB).Addr->getCode(); in getAllReachingDefs()
/external/llvm-project/llvm/utils/TableGen/
DX86RecognizableInstr.h133 OB = 0, TB = 1, T8 = 2, TA = 3, XOP8 = 4, XOP9 = 5, XOPA = 6, ThreeDNow = 7 enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h392 for (object::OwningBinary<object::Archive> &OB : Archives) { in scanArchives()
393 object::Archive *A = OB.getBinary(); in scanArchives()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp327 for (object::OwningBinary<object::Archive> &OB : Archives) { in findSymbol()
328 object::Archive *A = OB.getBinary(); in findSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp181 auto OA = DFG.addr<InstrNode*>(A), OB = DFG.addr<InstrNode*>(B); in getAllReachingDefs()
182 MachineBasicBlock *BA = Block(OA), *BB = Block(OB); in getAllReachingDefs()
187 bool StmtB = OB.Addr->getKind() == NodeAttrs::Stmt; in getAllReachingDefs()
192 MachineInstr *CB = NodeAddr<StmtNode*>(OB).Addr->getCode(); in getAllReachingDefs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp341 for (object::OwningBinary<object::Archive> &OB : Archives) { in findSymbol()
342 object::Archive *A = OB.getBinary(); in findSymbol()
/external/llvm-project/llvm/tools/llvm-libtool-darwin/
Dllvm-libtool-darwin.cpp444 for (const auto &OB : OutputBinaries) { in buildSlices() local
445 const Archive &A = *OB.getBinary(); in buildSlices()
/external/llvm/tools/lli/
Dlli.cpp526 object::OwningBinary<object::Archive> OB(std::move(Ar), std::move(ArBuf)); in main() local
528 EE->addArchive(std::move(OB)); in main()
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp347 for (object::OwningBinary<object::Archive> &OB : Archives) { in findSymbol()
348 object::Archive *A = OB.getBinary(); in findSymbol()

12345678