HomeSort by: relevance | last modified time | path
    Searched defs:GOTAddr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldELFMips.cpp 136 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]);
137 return Value + Addend - (GOTAddr + 0x7ff0);
174 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]);
175 return Value + Addend - (GOTAddr + 0x7ff0);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 584 auto *GOTAddr = Builder.CreateIntToPtr(GOTAsInt, Int8PtrPtrTy, "global_addr");
587 return Builder.CreateLoad(Address(GOTAddr, getPointerAlign()),

Completed in 23 milliseconds