Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp343 struct FunctionOptions { struct
345 const CapturedStmt *S = nullptr;
348 const bool UIntPtrCastRequired = true;
351 const bool RegisterCastedArgsOnly = false;
353 const StringRef FunctionName;
354 explicit FunctionOptions(const CapturedStmt *S, bool UIntPtrCastRequired, in FunctionOptions() function
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h244 enum class FunctionOptions : uint8_t { enum