Searched defs:getDebugStringOffset (Results 1 - 5 of 5) sorted by relevance

/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/AArch64/
H A DAArch64Relocator.cpp429 uint32_t AArch64Relocator::getDebugStringOffset(Relocation& pReloc) const { function in class:mcld::AArch64Relocator
/frameworks/compile/mclinker/lib/Target/X86/
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/lib/Target/ARM/
H A DARMRelocator.cpp760 uint32_t ARMRelocator::getDebugStringOffset(Relocation& pReloc) const { function in class:mcld::ARMRelocator
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp731 uint32_t MipsRelocator::getDebugStringOffset(Relocation& pReloc) const { function in class:mcld::MipsRelocator

Completed in 420 milliseconds