Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h424 void setHasSwiftAsyncContext(bool HasContext) { in setHasSwiftAsyncContext() argument
425 HasSwiftAsyncContext = HasContext; in setHasSwiftAsyncContext()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProf.h525 bool HasContext = ContextStr.startswith("[");
526 if (!HasContext) {