Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DCommonLinkerContext.h49 CommonLinkerContext &commonContext();
52 return static_cast<T &>(commonContext()); in context()
/freebsd/contrib/llvm-project/lld/Common/
H A DCommonLinkerContext.cpp40 CommonLinkerContext &lld::commonContext() { in commonContext() function in lld