Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp369 struct FunctionOptions { struct
371 const CapturedStmt *S = nullptr;
374 const bool UIntPtrCastRequired = true;
377 const bool RegisterCastedArgsOnly = false;
379 const StringRef FunctionName;
380 explicit FunctionOptions(const CapturedStmt *S, bool UIntPtrCastRequired, in FunctionOptions() argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDCodeView.h244 enum class FunctionOptions : uint8_t { enum