Searched defs:SectionAddr (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 514 uint64_t SectionAddr = 0; in getSymbol() local 532 uint64_t SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 848 static uint64_t dumpARMELFData(uint64_t SectionAddr, uint64_t Index, in dumpARMELFData() 875 static void dumpELFData(uint64_t SectionAddr, uint64_t Index, uint64_t End, in dumpELFData() 942 const MCSubtargetInfo *STI, uint64_t SectionAddr, in collectLocalBranchTargets() 980 MCDisassembler *DisAsm, uint64_t SectionAddr, ArrayRef<uint8_t> Bytes, in addSymbolizer() 1174 uint64_t SectionAddr = Section.getAddress(); in disassembleObject() local
|
H A D | MachODump.cpp | 7830 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/ |
H A D | sancov.cpp | 748 uint64_t SectionAddr = Section.getAddress(); in getObjectCoveragePoints() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 104 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr() local
|