Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A 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()
H A DCOFFImportFile.cpp576 ObjectFactory OF(llvm::sys::path::filename(ImportName), Machine); in writeImportLibrary() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCFragment.cpp438 const auto *OF = cast<MCOrgFragment>(this); in dump() local
445 const auto *OF = cast<MCDwarfLineAddrFragment>(this); in dump() local
494 const auto *OF = cast<MCPseudoProbeAddrFragment>(this); in dump() local
H A DMCAssembler.cpp350 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in computeFragmentSize() local
681 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in writeFragment() local
690 const MCDwarfLineAddrFragment &OF = cast<MCDwarfLineAddrFragment>(F); in writeFragment() local
700 const auto &OF = cast<MCCVInlineLineTableFragment>(F); in writeFragment() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOutliner.cpp456 OutlinedFunction &OF) { in emitNotOutliningCheaperRemark()
488 void MachineOutliner::emitOutlinedFunctionRemark(OutlinedFunction &OF) { in emitOutlinedFunctionRemark()
576 OutlinedFunction OF = in findCandidates() local
595 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dexponential.d1026 enum T OF = 88.72283905206835; in expImpl() local
1049 enum T OF = 7.09782712893383996732E2; // ln((1-2^-53) * 2^1024) in expImpl() local
1073 enum T OF = 1.1356523406294143949492E4L; // ln((1-2^-64) * 2^16384) in expImpl() local
1100 enum T OF = 1.135583025911358400418251384584930671458833e4L; in expImpl() local
1551 enum T OF = 1.1356523406294143949491931077970764891253E4L; in expm1Impl() local
1572 enum T OF = 1.1356523406294143949492E4L; in expm1Impl() local
1979 enum T OF = T.max_exp; in exp2Impl() local
2048 enum T OF = T.max_exp; in testExp2() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DTestingSupport.cpp42 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain() local
/netbsd-src/bin/pax/
H A Doptions.h67 #define OF 0x000000200ULL macro
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Dzconf.h63 #define OF(p) p macro
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d1791 enum real OF = 7.09782712893383996732E2; // ln((1-2^-53) * 2^1024) in exp() local
1814 enum real OF = 1.1356523406294143949492E4L; // ln((1-2^-64) * 2^16384) in exp() local
1841 enum real OF = 1.135583025911358400418251384584930671458833e4L; in exp() local
2094 enum real OF = 1.1356523406294143949491931077970764891253E4L; in expm1() local
2115 enum real OF = 1.1356523406294143949492E4L; in expm1() local
2414 enum real OF = 16_384.0L; in exp2Impl() local
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Dzconf.h.in290 # define OF(args) args macro
292 # define OF(args) () macro
H A Dzconf.h290 # define OF(args) args macro
292 # define OF(args) () macro
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.h212 # define OF(args) args macro
214 # define OF(args) () macro
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Dzconf.h.in290 # define OF(args) args macro
292 # define OF(args) () macro
H A Dzconf.h290 # define OF(args) args macro
292 # define OF(args) () macro
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Dzconf.h290 # define OF(args) args macro
292 # define OF(args) () macro
H A Dzconf.h.in290 # define OF(args) args macro
292 # define OF(args) () macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerMerge.cpp224 std::ofstream OF(CFPath, std::ofstream::out | std::ofstream::app); in CrashResistantMergeInternalStep() local
/netbsd-src/tests/net/net/
H A Dt_unix.c75 #define OF offsetof(struct sockaddr_un, sun_path) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp333 auto &OF = OFOrErr.get(); in ExtractPCH() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp436 auto OF = getOutputStream(); in main() local
/netbsd-src/usr.sbin/lpr/common_source/
H A Dcommon.c88 const char *OF; /* name of output filter (created once) */ variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp927 static Expected<std::vector<SectionRef>> lookupSections(ObjectFile &OF, in lookupSections()
954 std::unique_ptr<ObjectFile> OF; in loadBinaryFormat() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp365 std::unique_ptr<object::ObjectFile> OF( in findSymbol() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp388 auto OF = Triple(M->getTargetTriple()).getObjectFormat(); in shouldInstrumentReadWriteFromAddress() local

12