/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 | 657 ObjectFactory OF(llvm::sys::path::filename(ImportName), NativeMachine); writeImportLibrary() local
|
/llvm-project/llvm/lib/MC/ |
H A D | MCFragment.cpp | 206 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 D | MCAssembler.cpp | 325 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 D | ModuleSpecTest.cpp | 73 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 D | MemoryBufferTest.cpp | 107 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 D | SpecialCaseListTest.cpp | 48 raw_fd_ostream OF(FD, true, true); in makeSpecialCaseListFile() local
|
/llvm-project/lldb/unittests/ObjectFile/MachO/ |
H A D | TestObjectFileMachO.cpp | 40 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 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 OF->os() << Key; in print() local 245 auto OF = std::move(*MaybeOF); print() local [all...] |
H A D | RemarkSizeDiff.cpp | 458 std::unique_ptr<ToolOutputFile> OF = std::move(*MaybeOF); in outputAllDiffs() local
|
/llvm-project/llvm/unittests/Debuginfod/ |
H A D | DebuginfodTests.cpp | 41 raw_fd_ostream OF(FD, true, /*unbuffered=*/true); in TEST() local
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | TestingSupport.cpp | 45 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineOutliner.cpp | 526 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 D | DWARFDebugInfo.cpp | 62 ObjectFile *OF = m_dwarf.GetObjectFile(); in GetCompileUnitAranges() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerBinaryMetadata.cpp | 375 const auto OF = Triple(Mod.getTargetTriple()).getObjectFormat(); pretendAtomicAccess() local
|
H A D | ThreadSanitizer.cpp | 361 auto OF = Triple(M->getTargetTriple()).getObjectFormat(); shouldInstrumentReadWriteFromAddress() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | ObjectFilePCHContainerOperations.cpp |
|
/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
|
/llvm-project/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 534 auto OF = getOutputStream(); in main() local
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | DwarfLinkerForBinary.cpp | 358 auto OF = in calculateStartOfStrippableReflectionSections() local 542 auto OF = in copySwiftReflectionMetadata() local
|
/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 1045 lookupSections(ObjectFile & OF,InstrProfSectKind IPSK) lookupSections() argument 1080 std::unique_ptr<ObjectFile> OF; loadBinaryFormat() local [all...] |
/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 365 addObjectFile(std::move(OF)); in findSymbol() local
|