Searched refs:getDebugStringOffset (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h99 /// getDebugStringOffset - get the offset from the relocation target. This is
101 uint32_t getDebugStringOffset(Relocation& pReloc) const;
H A DARMRelocator.cpp760 uint32_t ARMRelocator::getDebugStringOffset(Relocation& pReloc) const { function in class:mcld::ARMRelocator
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h151 /// getDebugStringOffset - get the offset from the relocation target. This is
153 uint32_t getDebugStringOffset(Relocation& pReloc) const;
216 /// getDebugStringOffset - get the offset from the relocation target. This is
218 uint32_t getDebugStringOffset(Relocation& pReloc) const;
H A DX86Relocator.cpp833 uint32_t X86_32Relocator::getDebugStringOffset(Relocation& pReloc) const { function in class:mcld::X86_32Relocator
1502 uint32_t X86_64Relocator::getDebugStringOffset(Relocation& pReloc) const { function in class:mcld::X86_64Relocator
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocator.h111 /// getDebugStringOffset - get the offset from the relocation target. This is
113 virtual uint32_t getDebugStringOffset(Relocation& pReloc) const = 0;
/frameworks/compile/mclinker/lib/LD/
H A DDebugString.cpp78 uint32_t offset = pBackend.getRelocator()->getDebugStringOffset(pReloc);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.h108 /// getDebugStringOffset - get the offset from the relocation target. This is
110 uint32_t getDebugStringOffset(Relocation& pReloc) const;
H A DAArch64Relocator.cpp429 uint32_t AArch64Relocator::getDebugStringOffset(Relocation& pReloc) const { function in class:mcld::AArch64Relocator
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h108 /// getDebugStringOffset - get the offset from the relocation target. This is
110 uint32_t getDebugStringOffset(Relocation& pReloc) const { return 0; } function in class:mcld::HexagonRelocator
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h68 /// getDebugStringOffset - get the offset from the relocation target. This is
70 uint32_t getDebugStringOffset(Relocation& pReloc) const;
H A DMipsRelocator.cpp731 uint32_t MipsRelocator::getDebugStringOffset(Relocation& pReloc) const { function in class:mcld::MipsRelocator

Completed in 510 milliseconds