Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp402 struct FunctionOptions { struct
404 const CapturedStmt *S = nullptr;
407 const bool UIntPtrCastRequired = true;
410 const bool RegisterCastedArgsOnly = false;
412 const StringRef FunctionName;
414 SourceLocation Loc;
415 explicit FunctionOptions(const CapturedStmt *S, bool UIntPtrCastRequired, in FunctionOptions() argument
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h249 enum class FunctionOptions : uint8_t { enum