Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp401 struct FunctionOptions { struct
403 const CapturedStmt *S = nullptr;
406 const bool UIntPtrCastRequired = true;
409 const bool RegisterCastedArgsOnly = false;
411 const StringRef FunctionName;
413 SourceLocation Loc;
414 explicit FunctionOptions(const CapturedStmt *S, bool UIntPtrCastRequired, in FunctionOptions() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h247 enum class FunctionOptions : uint8_t { enum