Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp403 struct FunctionOptions { struct
405 const CapturedStmt *S = nullptr;
408 const bool UIntPtrCastRequired = true;
411 const bool RegisterCastedArgsOnly = false;
413 const StringRef FunctionName;
415 SourceLocation Loc;
416 explicit FunctionOptions(const CapturedStmt *S, bool UIntPtrCastRequired, in FunctionOptions() function
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h246 enum class FunctionOptions : uint8_t { enum