Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h151 SmallVector<std::pair<RelocationValueRef, RelocationEntry>, 8> PendingRelocs; variable
H A DRuntimeDyldELF.cpp1390 PendingRelocs.push_back(std::make_pair(Value, RE)); in processRelocationRef()
1393 for (auto I = PendingRelocs.begin(); I != PendingRelocs.end();) { in processRelocationRef()
1404 I = PendingRelocs.erase(I); in processRelocationRef()
1926 if (!PendingRelocs.empty()) in finalizeLoad()