/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A 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()
|
H A D | COFFImportFile.cpp | 576 ObjectFactory OF(llvm::sys::path::filename(ImportName), Machine); in writeImportLibrary() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCFragment.cpp | 438 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 D | MCAssembler.cpp | 350 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 D | MachineOutliner.cpp | 456 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 D | exponential.d | 1026 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 D | TestingSupport.cpp | 42 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain() local
|
/netbsd-src/bin/pax/ |
H A D | options.h | 67 #define OF 0x000000200ULL macro
|
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
H A D | zconf.h | 63 #define OF(p) p macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | math.d | 1791 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 D | zconf.h.in | 290 # define OF(args) args macro 292 # define OF(args) () macro
|
H A D | zconf.h | 290 # define OF(args) args macro 292 # define OF(args) () macro
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | zlib.h | 212 # define OF(args) args macro 214 # define OF(args) () macro
|
/netbsd-src/external/gpl3/binutils/dist/zlib/ |
H A D | zconf.h.in | 290 # define OF(args) args macro 292 # define OF(args) () macro
|
H A D | zconf.h | 290 # define OF(args) args macro 292 # define OF(args) () macro
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A D | zconf.h | 290 # define OF(args) args macro 292 # define OF(args) () macro
|
H A D | zconf.h.in | 290 # define OF(args) args macro 292 # define OF(args) () macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerMerge.cpp | 224 std::ofstream OF(CFPath, std::ofstream::out | std::ofstream::app); in CrashResistantMergeInternalStep() local
|
/netbsd-src/tests/net/net/ |
H A D | t_unix.c | 75 #define OF offsetof(struct sockaddr_un, sun_path) macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | ObjectFilePCHContainerOperations.cpp | 333 auto &OF = OFOrErr.get(); in ExtractPCH() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 436 auto OF = getOutputStream(); in main() local
|
/netbsd-src/usr.sbin/lpr/common_source/ |
H A D | common.c | 88 const char *OF; /* name of output filter (created once) */ variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 927 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 D | MCJIT.cpp | 365 std::unique_ptr<object::ObjectFile> OF( in findSymbol() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | ThreadSanitizer.cpp | 388 auto OF = Triple(M->getTargetTriple()).getObjectFormat(); in shouldInstrumentReadWriteFromAddress() local
|