Searched refs:GotAddr (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1904 void printGotEntry(uint64_t GotAddr, const GOTEntry *BeginIt,
1906 void printGlobalGotEntry(uint64_t GotAddr, const GOTEntry *BeginIt,
2102 void MipsGOTParser<ELFT>::printGotEntry(uint64_t GotAddr, argument
2106 W.printHex("Address", GotAddr + Offset);
2113 uint64_t GotAddr, const GOTEntry *BeginIt, const GOTEntry *It,
2115 printGotEntry(GotAddr, BeginIt, It);
2112 printGlobalGotEntry( uint64_t GotAddr, const GOTEntry *BeginIt, const GOTEntry *It, const Elf_Sym *Sym, StringRef StrTable, bool IsDynamic) argument
/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp6244 auto *GotAddr = legalizeToReg(GotPtr);
6250 _add(Reg, GotAddr, Reg);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3372 SDValue GotAddr = DAG.getTargetGlobalAddress(GV, DL, PtrVT, 0, OpFlags); local
3375 return DAG.getNode(AArch64ISD::LOADgot, DL, PtrVT, GotAddr);
4154 SDValue GotAddr = DAG.getTargetConstantPool( local
4157 return DAG.getNode(AArch64ISD::LOADgot, DL, PtrVT, GotAddr);

Completed in 624 milliseconds