Searched refs:GOTOffset (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h107 // Resolve the relvative address of GOTOffset in Section ID and place
110 uint64_t GOTOffset);
115 uint64_t GOTOffset,
H A DRuntimeDyldELF.cpp1684 uint64_t GOTOffset = allocateGOTEntries(SectionID, 1); local
1687 resolveGOTOffsetRelocation(SectionID, StubOffset + 2, GOTOffset - 4);
1691 computeGOTOffsetRE(SectionID, GOTOffset, 0, ELF::R_X86_64_64),
1704 uint64_t GOTOffset = allocateGOTEntries(SectionID, 1); local
1705 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend);
1708 RelocationEntry RE = computeGOTOffsetRE(SectionID, GOTOffset, Value.Offset, ELF::R_X86_64_64);
1780 void RuntimeDyldELF::resolveGOTOffsetRelocation(unsigned SectionID, uint64_t Offset, uint64_t GOTOffset) argument
1783 RelocationEntry GOTRE(SectionID, Offset, ELF::R_X86_64_PC32, GOTOffset);
1787 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(unsigned SectionID, uint64_t GOTOffset, uint64_t SymbolOffset, argument
1791 return RelocationEntry(GOTSectionID, GOTOffset, Typ
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h463 SDValue GOTOffset) const;
H A DSystemZISelLowering.cpp2454 SDValue GOTOffset) const {
2464 Chain = DAG.getCopyToReg(Chain, DL, SystemZ::R2D, GOTOffset, Glue);

Completed in 118 milliseconds