| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| D | Object.cpp | 23 inline OwningBinary<ObjectFile> *unwrap(LLVMObjectFileRef OF) { in unwrap() 27 inline LLVMObjectFileRef wrap(const OwningBinary<ObjectFile> *OF) { in wrap() 150 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileCopySectionIterator() local 159 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileIsSectionIteratorAtEnd() local 164 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileCopySymbolIterator() local 173 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileIsSymbolIteratorAtEnd() local 198 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef OF) { in LLVMGetSections() 208 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSectionIteratorAtEnd() 232 LLVMSymbolIteratorRef LLVMGetSymbols(LLVMObjectFileRef OF) { in LLVMGetSymbols() 242 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSymbolIteratorAtEnd()
|
| /external/llvm-project/llvm/lib/Object/ |
| D | Object.cpp | 23 inline OwningBinary<ObjectFile> *unwrap(LLVMObjectFileRef OF) { in unwrap() 27 inline LLVMObjectFileRef wrap(const OwningBinary<ObjectFile> *OF) { in wrap() 150 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileCopySectionIterator() local 159 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileIsSectionIteratorAtEnd() local 164 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileCopySymbolIterator() local 173 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileIsSymbolIteratorAtEnd() local 198 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef OF) { in LLVMGetSections() 208 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSectionIteratorAtEnd() 232 LLVMSymbolIteratorRef LLVMGetSymbols(LLVMObjectFileRef OF) { in LLVMGetSymbols() 242 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSymbolIteratorAtEnd()
|
| /external/llvm-project/lldb/unittests/Core/ |
| D | ModuleSpecTest.cpp | 73 ObjectFile *OF = M->GetObjectFile(); in TEST() local 114 ObjectFile *OF = M->GetObjectFile(); in TEST() local 163 ObjectFile *OF = M->GetObjectFile(); in TEST() local
|
| /external/llvm/lib/Object/ |
| D | Object.cpp | 22 inline OwningBinary<ObjectFile> *unwrap(LLVMObjectFileRef OF) { in unwrap() 26 inline LLVMObjectFileRef wrap(const OwningBinary<ObjectFile> *OF) { in wrap() 82 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef OF) { in LLVMGetSections() 92 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSectionIteratorAtEnd() 116 LLVMSymbolIteratorRef LLVMGetSymbols(LLVMObjectFileRef OF) { in LLVMGetSymbols() 126 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSymbolIteratorAtEnd()
|
| /external/llvm-project/llvm/unittests/Support/ |
| D | MemoryBufferTest.cpp | 106 raw_fd_ostream OF(FD, /*shouldClose*/ true); in TEST_F() local 137 raw_fd_ostream OF(TestFD, true, /*unbuffered=*/true); in TEST_F() local 235 raw_fd_ostream OF(TestFD, true, !Reopen); in testGetOpenFileSlice() local 274 raw_fd_ostream OF(FD, true, /*unbuffered=*/true); in TEST_F() local 322 raw_fd_ostream OF(FD, true); in TEST_F() local 355 raw_fd_ostream OF(FD, true); in TEST_F() local 390 raw_fd_ostream OF(FD, true); in TEST_F() local
|
| D | SpecialCaseListTest.cpp | 39 raw_fd_ostream OF(FD, true, true); in makeSpecialCaseListFile() local
|
| /external/llvm/unittests/Support/ |
| D | MemoryBufferTest.cpp | 74 raw_fd_ostream OF(TestFD, true, /*unbuffered=*/true); in TEST_F() local 139 raw_fd_ostream OF(TestFD, true, !Reopen); in testGetOpenFileSlice() local 185 raw_fd_ostream OF(FD, true, /*unbuffered=*/true); in TEST_F() local
|
| D | SpecialCaseListTest.cpp | 39 raw_fd_ostream OF(FD, true, true); in makeSpecialCaseListFile() local
|
| /external/llvm-project/lldb/unittests/ObjectFile/MachO/ |
| D | TestObjectFileMachO.cpp | 40 ObjectFile *OF = module->GetObjectFile(); in TEST_F() local
|
| /external/llvm/tools/llvm-cov/ |
| D | TestingSupport.cpp | 41 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain() local
|
| /external/llvm-project/llvm/tools/llvm-cov/ |
| D | TestingSupport.cpp | 41 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain() local
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | MachineOutliner.cpp | 458 OutlinedFunction &OF) { in emitNotOutliningCheaperRemark() 490 void MachineOutliner::emitOutlinedFunctionRemark(OutlinedFunction &OF) { in emitOutlinedFunctionRemark() 580 OutlinedFunction OF = in findCandidates() local 599 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction()
|
| /external/llvm/lib/MC/ |
| D | MCAssembler.cpp | 279 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in computeFragmentSize() local 527 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in writeFragment() local 536 const MCDwarfLineAddrFragment &OF = cast<MCDwarfLineAddrFragment>(F); in writeFragment() local 546 const auto &OF = cast<MCCVInlineLineTableFragment>(F); in writeFragment() local
|
| D | MCFragment.cpp | 405 const MCOrgFragment *OF = cast<MCOrgFragment>(this); in dump() local 411 const MCDwarfLineAddrFragment *OF = cast<MCDwarfLineAddrFragment>(this); in dump() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | MCFragment.cpp | 400 const auto *OF = cast<MCOrgFragment>(this); in dump() local 407 const auto *OF = cast<MCDwarfLineAddrFragment>(this); in dump() local
|
| D | MCAssembler.cpp | 346 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in computeFragmentSize() local 632 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in writeFragment() local 641 const MCDwarfLineAddrFragment &OF = cast<MCDwarfLineAddrFragment>(F); in writeFragment() local 651 const auto &OF = cast<MCCVInlineLineTableFragment>(F); in writeFragment() local
|
| /external/llvm-project/llvm/lib/MC/ |
| D | MCFragment.cpp | 432 const auto *OF = cast<MCOrgFragment>(this); in dump() local 439 const auto *OF = cast<MCDwarfLineAddrFragment>(this); in dump() local
|
| D | MCAssembler.cpp | 350 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in computeFragmentSize() local 679 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in writeFragment() local 688 const MCDwarfLineAddrFragment &OF = cast<MCDwarfLineAddrFragment>(F); in writeFragment() local 698 const auto &OF = cast<MCCVInlineLineTableFragment>(F); in writeFragment() local
|
| /external/freetype/src/gzip/ |
| D | ftzconf.h | 144 # define OF(args) args macro 146 # define OF(args) () macro
|
| /external/rust/crates/libz-sys/src/zlib-ng/ |
| D | zconf.h.in | 65 # define OF(args) args macro
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | MachineOutliner.cpp | 955 OutlinedFunction &OF) { in emitNotOutliningCheaperRemark() 987 void MachineOutliner::emitOutlinedFunctionRemark(OutlinedFunction &OF) { in emitOutlinedFunctionRemark() 1077 OutlinedFunction OF = in findCandidates() local 1096 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction()
|
| /external/libwebsockets/win32port/zlib/ |
| D | zconf.h | 241 # define OF(args) args macro 243 # define OF(args) () macro
|
| /external/zlib/ |
| D | zconf.h | 306 # define OF(args) args macro 308 # define OF(args) () macro
|
| /external/python/cpython2/Modules/zlib/ |
| D | zconf.h.in | 290 # define OF(args) args macro 292 # define OF(args) () macro
|
| D | zconf.h | 290 # define OF(args) args macro 292 # define OF(args) () macro
|