Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DObject.cpp22 inline OwningBinary<ObjectFile> *unwrap(LLVMObjectFileRef OF) { in unwrap()
26 inline LLVMObjectFileRef wrap(const OwningBinary<ObjectFile> *OF) { in wrap()
79 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef OF) { in LLVMGetSections()
89 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSectionIteratorAtEnd()
106 LLVMSymbolIteratorRef LLVMGetSymbols(LLVMObjectFileRef OF) { in LLVMGetSymbols()
116 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
178 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.cpp43 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain() local
/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp49 std::ofstream OF(Path); in WriteToFile() local
/external/freetype/src/gzip/
Dzconf.h144 # define OF(args) args macro
146 # define OF(args) () macro
/external/llvm/lib/MC/
DMCAssembler.cpp579 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in computeFragmentSize() local
797 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in writeFragment() local
806 const MCDwarfLineAddrFragment &OF = cast<MCDwarfLineAddrFragment>(F); in writeFragment() local
1244 const MCOrgFragment *OF = cast<MCOrgFragment>(this); in dump() local
1250 const MCDwarfLineAddrFragment *OF = cast<MCDwarfLineAddrFragment>(this); in dump() local
/external/pdfium/core/include/thirdparties/zlib/
Dzconf.h267 # define OF(args) args macro
269 # define OF(args) () macro
/external/zlib/src/
Dzconf.h267 # define OF(args) args macro
269 # define OF(args) () macro
Dzconf.h.in267 # define OF(args) args macro
269 # define OF(args) () macro
/external/zlib/
Dzconf.h267 # define OF(args) args macro
269 # define OF(args) () macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dzconf.h267 # define OF(args) args macro
269 # define OF(args) () macro
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp321 std::unique_ptr<object::ObjectFile> OF( in findSymbol() local
/external/llvm/lib/ProfileData/
DCoverageMappingReader.cpp440 std::unique_ptr<ObjectFile> OF; in loadBinaryFormat() local