Home
last modified time | relevance | path

Searched refs:hasContext (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/Common/
H A DCommonLinkerContext.cpp45 bool lld::hasContext() { return lctx != nullptr; } in hasContext() function in lld
H A DErrorHandler.cpp91 if (hasContext()) { in exitLld()
109 if (hasContext()) in exitLld()
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DCommonLinkerContext.h55 bool hasContext();
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h615 bool hasContext() const { return State != UnknownContext; }
634 if (!hasContext())
640 if (hasContext())
671 if (!hasContext()) {
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp240 if (Context.hasContext()) in writeContextIdx()
632 assert(!Context.hasContext() && "cs profile is not supported"); in writeContextIdx()
673 if (Context.hasContext()) { in addContext()
H A DSampleProfReader.cpp356 if (FContext.hasContext()) in readImpl()
673 if (FContext.hasContext()) in readFuncProfile()