/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | types-calling-conv.ll | 54 ; CHECK: FunctionOptions [ (0x0) 100 ; CHECK: FunctionOptions [ (0x0) 115 ; CHECK: FunctionOptions [ (0x0) 130 ; CHECK: FunctionOptions [ (0x0) 145 ; CHECK: FunctionOptions [ (0x0)
|
D | types-non-virtual-methods.ll | 41 ; CHECK: FunctionOptions [ (0x0) 81 ; CHECK: FunctionOptions [ (0x0) 162 ; CHECK: FunctionOptions [ (0x0) 181 ; CHECK: FunctionOptions [ (0x0) 200 ; CHECK: FunctionOptions [ (0x0)
|
D | static-methods.ll | 21 ; CHECK-NEXT: FunctionOptions [ (0x0) 33 ; CHECK-NEXT: FunctionOptions [ (0x0) 45 ; CHECK-NEXT: FunctionOptions [ (0x0)
|
D | type-quals.ll | 76 ; CHECK: FunctionOptions [ (0x0) 207 ; CHECK: FunctionOptions [ (0x0) 228 ; CHECK: FunctionOptions [ (0x0) 278 ; CHECK: FunctionOptions [ (0x0)
|
D | virtual-methods.ll | 30 ; CHECK-NEXT: FunctionOptions [ (0x0) 44 ; CHECK-NEXT: FunctionOptions [ (0x0) 58 ; CHECK-NEXT: FunctionOptions [ (0x0) 82 ; CHECK-NEXT: FunctionOptions [ (0x0)
|
D | types-basic.ll | 51 ; CHECK: FunctionOptions [ (0x0) 128 ; CHECK: FunctionOptions [ (0x0) 205 ; CHECK: FunctionOptions [ (0x0)
|
D | types-array.ll | 25 ; CHECK: FunctionOptions [ (0x0)
|
/external/llvm/test/DebugInfo/COFF/ |
D | types-calling-conv.ll | 54 ; CHECK: FunctionOptions [ (0x0) 100 ; CHECK: FunctionOptions [ (0x0) 115 ; CHECK: FunctionOptions [ (0x0) 130 ; CHECK: FunctionOptions [ (0x0) 145 ; CHECK: FunctionOptions [ (0x0)
|
D | types-non-virtual-methods.ll | 41 ; CHECK: FunctionOptions [ (0x0) 81 ; CHECK: FunctionOptions [ (0x0) 162 ; CHECK: FunctionOptions [ (0x0) 181 ; CHECK: FunctionOptions [ (0x0) 200 ; CHECK: FunctionOptions [ (0x0)
|
D | virtual-methods.ll | 30 ; CHECK-NEXT: FunctionOptions [ (0x0) 44 ; CHECK-NEXT: FunctionOptions [ (0x0) 58 ; CHECK-NEXT: FunctionOptions [ (0x0) 81 ; CHECK-NEXT: FunctionOptions [ (0x0)
|
D | types-basic.ll | 51 ; CHECK: FunctionOptions [ (0x0) 128 ; CHECK: FunctionOptions [ (0x0) 205 ; CHECK: FunctionOptions [ (0x0)
|
D | types-data-members.ll | 52 ; CHECK: FunctionOptions [ (0x0) 263 ; CHECK: FunctionOptions [ (0x0) 400 ; CHECK: FunctionOptions [ (0x0)
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 145 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;
|
D | CodeView.h | 233 enum class FunctionOptions : uint8_t { enum 239 CV_DEFINE_ENUM_CLASS_FLAGS_OPERATORS(FunctionOptions)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 68 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/ |
D | codeview-merging.test | 28 OBJ1-NEXT: FunctionOptions [ (0x0) 67 CHECK-NEXT: FunctionOptions [ (0x0)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 152 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;
|
D | CodeView.h | 242 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/ |
D | MinimalTypeDumper.cpp | 184 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/ |
D | TypeDumpVisitor.cpp | 139 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/ |
D | TypeHashingTest.cpp | 41 PR.Options = FunctionOptions::None; in createProcedureRecord()
|
D | TypeIndexDiscoveryTest.cpp | 190 FunctionOptions::None, 0, TypeIndex(18)); 194 FunctionOptions::None, 2,
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 185 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/ |
D | cv-loc-unreachable.s | 152 # FunctionOptions [ (0x0)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/ |
D | coff-debug.ll | 52 ; CHECK: FunctionOptions [ (0x0)
|