Searched refs:findOrAllocGOTEntry (Results 1 – 2 of 2) sorted by relevance
108 uint64_t findOrAllocGOTEntry(const RelocationValueRef &Value,
1201 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef()1206 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef()1807 uint64_t RuntimeDyldELF::findOrAllocGOTEntry(const RelocationValueRef &Value, in findOrAllocGOTEntry() function in llvm::RuntimeDyldELF