Searched refs:LValueReference (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/ |
D | NativeTypePointer.cpp | 110 return Record->getMode() == PointerMode::LValueReference; in isReference()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoFlags.def | 44 HANDLE_DI_FLAG((1 << 13), LValueReference)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 350 LValueReference = 0x01, // "old" reference enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 171 if (Ptr.getMode() == PointerMode::LValueReference) in visitKnownRecord()
|
D | EnumTables.cpp | 361 CV_ENUM_CLASS_ENT(PointerMode, LValueReference),
|
D | TypeDumpVisitor.cpp | 87 ENUM_ENTRY(PointerMode, LValueReference),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 280 IO.enumCase(Mode, "LValueReference", PointerMode::LValueReference); in enumeration()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1720 PM = PointerMode::LValueReference; in lowerTypePointer() 2505 PointerMode::LValueReference, PointerOptions::None, in getTypeIndexForReferenceTo()
|