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.cpp431 struct FunctionOptions { struct
433 const CapturedStmt *S = nullptr;
436 const bool UIntPtrCastRequired = true;
439 const bool RegisterCastedArgsOnly = false;
441 const StringRef FunctionName;
443 SourceLocation Loc;
444 explicit FunctionOptions(const CapturedStmt *S, bool UIntPtrCastRequired, in FunctionOptions() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h256 enum class FunctionOptions : uint8_t { enum