Searched defs:SectionAddr (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 524 uint64_t SectionAddr = 0; getSymbol() local 542 uint64_t SectionAddr = getSectionLoadAddress(SectionID); getSymbolTable() local
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 1341 dumpARMELFData(uint64_t SectionAddr,uint64_t Index,uint64_t End,const ObjectFile & Obj,ArrayRef<uint8_t> Bytes,ArrayRef<MappingSymbolPair> MappingSymbols,const MCSubtargetInfo & STI,raw_ostream & OS) dumpARMELFData() argument 1371 dumpELFData(uint64_t SectionAddr,uint64_t Index,uint64_t End,ArrayRef<uint8_t> Bytes) dumpELFData() argument 1447 collectBBAddrMapLabels(const BBAddrMapInfo & FullAddrMap,uint64_t SectionAddr,uint64_t Start,uint64_t End,std::unordered_map<uint64_t,std::vector<BBAddrMapLabel>> & Labels) collectBBAddrMapLabels() argument 1484 collectLocalBranchTargets(ArrayRef<uint8_t> Bytes,MCInstrAnalysis * MIA,MCDisassembler * DisAsm,MCInstPrinter * IP,const MCSubtargetInfo * STI,uint64_t SectionAddr,uint64_t Start,uint64_t End,std::unordered_map<uint64_t,std::string> & Labels) collectLocalBranchTargets() argument 1537 addSymbolizer(MCContext & Ctx,const Target * Target,StringRef TripleName,MCDisassembler * DisAsm,uint64_t SectionAddr,ArrayRef<uint8_t> Bytes,SectionSymbolsTy & Symbols,std::vector<std::unique_ptr<std::string>> & SynthesizedLabelNames) addSymbolizer() argument 1722 uint64_t SectionAddr = SecI->getAddress(); disassembleObject() local 1872 uint64_t SectionAddr = Section.getAddress(); disassembleObject() local [all...] |
H A D | MachODump.cpp | 7816 uint64_t SectionAddr = RelocSection.getAddress(); findUnwindRelocNameAddend() local
|
/llvm-project/llvm/tools/sancov/ |
H A D | sancov.cpp | 747 uint64_t SectionAddr = Section.getAddress(); getObjectCoveragePoints() local
|
/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 107 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr() local
|