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

  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 45 TypeIndex writeArray(const ArrayRecord &Record);
TypeRecord.h 410 class ArrayRecord : public TypeRecord {
412 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size,
421 static ErrorOr<ArrayRecord> deserialize(TypeRecordKind Kind,
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
TypeRecord.cpp 114 ErrorOr<ArrayRecord> ArrayRecord::deserialize(TypeRecordKind Kind,
120 return ArrayRecord(L->ElementType, L->IndexType, Size, Name);
448 bool ArrayRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) {
TypeTableBuilder.cpp 93 TypeIndex TypeTableBuilder::writeArray(const ArrayRecord &Record) {
TypeDumper.cpp 302 Error CVTypeDumper::visitArray(ArrayRecord &AT) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeRecord.h 375 class ArrayRecord : public TypeRecord {
377 ArrayRecord() = default;
378 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
379 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeRecord.h 375 class ArrayRecord : public TypeRecord {
377 ArrayRecord() = default;
378 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
379 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeRecord.h 376 class ArrayRecord : public TypeRecord {
378 ArrayRecord() = default;
379 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
380 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeRecord.h 376 class ArrayRecord : public TypeRecord {
378 ArrayRecord() = default;
379 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
380 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeRecord.h 376 class ArrayRecord : public TypeRecord {
378 ArrayRecord() = default;
379 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
380 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeRecord.h 376 class ArrayRecord : public TypeRecord {
378 ArrayRecord() = default;
379 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
380 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeRecord.h 375 class ArrayRecord : public TypeRecord {
377 ArrayRecord() = default;
378 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
379 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeRecord.h 375 class ArrayRecord : public TypeRecord {
377 ArrayRecord() = default;
378 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
379 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeRecord.h 376 class ArrayRecord : public TypeRecord {
378 ArrayRecord() = default;
379 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
380 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeRecord.h 376 class ArrayRecord : public TypeRecord {
378 ArrayRecord() = default;
379 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
380 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeRecord.h 376 class ArrayRecord : public TypeRecord {
378 ArrayRecord() = default;
379 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
380 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeRecord.h 376 class ArrayRecord : public TypeRecord {
378 ArrayRecord() = default;
379 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
380 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 371 class ArrayRecord : public TypeRecord {
373 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
374 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 371 class ArrayRecord : public TypeRecord {
373 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
374 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size,
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp     [all...]

Completed in 1352 milliseconds