HomeSort by: relevance | last modified time | path
    Searched refs:HasContext (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 401 void setHasSwiftAsyncContext(bool HasContext) {
402 HasSwiftAsyncContext = HasContext;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h 461 bool hasContext() const { return State != UnknownContext; }
475 bool HasContext = ContextStr.startswith("[");
476 if (!HasContext && CState == UnknownContext) {
487 if (HasContext)

Completed in 16 milliseconds