Searched refs:SymAddr (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 343 std::vector<std::pair<SymbolRef, uint64_t>> SymAddr = in printLineInfoForInput() local 347 for (const auto &P : SymAddr) { in printLineInfoForInput()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-cxxdump/ |
| H A D | llvm-cxxdump.cpp | 180 std::vector<std::pair<SymbolRef, uint64_t>> SymAddr = in dumpCXXData() local 183 for (auto &P : SymAddr) { in dumpCXXData()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 1300 if (void *SymAddr = in emitGlobals() local 1302 addGlobalMapping(&GV, SymAddr); in emitGlobals()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 611 SDValue LowerELFTLSDescCallSeq(SDValue SymAddr, const SDLoc &DL,
|
| H A D | AArch64ISelLowering.cpp | 4188 SDValue AArch64TargetLowering::LowerELFTLSDescCallSeq(SDValue SymAddr, in LowerELFTLSDescCallSeq() argument 4197 DAG.getNode(AArch64ISD::TLSDESC_CALLSEQ, DL, NodeTys, {Chain, SymAddr}); in LowerELFTLSDescCallSeq() 4267 SDValue SymAddr = DAG.getTargetExternalSymbol("_TLS_MODULE_BASE_", PtrVT, in LowerELFGlobalTLSAddress() local 4272 TPOff = LowerELFTLSDescCallSeq(SymAddr, DL, DAG); in LowerELFGlobalTLSAddress() 4292 SDValue SymAddr = in LowerELFGlobalTLSAddress() local 4296 TPOff = LowerELFTLSDescCallSeq(SymAddr, DL, DAG); in LowerELFGlobalTLSAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | SyntheticSections.cpp | 733 uint64_t SymAddr = getMipsPageAddr(Sym.getVA(Addend)); in getPageEntryOffset() local 734 Index = G.PagesMap.lookup(OutSec).FirstIndex + (SymAddr - SecAddr) / 0xffff; in getPageEntryOffset()
|