Home
last modified time | relevance | path

Searched refs:SectionAddress (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h111 SectionAddrMap SectionAddress; variable
152 SectionAddrMap &getSectionAddressMap() { return SectionAddress; } in getSectionAddressMap()
155 return SectionAddress.lookup(Sec); in getSectionAddress()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp218 orc::ExecutorAddr SectionAddress(S.getAddress()); in addRelocations() local
258 SectionAddress + (uint32_t)RI.r_address; in addRelocations()
319 SectionAddress + (uint32_t)RI.r_address; in addRelocations()
H A DMachO_x86_64.cpp209 orc::ExecutorAddr SectionAddress(S.getAddress()); in addRelocations() local
244 auto FixupAddress = SectionAddress + (uint32_t)RI.r_address; in addRelocations()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp466 uint64_t SectionAddress = Section.getAddress(); in dissassembleSymbol() local
470 (SI + 1 < SE) ? Symbols[SI + 1].Addr : SectionAddress + SectSize; in dissassembleSymbol()
498 Inst, Size, Bytes.slice(Address - SectionAddress), Address, nulls()); in dissassembleSymbol()
677 uint64_t SectionAddress = Section.getAddress() - ImageLoadAddr; in disassemble() local
683 TextSections.insert({SectionAddress, SectSize}); in disassemble()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp447 uint64_t SectionAddress = in writeSectionHeader() local
450 W.write<uint64_t>(SectionAddress); // Physical address in writeSectionHeader()
451 W.write<uint64_t>(SectionAddress); // Virtual address in writeSectionHeader()
466 W.write<uint32_t>(SectionAddress); // Physical address in writeSectionHeader()
467 W.write<uint32_t>(SectionAddress); // Virtual address in writeSectionHeader()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp348 uint64_t SectionAddress = (*SectionOrErr).first; in createInstructions() local
364 uint64_t Offset = Address - SectionAddress; in createInstructions()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMachObjectWriter.cpp648 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp7827 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local
7828 Start -= SectionAddress; in DisassembleMachO()
7848 NextSym -= SectionAddress; in DisassembleMachO()