Home
last modified time | relevance | path

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/
DNativeTypePointer.cpp110 return Record->getMode() == PointerMode::LValueReference; in isReference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoFlags.def44 HANDLE_DI_FLAG((1 << 13), LValueReference)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h350 LValueReference = 0x01, // "old" reference enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp171 if (Ptr.getMode() == PointerMode::LValueReference) in visitKnownRecord()
DEnumTables.cpp361 CV_ENUM_CLASS_ENT(PointerMode, LValueReference),
DTypeDumpVisitor.cpp87 ENUM_ENTRY(PointerMode, LValueReference),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp280 IO.enumCase(Mode, "LValueReference", PointerMode::LValueReference); in enumeration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1720 PM = PointerMode::LValueReference; in lowerTypePointer()
2505 PointerMode::LValueReference, PointerOptions::None, in getTypeIndexForReferenceTo()