Searched refs:CxxReturnUdt (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | function-options.ll | 17 ; DEFINE_FUNCTION(BClass); // Expect: FO = CxxReturnUdt 29 ; DEFINE_FUNCTION(C2Class); // Expect: FO = CxxReturnUdt 32 ; DEFINE_FUNCTION(DClass); // Expect: FO = CxxReturnUdt 45 ; DEFINE_FUNCTION(BStruct); // Expect FO = CxxReturnUdt 80 ; CHECK: CxxReturnUdt (0x1) 154 ; CHECK: CxxReturnUdt (0x1) 191 ; CHECK: CxxReturnUdt (0x1) 227 ; CHECK: CxxReturnUdt (0x1) 240 ; CHECK: CxxReturnUdt (0x1) 293 ; CHECK: CxxReturnUdt (0x1)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeFunctionSig.cpp | 194 return (Options & FunctionOptions::CxxReturnUdt) != FunctionOptions::None; in isCxxReturnUdt()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeFunctionSig.cpp | 194 return (Options & FunctionOptions::CxxReturnUdt) != FunctionOptions::None; in isCxxReturnUdt()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 235 CxxReturnUdt = 0x01, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 246 CxxReturnUdt = 0x01, enumerator
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 246 CxxReturnUdt = 0x01, enumerator
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 423 CV_ENUM_CLASS_ENT(FunctionOptions, CxxReturnUdt),
|
D | TypeDumpVisitor.cpp | 138 ENUM_ENTRY(FunctionOptions, CxxReturnUdt),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 415 CV_ENUM_CLASS_ENT(FunctionOptions, CxxReturnUdt),
|
D | TypeDumpVisitor.cpp | 138 ENUM_ENTRY(FunctionOptions, CxxReturnUdt),
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 212 PUSH_FLAG(FunctionOptions, CxxReturnUdt, Options, "returns cxx udt"); in formatFunctionOptions()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 185 ENUM_ENTRY(FunctionOptions, CxxReturnUdt),
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 350 IO.bitSetCase(Options, "CxxReturnUdt", FunctionOptions::CxxReturnUdt); in bitset()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 350 IO.bitSetCase(Options, "CxxReturnUdt", FunctionOptions::CxxReturnUdt); in bitset()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 412 FO |= FunctionOptions::CxxReturnUdt; in getFunctionOptions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 423 FO |= FunctionOptions::CxxReturnUdt; in getFunctionOptions()
|