Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h569 void setHasSwiftAsyncContext(bool HasContext) { in setHasSwiftAsyncContext() argument
570 HasSwiftAsyncContext = HasContext; in setHasSwiftAsyncContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h564 bool HasContext = ContextStr.starts_with("[");
565 if (!HasContext) {