/freebsd-src/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 | 632 ObjectFactory OF(llvm::sys::path::filename(ImportName), NativeMachine); writeImportLibrary() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
H A D | RemarkCount.cpp | 56 auto OF = std::move(*MaybeOF); in tryInstructionCount() local 107 auto OF = std::move(*MaybeOF); in 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 | RemarkUtilHelpers.cpp | 38 auto OF = std::make_unique<ToolOutputFile>(OutputFileName, ErrorCode, Flags); in getOutputFileWithFlags() local
|
H A D | RemarkCounter.cpp | 215 auto OF = std::move(*MaybeOF); in print() local 245 auto OF = std::move(*MaybeOF); in print() local
|
H A D | RemarkSizeDiff.cpp | 458 std::unique_ptr<ToolOutputFile> OF = std::move(*MaybeOF); in outputAllDiffs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCFragment.cpp | 442 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 D | MCAssembler.cpp | 362 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 D | MachineOutliner.cpp | 519 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 D | TestingSupport.cpp | 45 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain() local
|
H A D | CodeCoverage.cpp | 847 for (StringRef OF : ObjectFilenames) run() local
|
/freebsd-src/bin/pax/ |
H A D | options.h | 63 #define OF 0x00000200 macro
|
/freebsd-src/contrib/netbsd-tests/net/net/ |
H A D | t_unix.c | 76 #define OF offsetof(struct sockaddr_un, sun_path) macro
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfo.cpp | 61 ObjectFile *OF = m_dwarf.GetObjectFile(); GetCompileUnitAranges() local
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerBinaryMetadata.cpp | 367 const auto OF = Triple(Mod.getTargetTriple()).getObjectFormat(); pretendAtomicAccess() local
|
H A D | MemProfiler.cpp | 366 auto OF = Triple(I->getModule()->getTargetTriple()).getObjectFormat(); isInterestingMemoryAccess() local
|
H A D | ThreadSanitizer.cpp | 362 auto OF = Triple(M->getTargetTriple()).getObjectFormat(); shouldInstrumentReadWriteFromAddress() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ObjectFilePCHContainerOperations.cpp | 365 auto &OF = OFOrErr.get(); in ExtractPCH() local
|
/freebsd-src/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-src/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 498 auto OF = getOutputStream(); main() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 1034 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 D | MCJIT.cpp | 365 std::unique_ptr<object::ObjectFile> OF( in findSymbol() local
|