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.cpp84 if (hasContext()) { in exitLld()
102 if (hasContext()) in exitLld()
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DCommonLinkerContext.h56 bool hasContext();
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h627 bool hasContext() const { return State != UnknownContext; }
646 if (!hasContext())
652 if (hasContext())
683 if (!hasContext()) {
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp238 if (Context.hasContext()) in writeContextIdx()
629 assert(!Context.hasContext() && "cs profile is not supported"); in writeContextIdx()
670 if (Context.hasContext()) { in addContext()
H A DSampleProfReader.cpp366 if (FContext.hasContext()) in readImpl()
696 if (FContext.hasContext()) in readFuncProfile()