Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDLL.h58 std::vector<Chunk *> moduleHandles; variable
H A DDLL.cpp625 v.insert(v.end(), moduleHandles.begin(), moduleHandles.end()); in getDataChunks()
678 moduleHandles.push_back(mh); in create()