Home
last modified time | relevance | path

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

12

/freebsd-src/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.cpp632 ObjectFactory OF(llvm::sys::path::filename(ImportName), NativeMachine); writeImportLibrary() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCount.cpp56 auto OF = std::move(*MaybeOF); in tryInstructionCount() local
107 auto OF = std::move(*MaybeOF); in 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 DRemarkUtilHelpers.cpp38 auto OF = std::make_unique<ToolOutputFile>(OutputFileName, ErrorCode, Flags); in getOutputFileWithFlags() local
H A DRemarkCounter.cpp215 auto OF = std::move(*MaybeOF); in print() local
245 auto OF = std::move(*MaybeOF); in print() local
H A DRemarkSizeDiff.cpp458 std::unique_ptr<ToolOutputFile> OF = std::move(*MaybeOF); in outputAllDiffs() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp442 const auto *OF = cast<MCOrgFragment>(this); dump() local
449 const auto *OF = cast<MCDwarfLineAddrFragment>(this); dump() local
498 const auto *OF = cast<MCPseudoProbeAddrFragment>(this); dump() local
H A DMCAssembler.cpp362 const MCOrgFragment &OF = cast<MCOrgFragment>(F); computeFragmentSize() local
697 const MCOrgFragment &OF = cast<MCOrgFragment>(F); writeFragment() local
706 const MCDwarfLineAddrFragment &OF = cast<MCDwarfLineAddrFragment>(F); writeFragment() local
716 const auto &OF = cast<MCCVInlineLineTableFragment>(F); writeFragment() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp519 emitNotOutliningCheaperRemark(unsigned StringLen,std::vector<Candidate> & CandidatesForRepeatedSeq,OutlinedFunction & OF) emitNotOutliningCheaperRemark() argument
551 emitOutlinedFunctionRemark(OutlinedFunction & OF) emitOutlinedFunctionRemark() argument
663 std::optional<OutlinedFunction> OF = findCandidates() local
682 createOutlinedFunction(Module & M,OutlinedFunction & OF,InstructionMapper & Mapper,unsigned Name) createOutlinedFunction() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DTestingSupport.cpp45 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain() local
H A DCodeCoverage.cpp847 for (StringRef OF : ObjectFilenames) run() local
/freebsd-src/bin/pax/
H A Doptions.h63 #define OF 0x00000200 macro
/freebsd-src/contrib/netbsd-tests/net/net/
H A Dt_unix.c76 #define OF offsetof(struct sockaddr_un, sun_path) macro
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp61 ObjectFile *OF = m_dwarf.GetObjectFile(); GetCompileUnitAranges() local
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp367 const auto OF = Triple(Mod.getTargetTriple()).getObjectFormat(); pretendAtomicAccess() local
H A DMemProfiler.cpp366 auto OF = Triple(I->getModule()->getTargetTriple()).getObjectFormat(); isInterestingMemoryAccess() local
H A DThreadSanitizer.cpp362 auto OF = Triple(M->getTargetTriple()).getObjectFormat(); shouldInstrumentReadWriteFromAddress() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp365 auto &OF = OFOrErr.get(); in ExtractPCH() local
/freebsd-src/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-src/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp498 auto OF = getOutputStream(); main() local
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1034 lookupSections(ObjectFile & OF,InstrProfSectKind IPSK) lookupSections() argument
1069 std::unique_ptr<ObjectFile> OF; loadBinaryFormat() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp365 std::unique_ptr<object::ObjectFile> OF( in findSymbol() local

12