HomeSort by relevance Sort by last modified time
    Searched refs:PointerRecord (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 44 TypeIndex writePointer(const PointerRecord &Record);
TypeRecord.h 289 class PointerRecord : public TypeRecord {
300 PointerRecord(TypeIndex ReferentType, PointerKind Kind, PointerMode Mode,
302 : PointerRecord(ReferentType, Kind, Mode, Options, Size,
305 PointerRecord(TypeIndex ReferentType, PointerKind Kind, PointerMode Mode,
316 static ErrorOr<PointerRecord> deserialize(TypeRecordKind Kind,
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
TypeTableBuilder.cpp 72 TypeIndex TypeTableBuilder::writePointer(const PointerRecord &Record) {
77 (Record.getSize() << PointerRecord::PointerSizeShift) |
79 << PointerRecord::PointerModeShift) |
81 << PointerRecord::PointerKindShift);
TypeRecord.cpp 84 ErrorOr<PointerRecord> PointerRecord::deserialize(TypeRecordKind Kind,
100 return PointerRecord(L->PointeeType, PtrKind, Mode, Options, Size, *E);
103 return PointerRecord(L->PointeeType, PtrKind, Mode, Options, Size);
436 bool PointerRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) {
TypeDumper.cpp 400 Error CVTypeDumper::visitPointer(PointerRecord &Ptr) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 256 class PointerRecord : public TypeRecord {
269 explicit PointerRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
271 PointerRecord(TypeIndex ReferentType, uint32_t Attrs)
275 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM,
280 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM,
286 PointerRecord(TypeIndex ReferentType, uint32_t Attrs,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 256 class PointerRecord : public TypeRecord {
269 explicit PointerRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
271 PointerRecord(TypeIndex ReferentType, uint32_t Attrs)
275 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM,
280 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM,
286 PointerRecord(TypeIndex ReferentType, uint32_t Attrs,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 256 class PointerRecord : public TypeRecord {
269 explicit PointerRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
271 PointerRecord(TypeIndex ReferentType, uint32_t Attrs)
275 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM,
280 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM,
286 PointerRecord(TypeIndex ReferentType, uint32_t Attrs,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 256 class PointerRecord : public TypeRecord {
269 explicit PointerRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
271 PointerRecord(TypeIndex ReferentType, uint32_t Attrs)
275 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM,
280 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM,
286 PointerRecord(TypeIndex ReferentType, uint32_t Attrs,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 256 class PointerRecord : public TypeRecord {
269 explicit PointerRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
271 PointerRecord(TypeIndex ReferentType, uint32_t Attrs)
275 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM,
280 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM,
286 PointerRecord(TypeIndex ReferentType, uint32_t Attrs,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 256 class PointerRecord : public TypeRecord {
269 explicit PointerRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
271 PointerRecord(TypeIndex ReferentType, uint32_t Attrs)
275 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM,
280 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM,
286 PointerRecord(TypeIndex ReferentType, uint32_t Attrs,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 256 class PointerRecord : public TypeRecord {
269 explicit PointerRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
271 PointerRecord(TypeIndex ReferentType, uint32_t Attrs)
275 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM,
280 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM,
286 PointerRecord(TypeIndex ReferentType, uint32_t Attrs,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 256 class PointerRecord : public TypeRecord {
269 explicit PointerRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
271 PointerRecord(TypeIndex ReferentType, uint32_t Attrs)
275 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM,
280 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM,
286 PointerRecord(TypeIndex ReferentType, uint32_t Attrs,
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp     [all...]

Completed in 177 milliseconds