Home
last modified time | relevance | path

Searched defs:SectionAddr (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h514 uint64_t SectionAddr = 0; in getSymbol() local
532 uint64_t SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable() local
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp993 static uint64_t dumpARMELFData(uint64_t SectionAddr, uint64_t Index, in dumpARMELFData()
1023 static void dumpELFData(uint64_t SectionAddr, uint64_t Index, uint64_t End, in dumpELFData()
1092 uint64_t SectionAddr, uint64_t Start, uint64_t End, in collectBBAddrMapLabels()
1112 MCInstPrinter *IP, const MCSubtargetInfo *STI, uint64_t SectionAddr, in collectLocalBranchTargets()
1153 MCDisassembler *DisAsm, uint64_t SectionAddr, ArrayRef<uint8_t> Bytes, in addSymbolizer()
1410 uint64_t SectionAddr = Section.getAddress(); in disassembleObject() local
H A DMachODump.cpp7853 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend() local
/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp774 uint64_t SectionAddr = Section.getAddress(); in getObjectCoveragePoints() local
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp107 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr() local