Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h101 SectionAddrMap SectionAddress; variable
135 SectionAddrMap &getSectionAddressMap() { return SectionAddress; } in getSectionAddressMap()
138 return SectionAddress.lookup(Sec); in getSectionAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCMachObjectWriter.h109 SectionAddrMap SectionAddress; variable
148 SectionAddrMap &getSectionAddressMap() { return SectionAddress; } in getSectionAddressMap()
151 return SectionAddress.lookup(Sec); in getSectionAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.h177 uint64_t SectionAddress);
DFileAnalysis.cpp447 uint64_t SectionAddress) { in parseSectionContents() argument
461 uint64_t VMAddress = SectionAddress + Byte - InstructionSize; in parseSectionContents()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-cfi-verify/
DGraphBuilder.cpp117 uint64_t SectionAddress) { in parseSectionContents() argument
118 FileAnalysis::parseSectionContents(SectionBytes, SectionAddress); in parseSectionContents()
DFileAnalysis.cpp55 uint64_t SectionAddress) { in parseSectionContents() argument
56 FileAnalysis::parseSectionContents(SectionBytes, SectionAddress); in parseSectionContents()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1234 auto SectionAddress = std::upper_bound( in DisassembleObject() local
1240 if (SectionAddress != SectionAddresses.begin()) { in DisassembleObject()
1241 --SectionAddress; in DisassembleObject()
1242 TargetSectionSymbols = &AllSymbols[SectionAddress->second]; in DisassembleObject()
DMachODump.cpp6720 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local
6721 Start -= SectionAddress; in DisassembleMachO()
6742 NextSym -= SectionAddress; in DisassembleMachO()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1707 auto SectionAddress = std::upper_bound( in DisassembleObject() local
1713 if (SectionAddress != SectionAddresses.begin()) { in DisassembleObject()
1714 --SectionAddress; in DisassembleObject()
1715 TargetSectionSymbols = &AllSymbols[SectionAddress->second]; in DisassembleObject()
DMachODump.cpp7081 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local
7082 Start -= SectionAddress; in DisassembleMachO()
7104 NextSym -= SectionAddress; in DisassembleMachO()
/external/llvm/lib/MC/
DMachObjectWriter.cpp614 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMachObjectWriter.cpp631 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()