Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/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.cpp582 ObjectFactory OF(llvm::sys::path::filename(ImportName), Machine); in writeImportLibrary() local
/openbsd/gnu/llvm/llvm/tools/llvm-remarkutil/
H A DRemarkUtil.cpp99 auto OF = std::make_unique<ToolOutputFile>(OutputFileName, ErrorCode, Flags); in getOutputFileWithFlags() local
156 auto OF = std::move(*MaybeOF); in tryReserializeYAML2Bitstream() local
186 auto OF = std::move(*MaybeOF); in tryBitstream2YAML() local
223 auto OF = std::move(*MaybeOF); in tryInstructionCount() local
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCFragment.cpp442 const auto *OF = cast<MCOrgFragment>(this); in dump() local
449 const auto *OF = cast<MCDwarfLineAddrFragment>(this); in dump() local
498 const auto *OF = cast<MCPseudoProbeAddrFragment>(this); in dump() local
H A DMCAssembler.cpp354 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in computeFragmentSize() local
690 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in writeFragment() local
699 const MCDwarfLineAddrFragment &OF = cast<MCDwarfLineAddrFragment>(F); in writeFragment() local
709 const auto &OF = cast<MCCVInlineLineTableFragment>(F); in writeFragment() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOutliner.cpp471 OutlinedFunction &OF) { in emitNotOutliningCheaperRemark()
503 void MachineOutliner::emitOutlinedFunctionRemark(OutlinedFunction &OF) { in emitOutlinedFunctionRemark()
591 OutlinedFunction OF = in findCandidates() local
610 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction()
/openbsd/gnu/llvm/llvm/tools/llvm-cov/
H A DTestingSupport.cpp43 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain() local
H A DCodeCoverage.cpp783 for (StringRef OF : ObjectFilenames) in run() local
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp61 ObjectFile *OF = m_dwarf.GetObjectFile(); in GetCompileUnitAranges() local
/openbsd/sys/lib/libz/
H A Dzconf.h295 # define OF(args) args macro
297 # define OF(args) () macro
/openbsd/lib/libz/
H A Dzconf.h295 # define OF(args) args macro
297 # define OF(args) () macro
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzconf.h290 # define OF(args) args macro
292 # define OF(args) () macro
/openbsd/usr.sbin/lpr/common_source/
H A Dcommon.c80 char *OF; /* name of output filter (created once) */ variable
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp357 auto &OF = OFOrErr.get(); in ExtractPCH() local
/openbsd/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp349 auto OF = in calculateStartOfStrippableReflectionSections() local
499 auto OF = in copySwiftReflectionMetadata() local
/openbsd/gnu/llvm/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp498 auto OF = getOutputStream(); in main() local
/openbsd/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp931 static Expected<std::vector<SectionRef>> lookupSections(ObjectFile &OF, in lookupSections()
959 std::unique_ptr<ObjectFile> OF; in loadBinaryFormat() local
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp216 std::ofstream OF(CFPath, std::ofstream::out | std::ofstream::app); in CrashResistantMergeInternalStep() local
/openbsd/gnu/llvm/llvm/tools/llvm-remark-size-diff/
H A DRemarkSizeDiff.cpp477 std::unique_ptr<ToolOutputFile> OF = std::move(*MaybeOF); in outputAllDiffs() local
/openbsd/bin/pax/
H A Doptions.c80 #define OF 0x00000200 macro
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp351 auto OF = Triple(I->getModule()->getTargetTriple()).getObjectFormat(); in isInterestingMemoryAccess() local
H A DThreadSanitizer.cpp362 auto OF = Triple(M->getTargetTriple()).getObjectFormat(); in shouldInstrumentReadWriteFromAddress() local
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp365 std::unique_ptr<object::ObjectFile> OF( in findSymbol() local
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp213 Triple::ObjectFormatType OF, in getInstrProfSectionName()
/openbsd/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp2341 OutputFlags OF = OF_Default; in microsoftDemangle() local

12