Home
last modified time | relevance | path

Searched defs:FunctionOptions (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp403 struct FunctionOptions { struct
405 const CapturedStmt *S = nullptr;
408 const bool UIntPtrCastRequired = true;
411 const bool RegisterCastedArgsOnly = false;
413 const StringRef FunctionName;
415 SourceLocation Loc;
416 explicit FunctionOptions(const CapturedStmt *S, bool UIntPtrCastRequired, in FunctionOptions() argument
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h249 enum class FunctionOptions : uint8_t { enum