HomeSort by: relevance | last modified time | path
    Searched defs:FunctionOptions (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 244 enum class FunctionOptions : uint8_t {
250 CV_DEFINE_ENUM_CLASS_FLAGS_OPERATORS(FunctionOptions)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 399 struct FunctionOptions {
412 explicit FunctionOptions(const CapturedStmt *S, bool UIntPtrCastRequired,
427 llvm::Value *&CXXThisValue, const FunctionOptions &FO) {
614 FunctionOptions FO(&S, !NeedWrapperFunction, /*RegisterCastedArgsOnly=*/false,
636 FunctionOptions WrapperFO(&S, /*UIntPtrCastRequired=*/true,

Completed in 23 milliseconds