| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | Object.cpp | 24 inline OwningBinary<ObjectFile> *unwrap(LLVMObjectFileRef OF) { in unwrap() 28 inline LLVMObjectFileRef wrap(const OwningBinary<ObjectFile> *OF) { in wrap() 153 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileCopySectionIterator() local 162 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileIsSectionIteratorAtEnd() local 167 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileCopySymbolIterator() local 176 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileIsSymbolIteratorAtEnd() local 200 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef OF) { in LLVMGetSections() 210 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSectionIteratorAtEnd() 233 LLVMSymbolIteratorRef LLVMGetSymbols(LLVMObjectFileRef OF) { in LLVMGetSymbols() 243 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSymbolIteratorAtEnd()
|
| H A D | COFFImportFile.cpp | 673 ObjectFactory OF(llvm::sys::path::filename(ImportName), NativeMachine); in writeImportLibrary() local
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCFragment.cpp | 126 const auto *OF = cast<MCOrgFragment>(this); in dump() local 133 const auto *OF = cast<MCDwarfLineAddrFragment>(this); in dump() local 180 const auto *OF = cast<MCPseudoProbeAddrFragment>(this); in dump() local
|
| H A D | MCAssembler.cpp | 254 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in computeFragmentSize() local 685 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in writeFragment() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
| H A D | RemarkUtil.cpp | 126 auto OF = std::make_unique<ToolOutputFile>(OutputFileName, ErrorCode, Flags); getOutputFileWithFlags() local 187 auto OF = std::move(*MaybeOF); tryReserializeYAML2Bitstream() local 217 auto OF = std::move(*MaybeOF); tryBitstream2YAML() local 254 auto OF = std::move(*MaybeOF); tryInstructionCount() local 305 auto OF = std::move(*MaybeOF); tryAnnotationCount() local
|
| H A D | RemarkConvert.cpp | 82 auto OF = std::move(*MaybeOF); in tryReserializeYAML2Bitstream() local 112 auto OF = std::move(*MaybeOF); in tryBitstream2YAML() local
|
| H A D | RemarkCounter.cpp | 199 auto OF = std::move(*MaybeOF); in print() local 217 auto OF = std::move(*MaybeOF); in print() local
|
| H A D | RemarkUtilHelpers.cpp | 38 auto OF = std::make_unique<ToolOutputFile>(OutputFileName, ErrorCode, Flags); in getOutputFileWithFlags() local
|
| H A D | RemarkInstructionMix.cpp | 59 auto OF = std::move(*MaybeOF); in INPUT_OUTPUT_COMMAND_LINE_OPTIONS() local
|
| H A D | RemarkSizeDiff.cpp | 458 std::unique_ptr<ToolOutputFile> OF = std::move(*MaybeOF); in outputAllDiffs() local
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ObjectFilePCHContainerReader.cpp | 25 auto &OF = OFOrErr.get(); in ExtractPCH() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineOutliner.cpp | 594 OutlinedFunction &OF) { in emitNotOutliningCheaperRemark() 626 void MachineOutliner::emitOutlinedFunctionRemark(OutlinedFunction &OF) { in emitOutlinedFunctionRemark() 737 std::optional<std::unique_ptr<OutlinedFunction>> OF = in findGlobalCandidates() local 839 std::optional<std::unique_ptr<OutlinedFunction>> OF = in findCandidates() local 893 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction() 1052 for (auto &OF : FunctionList) { in outline() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | TestingSupport.cpp | 43 ObjectFile *OF = ObjErr.get().getBinary(); convertForTestingMain() local
|
| /freebsd/bin/pax/ |
| H A D | options.h | 63 #define OF 0x00000200 macro
|
| /freebsd/contrib/netbsd-tests/net/net/ |
| H A D | t_unix.c | 76 #define OF offsetof(struct sockaddr_un, sun_path) macro
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfo.cpp | 62 ObjectFile *OF = m_dwarf.GetObjectFile(); in GetCompileUnitAranges() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CGData/ |
| H A D | CodeGenData.cpp | 126 Triple::ObjectFormatType OF, in getCodeGenDataSectionName()
|
| /freebsd/sys/contrib/zlib/ |
| H A D | zconf.h.in | 307 # define OF(args) args macro 309 # define OF(args) () macro
|
| H A D | zconf.h | 326 # define OF(args) args macro 328 # define OF(args) () macro
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 1054 lookupSections(ObjectFile &OF, InstrProfSectKind IPSK) { in lookupSections() 1091 lookupAllocatableSection(ObjectFile &OF, InstrProfSectKind IPSK) { in lookupAllocatableSection() 1141 std::unique_ptr<ObjectFile> OF; in loadBinaryFormat() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerBinaryMetadata.cpp | 376 const auto OF = Mod.getTargetTriple().getObjectFormat(); in pretendAtomicAccess() local
|
| H A D | MemProfInstrumentation.cpp | 370 auto OF = I->getModule()->getTargetTriple().getObjectFormat(); in isInterestingMemoryAccess() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerMerge.cpp | 220 std::ofstream OF(CFPath, std::ofstream::out | std::ofstream::app); in CrashResistantMergeInternalStep() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | llvm-mca.cpp | 551 auto OF = getOutputStream(); in main() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 362 std::unique_ptr<object::ObjectFile> OF( in findSymbol() local
|