Home
last modified time | relevance | path

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

12

/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.cpp671 ObjectFactory OF(llvm::sys::path::filename(ImportName), NativeMachine); in writeImportLibrary() local
/src/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
/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
/src/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()
/src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DTestingSupport.cpp45 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain() local
H A DCodeCoverage.cpp819 for (StringRef OF : ObjectFilenames) in run() local
/src/bin/pax/
H A Doptions.h63 #define OF 0x00000200 macro
/src/contrib/netbsd-tests/net/net/
H A Dt_unix.c76 #define OF offsetof(struct sockaddr_un, sun_path) macro
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp62 ObjectFile *OF = m_dwarf.GetObjectFile(); in GetCompileUnitAranges() local
/src/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
/src/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
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp365 auto &OF = OFOrErr.get(); in ExtractPCH() local
/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
/src/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp534 auto OF = getOutputStream(); in main() local
/src/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
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp365 std::unique_ptr<object::ObjectFile> OF( in findSymbol() local

12