Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.h153 uint32_t getDebugStringOffset(Relocation& pReloc) const;
218 uint32_t getDebugStringOffset(Relocation& pReloc) const;
DX86Relocator.cpp833 uint32_t X86_32Relocator::getDebugStringOffset(Relocation& pReloc) const { in getDebugStringOffset() function in mcld::X86_32Relocator
1502 uint32_t X86_64Relocator::getDebugStringOffset(Relocation& pReloc) const { in getDebugStringOffset() function in mcld::X86_64Relocator
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.h101 uint32_t getDebugStringOffset(Relocation& pReloc) const;
DARMRelocator.cpp760 uint32_t ARMRelocator::getDebugStringOffset(Relocation& pReloc) const { in getDebugStringOffset() function in mcld::ARMRelocator
/frameworks/compile/mclinker/include/mcld/LD/
DRelocator.h113 virtual uint32_t getDebugStringOffset(Relocation& pReloc) const = 0;
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.h110 uint32_t getDebugStringOffset(Relocation& pReloc) const;
DAArch64Relocator.cpp429 uint32_t AArch64Relocator::getDebugStringOffset(Relocation& pReloc) const { in getDebugStringOffset() function in mcld::AArch64Relocator
/frameworks/compile/mclinker/lib/LD/
DDebugString.cpp78 uint32_t offset = pBackend.getRelocator()->getDebugStringOffset(pReloc); in applyOffset()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.h110 uint32_t getDebugStringOffset(Relocation& pReloc) const { return 0; } in getDebugStringOffset() function
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.h70 uint32_t getDebugStringOffset(Relocation& pReloc) const;
DMipsRelocator.cpp731 uint32_t MipsRelocator::getDebugStringOffset(Relocation& pReloc) const { in getDebugStringOffset() function in mcld::MipsRelocator