Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lld/include/lld/Common/
H A DCommonLinkerContext.h55 bool hasContext();
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProf.h595 bool hasContext() const { return State != UnknownContext; }
614 if (!hasContext())
620 return hasContext() ? hash_value(getContextFrames())
650 if (!hasContext()) {
700 return arg.hasContext() ? hash_value(arg.getContextFrames())
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp135 if (Context.hasContext()) in writeContextIdx()
530 assert(!Context.hasContext() && "cs profile is not supported"); in writeContextIdx()
571 if (Context.hasContext()) { in addContext()
H A DSampleProfReader.cpp354 if (FContext.hasContext()) in readImpl()
676 if (FContext->hasContext()) in readFuncProfile()