/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 201 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef OF) { in LLVMGetSections() 211 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSectionIteratorAtEnd() 234 LLVMSymbolIteratorRef LLVMGetSymbols(LLVMObjectFileRef OF) { in LLVMGetSymbols() 244 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSymbolIteratorAtEnd()
|
H A D | COFFImportFile.cpp | 671 ObjectFactory OF(llvm::sys::path::filename(ImportName), NativeMachine); in writeImportLibrary() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCFragment.cpp | 206 const auto *OF = cast<MCOrgFragment>(this); in dump() local 213 const auto *OF = cast<MCDwarfLineAddrFragment>(this); in dump() local 262 const auto *OF = cast<MCPseudoProbeAddrFragment>(this); in dump() local
|
H A D | MCAssembler.cpp | 309 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in computeFragmentSize() local 790 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in writeFragment() local 799 const MCDwarfLineAddrFragment &OF = cast<MCDwarfLineAddrFragment>(F); in writeFragment() local 809 const auto &OF = cast<MCCVInlineLineTableFragment>(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
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineOutliner.cpp | 526 OutlinedFunction &OF) { in emitNotOutliningCheaperRemark() 558 void MachineOutliner::emitOutlinedFunctionRemark(OutlinedFunction &OF) { in emitOutlinedFunctionRemark() 671 std::optional<OutlinedFunction> OF = in findCandidates() local 690 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | TestingSupport.cpp | 43 ObjectFile *OF = ObjErr.get().getBinary(); convertForTestingMain() local
|
H A D | CodeCoverage.cpp | 819 for (StringRef OF : ObjectFilenames) in run() 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/sys/contrib/zlib/ |
H A D | zconf.h | 308 # define OF(args) args macro 310 # define OF(args) () macro
|
H A D | zconf.h.in | 297 # define OF(args) args macro 299 # define OF(args) () macro
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerBinaryMetadata.cpp | 375 const auto OF = Triple(Mod.getTargetTriple()).getObjectFormat(); in pretendAtomicAccess() local
|
H A D | ThreadSanitizer.cpp | 361 auto OF = Triple(M->getTargetTriple()).getObjectFormat(); in shouldInstrumentReadWriteFromAddress() local
|
H A D | MemProfiler.cpp | 408 auto OF = Triple(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 | 534 auto OF = getOutputStream(); in main() local
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 1045 lookupSections(ObjectFile &OF, InstrProfSectKind IPSK) { in lookupSections() 1080 std::unique_ptr<ObjectFile> OF; in loadBinaryFormat() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 365 std::unique_ptr<object::ObjectFile> OF( in findSymbol() local
|
/freebsd/stand/ficl/ |
H A D | ficl.h | 1091 OF, enumerator
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | BaseLib.h | 5428 UINT32 OF : 1; ///< Overflow Flag. member 5454 UINT32 OF : 1; ///< Overflow Flag. member
|
/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 2458 OutputFlags OF = OF_Default; in microsoftDemangle() local
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 237 Triple::ObjectFormatType OF, in getInstrProfSectionName()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 2143 const outliner::OutlinedFunction &OF) const { in buildOutlinedFrame()
|