Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp461 struct FunctionOptions { struct
463 const CapturedStmt *S = nullptr;
466 const bool UIntPtrCastRequired = true;
469 const bool RegisterCastedArgsOnly = false;
471 const StringRef FunctionName;
473 SourceLocation Loc;
474 explicit FunctionOptions(const CapturedStmt *S, bool UIntPtrCastRequired, in FunctionOptions() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h229 enum class FunctionOptions : uint8_t { enum