Home
last modified time | relevance | path

Searched defs:OF (Results 1 – 25 of 33) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObject.cpp23 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()
DCOFFImportFile.cpp576 ObjectFactory OF(llvm::sys::path::filename(ImportName), Machine); in writeImportLibrary() local
/external/llvm/lib/Object/
DObject.cpp22 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/unittests/Support/
DMemoryBufferTest.cpp74 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
DSpecialCaseListTest.cpp39 raw_fd_ostream OF(FD, true, true); in makeSpecialCaseListFile() local
/external/llvm/tools/llvm-cov/
DTestingSupport.cpp41 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain() local
/external/llvm/lib/MC/
DMCAssembler.cpp279 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
DMCFragment.cpp405 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/
DMCFragment.cpp400 const auto *OF = cast<MCOrgFragment>(this); in dump() local
407 const auto *OF = cast<MCDwarfLineAddrFragment>(this); in dump() local
DMCAssembler.cpp346 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/freetype/src/gzip/
Dftzconf.h144 # define OF(args) args macro
146 # define OF(args) () macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp955 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/rust/crates/libz-sys/src/zlib-ng/
Dzconf.h.in65 # define OF(args) args macro
/external/libwebsockets/win32port/zlib/
Dzconf.h241 # define OF(args) args macro
243 # define OF(args) () macro
/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp582 static Expected<SectionRef> lookupSection(ObjectFile &OF, StringRef Name) { in lookupSection()
602 std::unique_ptr<ObjectFile> OF; in loadBinaryFormat() local
/external/rust/crates/libz-sys/src/zlib/
Dzconf.h290 # define OF(args) args macro
292 # define OF(args) () macro
Dzconf.h.in290 # define OF(args) args macro
292 # define OF(args) () macro
/external/angle/third_party/zlib/
Dzconf.h302 # define OF(args) args macro
304 # define OF(args) () macro
/external/zlib/
Dzconf.h306 # define OF(args) args macro
308 # define OF(args) () macro
/external/python/cpython2/Modules/zlib/
Dzconf.h290 # define OF(args) args macro
292 # define OF(args) () macro
Dzconf.h.in290 # define OF(args) args macro
292 # define OF(args) () macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp659 static Expected<SectionRef> lookupSection(ObjectFile &OF, StringRef Name) { in lookupSection()
681 std::unique_ptr<ObjectFile> OF; in loadBinaryFormat() local
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerMerge.cpp214 std::ofstream OF(CFPath, std::ofstream::out | std::ofstream::app); in CrashResistantMergeInternalStep() local
/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp318 if (auto OF = llvm::object::ObjectFile::createObjectFile(Buffer)) { in ExtractPCH() local
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSetTest.java410 OF { enumConstant

12