Searched defs:pRegion (Results 1 - 18 of 18) sorted by relevance

/frameworks/compile/mclinker/lib/Fragment/
H A DRegionFragment.cpp16 RegionFragment::RegionFragment(llvm::StringRef pRegion, SectionData* pSD) argument
17 : Fragment(Fragment::Region, pSD), m_Region(pRegion) {
/frameworks/compile/mclinker/lib/LD/
H A DMergedStringTable.cpp28 void MergedStringTable::emit(MemoryRegion& pRegion) { argument
29 char* ptr = reinterpret_cast<char*>(pRegion.begin());
H A DDebugString.cpp86 void DebugString::emit(MemoryRegion& pRegion) { argument
87 return m_StringTable.emit(pRegion);
H A DEhFrameReader.cpp166 llvm::StringRef pRegion,
169 ConstAddress handler = pRegion.begin() + pToken.data_off;
170 ConstAddress cie_end = pRegion.end();
213 EhFrame::CIE* cie = new EhFrame::CIE(pRegion);
323 EhFrame::CIE* cie = new EhFrame::CIE(pRegion);
334 llvm::StringRef pRegion,
336 if (pToken.data_off == pRegion.size())
340 *(const int32_t*)(pRegion.begin() + pToken.data_off - 4);
349 EhFrame::FDE* fde = new EhFrame::FDE(pRegion, *iter->second);
355 llvm::StringRef pRegion,
165 addCIE(EhFrame& pEhFrame, llvm::StringRef pRegion, const EhFrameReader::Token& pToken) argument
333 addFDE(EhFrame& pEhFrame, llvm::StringRef pRegion, const EhFrameReader::Token& pToken) argument
354 addTerm(EhFrame& pEhFrame, llvm::StringRef pRegion, const EhFrameReader::Token& pToken) argument
360 reject(EhFrame& pEhFrame, llvm::StringRef pRegion, const EhFrameReader::Token& pToken) argument
[all...]
H A DEhFrame.cpp33 EhFrame::Record::Record(llvm::StringRef pRegion) : RegionFragment(pRegion) { argument
43 EhFrame::CIE::CIE(llvm::StringRef pRegion) argument
44 : EhFrame::Record(pRegion),
57 EhFrame::FDE::FDE(llvm::StringRef pRegion, EhFrame::CIE& pCIE) argument
58 : EhFrame::Record(pRegion), m_pCIE(&pCIE) {
72 EhFrame::GeneratedCIE::GeneratedCIE(llvm::StringRef pRegion) argument
73 : EhFrame::CIE(pRegion) {
82 EhFrame::GeneratedFDE::GeneratedFDE(llvm::StringRef pRegion, CIE& pCIE) argument
83 : EhFrame::FDE(pRegion, pCI
[all...]
H A DELFReader.cpp67 llvm::StringRef pRegion,
70 size_t entsize = pRegion.size() / sizeof(llvm::ELF::Elf32_Sym);
72 reinterpret_cast<const llvm::ELF::Elf32_Sym*>(pRegion.begin());
206 llvm::StringRef pRegion) const {
208 size_t entsize = pRegion.size() / sizeof(llvm::ELF::Elf32_Rela);
210 reinterpret_cast<const llvm::ELF::Elf32_Rela*>(pRegion.begin());
235 llvm::StringRef pRegion) const {
237 size_t entsize = pRegion.size() / sizeof(llvm::ELF::Elf32_Rel);
239 reinterpret_cast<const llvm::ELF::Elf32_Rel*>(pRegion.begin());
567 llvm::StringRef pRegion,
65 readSymbols(Input& pInput, IRBuilder& pBuilder, llvm::StringRef pRegion, const char* pStrTab) const argument
565 readSymbols(Input& pInput, IRBuilder& pBuilder, llvm::StringRef pRegion, const char* pStrTab) const argument
[all...]
/frameworks/compile/mclinker/lib/Support/
H A DFileOutputBuffer.cpp15 FileOutputBuffer::FileOutputBuffer(llvm::sys::fs::mapped_file_region* pRegion, argument
17 : m_pRegion(pRegion), m_FileHandle(pFileHandle) {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.cpp30 uint64_t MipsGOTPLT::emit(MemoryRegion& pRegion) { argument
31 uint32_t* buffer = reinterpret_cast<uint32_t*>(pRegion.begin());
H A DMipsAbiFlags.cpp32 uint64_t MipsAbiFlags::emit(const MipsAbiFlags& pInfo, MemoryRegion& pRegion) { argument
33 auto* buf = reinterpret_cast<ElfMipsAbiFlags*>(pRegion.begin());
H A DMipsPLT.cpp78 uint64_t MipsPLT::emit(MemoryRegion& pRegion) { argument
82 unsigned char* buffer = pRegion.begin();
H A DMipsGOT.cpp491 uint64_t Mips32GOT::emit(MemoryRegion& pRegion) { argument
492 uint32_t* buffer = reinterpret_cast<uint32_t*>(pRegion.begin());
526 uint64_t Mips64GOT::emit(MemoryRegion& pRegion) { argument
527 uint64_t* buffer = reinterpret_cast<uint64_t*>(pRegion.begin());
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp115 uint64_t ARMGOT::emit(MemoryRegion& pRegion) { argument
116 uint32_t* buffer = reinterpret_cast<uint32_t*>(pRegion.begin());
H A DARMPLT.cpp141 uint64_t ARMPLT::emit(MemoryRegion& pRegion) { argument
145 unsigned char* buffer = pRegion.begin();
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.cpp118 uint64_t AArch64GOT::emit(MemoryRegion& pRegion) { argument
119 uint64_t* buffer = reinterpret_cast<uint64_t*>(pRegion.begin());
H A DAArch64PLT.cpp147 uint64_t AArch64PLT::emit(MemoryRegion& pRegion) { argument
151 unsigned char* buffer = pRegion.begin();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp168 uint64_t HexagonPLT::emit(MemoryRegion& pRegion) { argument
172 unsigned char* buffer = pRegion.begin();
H A DHexagonLDBackend.cpp137 MemoryRegion& pRegion) const {
138 if (!pRegion.size())
148 unsigned char* buffer = pRegion.begin();
170 RegionSize += emitGOTSectionData(pRegion);
174 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
181 uint8_t* out_offset = pRegion.begin();
226 return pRegion.size();
304 uint64_t HexagonLDBackend::emitGOTSectionData(MemoryRegion& pRegion) const {
307 uint32_t* buffer = reinterpret_cast<uint32_t*>(pRegion.begin());
349 MemoryRegion& pRegion,
348 emitGOTPLTSectionData( MemoryRegion& pRegion, const ELFFileFormat* FileFormat) const argument
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp159 MemoryRegion& pRegion) const {
160 assert(pRegion.size() && "Size of MemoryRegion is zero!");
170 unsigned char* buffer = pRegion.begin();
191 RegionSize += emitGOTSectionData(pRegion);
194 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
468 uint64_t X86_32GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const {
471 uint32_t* buffer = reinterpret_cast<uint32_t*>(pRegion.begin());
488 MemoryRegion& pRegion,
494 uint32_t* buffer = reinterpret_cast<uint32_t*>(pRegion.begin());
653 uint64_t X86_64GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) cons
487 emitGOTPLTSectionData( MemoryRegion& pRegion, const ELFFileFormat* FileFormat) const argument
672 emitGOTPLTSectionData( MemoryRegion& pRegion, const ELFFileFormat* FileFormat) const argument
[all...]

Completed in 162 milliseconds