Searched refs:PendingRelocs (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h151 SmallVector<std::pair<RelocationValueRef, RelocationEntry>, 8> PendingRelocs; member in class:llvm::RuntimeDyldELF
H A DRuntimeDyldELF.cpp1329 PendingRelocs.push_back(std::make_pair(Value, RE));
1332 for (auto I = PendingRelocs.begin(); I != PendingRelocs.end();) {
1343 I = PendingRelocs.erase(I);
1862 if (!PendingRelocs.empty())

Completed in 47 milliseconds