Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp24 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 DCOFFImportFile.cpp671 ObjectFactory OF(llvm::sys::path::filename(ImportName), NativeMachine); in writeImportLibrary() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp206 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 DMCAssembler.cpp309 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 DRemarkUtil.cpp126 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 DMachineOutliner.cpp526 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 DTestingSupport.cpp43 ObjectFile *OF = ObjErr.get().getBinary(); convertForTestingMain() local
H A DCodeCoverage.cpp819 for (StringRef OF : ObjectFilenames) in run() local
/freebsd/bin/pax/
H A Doptions.h63 #define OF 0x00000200 macro
/freebsd/contrib/netbsd-tests/net/net/
H A Dt_unix.c76 #define OF offsetof(struct sockaddr_un, sun_path) macro
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp62 ObjectFile *OF = m_dwarf.GetObjectFile(); in GetCompileUnitAranges() local
/freebsd/sys/contrib/zlib/
H A Dzconf.h308 # define OF(args) args macro
310 # define OF(args) () macro
H A Dzconf.h.in297 # define OF(args) args macro
299 # define OF(args) () macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp375 const auto OF = Triple(Mod.getTargetTriple()).getObjectFormat(); in pretendAtomicAccess() local
H A DThreadSanitizer.cpp361 auto OF = Triple(M->getTargetTriple()).getObjectFormat(); in shouldInstrumentReadWriteFromAddress() local
H A DMemProfiler.cpp408 auto OF = Triple(I->getModule()->getTargetTriple()).getObjectFormat(); in isInterestingMemoryAccess() local
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp220 std::ofstream OF(CFPath, std::ofstream::out | std::ofstream::app); in CrashResistantMergeInternalStep() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp534 auto OF = getOutputStream(); in main() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1045 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 DMCJIT.cpp365 std::unique_ptr<object::ObjectFile> OF( in findSymbol() local
/freebsd/stand/ficl/
H A Dficl.h1091 OF, enumerator
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5428 UINT32 OF : 1; ///< Overflow Flag. member
5454 UINT32 OF : 1; ///< Overflow Flag. member
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp2458 OutputFlags OF = OF_Default; in microsoftDemangle() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp237 Triple::ObjectFormatType OF, in getInstrProfSectionName()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h2143 const outliner::OutlinedFunction &OF) const { in buildOutlinedFrame()

12