Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dtypes-calling-conv.ll54 ; CHECK: FunctionOptions [ (0x0)
100 ; CHECK: FunctionOptions [ (0x0)
115 ; CHECK: FunctionOptions [ (0x0)
130 ; CHECK: FunctionOptions [ (0x0)
145 ; CHECK: FunctionOptions [ (0x0)
Dtypes-non-virtual-methods.ll41 ; CHECK: FunctionOptions [ (0x0)
81 ; CHECK: FunctionOptions [ (0x0)
162 ; CHECK: FunctionOptions [ (0x0)
181 ; CHECK: FunctionOptions [ (0x0)
200 ; CHECK: FunctionOptions [ (0x0)
Dstatic-methods.ll21 ; CHECK-NEXT: FunctionOptions [ (0x0)
33 ; CHECK-NEXT: FunctionOptions [ (0x0)
45 ; CHECK-NEXT: FunctionOptions [ (0x0)
Dtype-quals.ll76 ; CHECK: FunctionOptions [ (0x0)
207 ; CHECK: FunctionOptions [ (0x0)
228 ; CHECK: FunctionOptions [ (0x0)
278 ; CHECK: FunctionOptions [ (0x0)
Dvirtual-methods.ll30 ; CHECK-NEXT: FunctionOptions [ (0x0)
44 ; CHECK-NEXT: FunctionOptions [ (0x0)
58 ; CHECK-NEXT: FunctionOptions [ (0x0)
82 ; CHECK-NEXT: FunctionOptions [ (0x0)
Dtypes-basic.ll51 ; CHECK: FunctionOptions [ (0x0)
128 ; CHECK: FunctionOptions [ (0x0)
205 ; CHECK: FunctionOptions [ (0x0)
Dtypes-array.ll25 ; CHECK: FunctionOptions [ (0x0)
/external/llvm/test/DebugInfo/COFF/
Dtypes-calling-conv.ll54 ; CHECK: FunctionOptions [ (0x0)
100 ; CHECK: FunctionOptions [ (0x0)
115 ; CHECK: FunctionOptions [ (0x0)
130 ; CHECK: FunctionOptions [ (0x0)
145 ; CHECK: FunctionOptions [ (0x0)
Dtypes-non-virtual-methods.ll41 ; CHECK: FunctionOptions [ (0x0)
81 ; CHECK: FunctionOptions [ (0x0)
162 ; CHECK: FunctionOptions [ (0x0)
181 ; CHECK: FunctionOptions [ (0x0)
200 ; CHECK: FunctionOptions [ (0x0)
Dvirtual-methods.ll30 ; CHECK-NEXT: FunctionOptions [ (0x0)
44 ; CHECK-NEXT: FunctionOptions [ (0x0)
58 ; CHECK-NEXT: FunctionOptions [ (0x0)
81 ; CHECK-NEXT: FunctionOptions [ (0x0)
Dtypes-basic.ll51 ; CHECK: FunctionOptions [ (0x0)
128 ; CHECK: FunctionOptions [ (0x0)
205 ; CHECK: FunctionOptions [ (0x0)
Dtypes-data-members.ll52 ; CHECK: FunctionOptions [ (0x0)
263 ; CHECK: FunctionOptions [ (0x0)
400 ; CHECK: FunctionOptions [ (0x0)
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h145 FunctionOptions Options, uint16_t ParameterCount, in ProcedureRecord()
162 FunctionOptions getOptions() const { return Options; } in getOptions()
170 FunctionOptions Options;
177 FunctionOptions Options;
187 FunctionOptions Options, uint16_t ParameterCount, in MemberFunctionRecord()
206 FunctionOptions getOptions() const { return Options; } in getOptions()
217 FunctionOptions Options;
227 FunctionOptions Options;
DCodeView.h233 enum class FunctionOptions : uint8_t { enum
239 CV_DEFINE_ENUM_CLASS_FLAGS_OPERATORS(FunctionOptions)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp68 LLVM_YAML_DECLARE_BITSET_TRAITS(FunctionOptions)
348 void ScalarBitSetTraits<FunctionOptions>::bitset(IO &IO, in bitset()
349 FunctionOptions &Options) { in bitset()
350 IO.bitSetCase(Options, "None", FunctionOptions::None); in bitset()
351 IO.bitSetCase(Options, "CxxReturnUdt", FunctionOptions::CxxReturnUdt); in bitset()
352 IO.bitSetCase(Options, "Constructor", FunctionOptions::Constructor); in bitset()
354 FunctionOptions::ConstructorWithVirtualBases); in bitset()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dcodeview-merging.test28 OBJ1-NEXT: FunctionOptions [ (0x0)
67 CHECK-NEXT: FunctionOptions [ (0x0)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h152 FunctionOptions Options, uint16_t ParameterCount, in ProcedureRecord()
160 FunctionOptions getOptions() const { return Options; } in getOptions()
166 FunctionOptions Options;
179 FunctionOptions Options, uint16_t ParameterCount, in MemberFunctionRecord()
191 FunctionOptions getOptions() const { return Options; } in getOptions()
200 FunctionOptions Options;
DCodeView.h242 enum class FunctionOptions : uint8_t { enum
248 CV_DEFINE_ENUM_CLASS_FLAGS_OPERATORS(FunctionOptions)
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp184 static std::string formatFunctionOptions(FunctionOptions Options) { in formatFunctionOptions()
187 PUSH_FLAG(FunctionOptions, CxxReturnUdt, Options, "returns cxx udt"); in formatFunctionOptions()
188 PUSH_FLAG(FunctionOptions, ConstructorWithVirtualBases, Options, in formatFunctionOptions()
190 PUSH_FLAG(FunctionOptions, Constructor, Options, "constructor"); in formatFunctionOptions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp139 ENUM_ENTRY(FunctionOptions, CxxReturnUdt),
140 ENUM_ENTRY(FunctionOptions, Constructor),
141 ENUM_ENTRY(FunctionOptions, ConstructorWithVirtualBases),
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeHashingTest.cpp41 PR.Options = FunctionOptions::None; in createProcedureRecord()
DTypeIndexDiscoveryTest.cpp190 FunctionOptions::None, 0, TypeIndex(18));
194 FunctionOptions::None, 2,
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp185 ENUM_ENTRY(FunctionOptions, CxxReturnUdt),
186 ENUM_ENTRY(FunctionOptions, Constructor),
187 ENUM_ENTRY(FunctionOptions, ConstructorWithVirtualBases),
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dcv-loc-unreachable.s152 # FunctionOptions [ (0x0)
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
Dcoff-debug.ll52 ; CHECK: FunctionOptions [ (0x0)

12