Home
last modified time | relevance | path

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

12

/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.cpp657 ObjectFactory OF(llvm::sys::path::filename(ImportName), NativeMachine); writeImportLibrary() local
/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp206 const auto *OF = cast<MCOrgFragment>(this); dump() local
213 const auto *OF = cast<MCDwarfLineAddrFragment>(this); dump() local
262 const auto *OF = cast<MCPseudoProbeAddrFragment>(this); dump() local
H A DMCAssembler.cpp325 const MCOrgFragment &OF = cast<MCOrgFragment>(F); computeFragmentSize() local
806 const MCOrgFragment &OF = cast<MCOrgFragment>(F); writeFragment() local
815 const MCDwarfLineAddrFragment &OF = cast<MCDwarfLineAddrFragment>(F); writeFragment() local
825 const auto &OF = cast<MCCVInlineLineTableFragment>(F); writeFragment() local
[all...]
/llvm-project/lldb/unittests/Core/
H A DModuleSpecTest.cpp73 ObjectFile *OF = M->GetObjectFile(); in TEST() local
114 ObjectFile *OF = M->GetObjectFile(); in TEST() local
163 ObjectFile *OF = M->GetObjectFile(); in TEST() local
/llvm-project/llvm/unittests/Support/
H A DMemoryBufferTest.cpp107 raw_fd_ostream OF(FD, /*shouldClose*/ true); TEST_F() local
138 raw_fd_ostream OF(TestFD, true, /*unbuffered=*/true); TEST_F() local
261 raw_fd_ostream OF(TestFD, true, !Reopen); testGetOpenFileSlice() local
300 raw_fd_ostream OF(FD, true, /*unbuffered=*/true); TEST_F() local
348 raw_fd_ostream OF(FD, true); TEST_F() local
381 raw_fd_ostream OF(FD, true); TEST_F() local
416 raw_fd_ostream OF(FD, true); TEST_F() local
[all...]
H A DSpecialCaseListTest.cpp48 raw_fd_ostream OF(FD, true, true); in makeSpecialCaseListFile() local
/llvm-project/lldb/unittests/ObjectFile/MachO/
H A DTestObjectFileMachO.cpp40 ObjectFile *OF = module->GetObjectFile(); in TEST_F() local
86 ObjectFile *OF = module->GetObjectFile(); in TEST_F() local
/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 OF->os() << Key; in print() local
245 auto OF = std::move(*MaybeOF); print() local
[all...]
H A DRemarkSizeDiff.cpp458 std::unique_ptr<ToolOutputFile> OF = std::move(*MaybeOF); in outputAllDiffs() local
/llvm-project/llvm/unittests/Debuginfod/
H A DDebuginfodTests.cpp41 raw_fd_ostream OF(FD, true, /*unbuffered=*/true); in TEST() local
/llvm-project/llvm/tools/llvm-cov/
H A DTestingSupport.cpp45 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp526 emitNotOutliningCheaperRemark(unsigned StringLen,std::vector<Candidate> & CandidatesForRepeatedSeq,OutlinedFunction & OF) emitNotOutliningCheaperRemark() argument
558 emitOutlinedFunctionRemark(OutlinedFunction & OF) emitOutlinedFunctionRemark() argument
671 std::optional<OutlinedFunction> OF = findCandidates() local
690 createOutlinedFunction(Module & M,OutlinedFunction & OF,InstructionMapper & Mapper,unsigned Name) createOutlinedFunction() argument
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp62 ObjectFile *OF = m_dwarf.GetObjectFile(); in GetCompileUnitAranges() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp375 const auto OF = Triple(Mod.getTargetTriple()).getObjectFormat(); pretendAtomicAccess() local
H A DThreadSanitizer.cpp361 auto OF = Triple(M->getTargetTriple()).getObjectFormat(); shouldInstrumentReadWriteFromAddress() local
/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp220 std::ofstream OF(CFPath, std::ofstream::out | std::ofstream::app); in CrashResistantMergeInternalStep() local
/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp534 auto OF = getOutputStream(); in main() local
/llvm-project/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp358 auto OF = in calculateStartOfStrippableReflectionSections() local
542 auto OF = in copySwiftReflectionMetadata() local
/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1045 lookupSections(ObjectFile & OF,InstrProfSectKind IPSK) lookupSections() argument
1080 std::unique_ptr<ObjectFile> OF; loadBinaryFormat() local
[all...]
/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp365 addObjectFile(std::move(OF)); in findSymbol() local

12