Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp399 struct FunctionOptions { struct
401 const CapturedStmt *S = nullptr;
404 const bool UIntPtrCastRequired = true;
407 const bool RegisterCastedArgsOnly = false;
409 const StringRef FunctionName;
411 SourceLocation Loc;
412 explicit FunctionOptions(const CapturedStmt *S, bool UIntPtrCastRequired, in FunctionOptions() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h244 enum class FunctionOptions : uint8_t { enum