| /external/swiftshader/third_party/LLVM/include/llvm-c/ |
| D | Object.h | 54 inline ObjectFile *unwrap(LLVMObjectFileRef OF) { in unwrap() 58 inline LLVMObjectFileRef wrap(const ObjectFile *OF) { in wrap()
|
| /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/swiftshader/third_party/llvm-7.0/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()
|
| D | COFFImportFile.cpp | 577 ObjectFactory OF(llvm::sys::path::filename(ImportName), Machine); in writeImportLibrary() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
| D | MemoryBufferTest.cpp | 77 raw_fd_ostream OF(TestFD, true, /*unbuffered=*/true); in TEST_F() local 143 raw_fd_ostream OF(TestFD, true, !Reopen); in testGetOpenFileSlice() local 190 raw_fd_ostream OF(FD, true, /*unbuffered=*/true); in TEST_F() local 238 raw_fd_ostream OF(FD, true); in TEST_F() local 271 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/tools/llvm-cov/ |
| D | TestingSupport.cpp | 41 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
| D | TestingSupport.cpp | 41 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain() local
|
| /external/swiftshader/third_party/LLVM/lib/MC/ |
| D | MCAssembler.cpp | 338 MCOrgFragment &OF = cast<MCOrgFragment>(F); in ComputeFragmentSize() local 473 MCOrgFragment &OF = cast<MCOrgFragment>(F); in WriteFragmentData() local 482 const MCDwarfLineAddrFragment &OF = cast<MCDwarfLineAddrFragment>(F); in WriteFragmentData() local 904 const MCOrgFragment *OF = cast<MCOrgFragment>(this); in dump() local 910 const MCDwarfLineAddrFragment *OF = cast<MCDwarfLineAddrFragment>(this); in dump() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
| D | MachineOutliner.cpp | 830 OutlinedFunction &OF) { in emitNotOutliningCheaperRemark() 858 void MachineOutliner::emitOutlinedFunctionRemark(OutlinedFunction &OF) { in emitOutlinedFunctionRemark() 983 OutlinedFunction OF = in findCandidates() local 1151 MachineOutliner::createOutlinedFunction(Module &M, const OutlinedFunction &OF, in createOutlinedFunction() 1266 OutlinedFunction &OF = FunctionList[C.FunctionIdx]; in outline() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
| D | MCFragment.cpp | 403 const MCOrgFragment *OF = cast<MCOrgFragment>(this); in dump() local 410 const MCDwarfLineAddrFragment *OF = cast<MCDwarfLineAddrFragment>(this); in dump() local
|
| D | MCAssembler.cpp | 337 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in computeFragmentSize() local 622 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in writeFragment() local 631 const MCDwarfLineAddrFragment &OF = cast<MCDwarfLineAddrFragment>(F); in writeFragment() local 641 const auto &OF = cast<MCCVInlineLineTableFragment>(F); in writeFragment() local
|
| /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/freetype/src/gzip/ |
| D | ftzconf.h | 144 # define OF(args) args macro 146 # 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
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/ |
| D | CoverageMappingReader.cpp | 619 static Expected<SectionRef> lookupSection(ObjectFile &OF, StringRef Name) { in lookupSection() 639 std::unique_ptr<ObjectFile> OF; in loadBinaryFormat() local
|
| /external/zlib/ |
| D | zconf.h | 290 # define OF(args) args macro 292 # define OF(args) () macro
|
| /external/zlib/src/ |
| D | zconf.h | 290 # define OF(args) args macro 292 # define OF(args) () macro
|
| D | zconf.h.in | 290 # define OF(args) args macro 292 # define OF(args) () macro
|
| /external/llvm/lib/ProfileData/Coverage/ |
| D | CoverageMappingReader.cpp | 582 static Expected<SectionRef> lookupSection(ObjectFile &OF, StringRef Name) { in lookupSection() 602 std::unique_ptr<ObjectFile> OF; in loadBinaryFormat() local
|
| /external/clang/lib/CodeGen/ |
| D | ObjectFilePCHContainerOperations.cpp | 318 if (auto OF = llvm::object::ObjectFile::createObjectFile(Buffer)) { in ExtractPCH() local
|