Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h437 void setHasSwiftAsyncContext(bool HasContext) { in setHasSwiftAsyncContext() argument
438 HasSwiftAsyncContext = HasContext; in setHasSwiftAsyncContext()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProf.h533 bool HasContext = ContextStr.startswith("[");
534 if (!HasContext) {