Searched refs:applyDebugStringOffset (Results 1 – 11 of 11) sorted by relevance
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.h | 157 void applyDebugStringOffset(Relocation& pReloc, uint32_t pOffset); 222 void applyDebugStringOffset(Relocation& pReloc, uint32_t pOffset);
|
D | X86Relocator.cpp | 845 void X86_32Relocator::applyDebugStringOffset(Relocation& pReloc, in applyDebugStringOffset() function in mcld::X86_32Relocator 1514 void X86_64Relocator::applyDebugStringOffset(Relocation& pReloc, in applyDebugStringOffset() function in mcld::X86_64Relocator
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.h | 105 void applyDebugStringOffset(Relocation& pReloc, uint32_t pOffset);
|
D | ARMRelocator.cpp | 772 void ARMRelocator::applyDebugStringOffset(Relocation& pReloc, in applyDebugStringOffset() function in mcld::ARMRelocator
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | Relocator.h | 117 virtual void applyDebugStringOffset(Relocation& pReloc, uint32_t pOffset) = 0;
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64Relocator.h | 114 void applyDebugStringOffset(Relocation& pReloc, uint32_t pOffset);
|
D | AArch64Relocator.cpp | 441 void AArch64Relocator::applyDebugStringOffset(Relocation& pReloc, in applyDebugStringOffset() function in mcld::AArch64Relocator
|
/frameworks/compile/mclinker/lib/LD/ |
D | DebugString.cpp | 82 pBackend.getRelocator()->applyDebugStringOffset(pReloc, in applyOffset()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocator.h | 114 void applyDebugStringOffset(Relocation& pReloc, uint32_t pOffset) {} in applyDebugStringOffset() function
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsRelocator.h | 74 void applyDebugStringOffset(Relocation& pReloc, uint32_t pOffset);
|
D | MipsRelocator.cpp | 742 void MipsRelocator::applyDebugStringOffset(Relocation& pReloc, in applyDebugStringOffset() function in mcld::MipsRelocator
|