Home
last modified time | relevance | path

Searched defs:OF (Results 1 – 25 of 35) 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
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 DCOFFImportFile.cpp673 ObjectFactory OF(llvm::sys::path::filename(ImportName), NativeMachine); in writeImportLibrary() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp126 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 DMCAssembler.cpp254 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 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
H A DRemarkConvert.cpp82 auto OF = std::move(*MaybeOF); in tryReserializeYAML2Bitstream() local
112 auto OF = std::move(*MaybeOF); in tryBitstream2YAML() local
H A DRemarkCounter.cpp199 auto OF = std::move(*MaybeOF); in print() local
217 auto OF = std::move(*MaybeOF); in print() local
H A DRemarkUtilHelpers.cpp38 auto OF = std::make_unique<ToolOutputFile>(OutputFileName, ErrorCode, Flags); in getOutputFileWithFlags() local
H A DRemarkInstructionMix.cpp59 auto OF = std::move(*MaybeOF); in INPUT_OUTPUT_COMMAND_LINE_OPTIONS() local
H A DRemarkSizeDiff.cpp458 std::unique_ptr<ToolOutputFile> OF = std::move(*MaybeOF); in outputAllDiffs() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DObjectFilePCHContainerReader.cpp25 auto &OF = OFOrErr.get(); in ExtractPCH() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp594 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 DTestingSupport.cpp43 ObjectFile *OF = ObjErr.get().getBinary(); convertForTestingMain() 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/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenData.cpp126 Triple::ObjectFormatType OF, in getCodeGenDataSectionName()
/freebsd/sys/contrib/zlib/
H A Dzconf.h.in307 # define OF(args) args macro
309 # define OF(args) () macro
H A Dzconf.h326 # define OF(args) args macro
328 # define OF(args) () macro
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1054 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 DSanitizerBinaryMetadata.cpp376 const auto OF = Mod.getTargetTriple().getObjectFormat(); in pretendAtomicAccess() local
H A DMemProfInstrumentation.cpp370 auto OF = 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.cpp551 auto OF = getOutputStream(); in main() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp362 std::unique_ptr<object::ObjectFile> OF( in findSymbol() local

12