Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/include/lld/Common/
DCommonLinkerContext.h49 CommonLinkerContext &commonContext();
52 return static_cast<T &>(commonContext()); in context()
/openbsd/src/gnu/llvm/lld/Common/
DCommonLinkerContext.cpp40 CommonLinkerContext &lld::commonContext() { in commonContext() function in lld