Home
last modified time | relevance | path

Searched refs:FunctionOptions (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeFunctionSig.cpp176 return (MemberFunc.getOptions() & FunctionOptions::Constructor) != in hasConstructor()
177 FunctionOptions::None; in hasConstructor()
187 FunctionOptions::ConstructorWithVirtualBases) != in isConstructorVirtualBase()
188 FunctionOptions::None; in isConstructorVirtualBase()
192 FunctionOptions Options = in isCxxReturnUdt()
194 return (Options & FunctionOptions::CxxReturnUdt) != FunctionOptions::None; in isCxxReturnUdt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp67 LLVM_YAML_DECLARE_BITSET_TRAITS(FunctionOptions)
347 void ScalarBitSetTraits<FunctionOptions>::bitset(IO &IO, in bitset()
348 FunctionOptions &Options) { in bitset()
349 IO.bitSetCase(Options, "None", FunctionOptions::None); in bitset()
350 IO.bitSetCase(Options, "CxxReturnUdt", FunctionOptions::CxxReturnUdt); in bitset()
351 IO.bitSetCase(Options, "Constructor", FunctionOptions::Constructor); in bitset()
353 FunctionOptions::ConstructorWithVirtualBases); in bitset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h156 FunctionOptions Options, uint16_t ParameterCount, in ProcedureRecord()
164 FunctionOptions getOptions() const { return Options; } in getOptions()
170 FunctionOptions Options;
183 FunctionOptions Options, uint16_t ParameterCount, in MemberFunctionRecord()
195 FunctionOptions getOptions() const { return Options; } in getOptions()
204 FunctionOptions Options;
DCodeView.h244 enum class FunctionOptions : uint8_t { enum
250 CV_DEFINE_ENUM_CLASS_FLAGS_OPERATORS(FunctionOptions)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h413 codeview::FunctionOptions FO = codeview::FunctionOptions::None);
DCodeViewDebug.cpp410 static FunctionOptions
414 FunctionOptions FO = FunctionOptions::None; in getFunctionOptions()
423 FO |= FunctionOptions::CxxReturnUdt; in getFunctionOptions()
428 FO |= FunctionOptions::Constructor; in getFunctionOptions()
456 FunctionOptions FO = getFunctionOptions(SP->getType(), Class, SP->getName()); in getMemberFunctionType()
1880 FunctionOptions FO = getFunctionOptions(Ty); in lowerTypeFunction()
1890 FunctionOptions FO) { in lowerTypeMemberFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp415 CV_ENUM_CLASS_ENT(FunctionOptions, CxxReturnUdt),
416 CV_ENUM_CLASS_ENT(FunctionOptions, Constructor),
417 CV_ENUM_CLASS_ENT(FunctionOptions, ConstructorWithVirtualBases),
DTypeDumpVisitor.cpp138 ENUM_ENTRY(FunctionOptions, CxxReturnUdt),
139 ENUM_ENTRY(FunctionOptions, Constructor),
140 ENUM_ENTRY(FunctionOptions, ConstructorWithVirtualBases),