Home
last modified time | relevance | path

Searched refs:getPPC64LongBranchTableVA (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSymbols.cpp152 uint64_t Symbol::getPPC64LongBranchTableVA() const { in getPPC64LongBranchTableVA() function in Symbol
H A DSymbols.h175 uint64_t getPPC64LongBranchTableVA() const;
H A DThunks.cpp709 int64_t Offset = Destination.getPPC64LongBranchTableVA() - getPPC64TocBase(); in writeTo()