HomeSort by relevance Sort by last modified time
    Searched refs:UdtSourceLineRecord (Results 1 - 25 of 27) sorted by null

1 2

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
TpiHashing.h 50 codeview::UdtSourceLineRecord &Rec);
65 codeview::UdtSourceLineRecord &Rec) override;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
TpiHashing.h 50 codeview::UdtSourceLineRecord &Rec);
65 codeview::UdtSourceLineRecord &Rec) override;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
TpiHashing.h 50 codeview::UdtSourceLineRecord &Rec);
65 codeview::UdtSourceLineRecord &Rec) override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
TpiHashing.h 50 codeview::UdtSourceLineRecord &Rec);
65 codeview::UdtSourceLineRecord &Rec) override;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
TpiHashing.h 50 codeview::UdtSourceLineRecord &Rec);
65 codeview::UdtSourceLineRecord &Rec) override;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
TpiHashing.h 50 codeview::UdtSourceLineRecord &Rec);
65 codeview::UdtSourceLineRecord &Rec) override;
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 53 TypeIndex writeUdtSourceLine(const UdtSourceLineRecord &Record);
TypeRecord.h 745 class UdtSourceLineRecord : public TypeRecord {
747 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber)
755 static ErrorOr<UdtSourceLineRecord> deserialize(TypeRecordKind Kind,
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
TypeRecord.cpp 236 ErrorOr<UdtSourceLineRecord>
237 UdtSourceLineRecord::deserialize(TypeRecordKind Kind, ArrayRef<uint8_t> &Data) {
240 return UdtSourceLineRecord(L->UDT, L->SourceFile, L->LineNumber);
497 bool UdtSourceLineRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) {
TypeTableBuilder.cpp 220 TypeTableBuilder::writeUdtSourceLine(const UdtSourceLineRecord &Record) {
  /external/llvm/lib/DebugInfo/PDB/Raw/
TpiStream.cpp 99 Error visitUdtSourceLine(UdtSourceLineRecord &Rec) override {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeRecord.h 590 class UdtSourceLineRecord : public TypeRecord {
592 UdtSourceLineRecord() = default;
593 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
594 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeRecord.h 590 class UdtSourceLineRecord : public TypeRecord {
592 UdtSourceLineRecord() = default;
593 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
594 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeRecord.h 600 class UdtSourceLineRecord : public TypeRecord {
602 UdtSourceLineRecord() = default;
603 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
604 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeRecord.h 600 class UdtSourceLineRecord : public TypeRecord {
602 UdtSourceLineRecord() = default;
603 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
604 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeRecord.h 600 class UdtSourceLineRecord : public TypeRecord {
602 UdtSourceLineRecord() = default;
603 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
604 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeRecord.h 600 class UdtSourceLineRecord : public TypeRecord {
602 UdtSourceLineRecord() = default;
603 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
604 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeRecord.h 590 class UdtSourceLineRecord : public TypeRecord {
592 UdtSourceLineRecord() = default;
593 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
594 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeRecord.h 590 class UdtSourceLineRecord : public TypeRecord {
592 UdtSourceLineRecord() = default;
593 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
594 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeRecord.h 600 class UdtSourceLineRecord : public TypeRecord {
602 UdtSourceLineRecord() = default;
603 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
604 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeRecord.h 600 class UdtSourceLineRecord : public TypeRecord {
602 UdtSourceLineRecord() = default;
603 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
604 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeRecord.h 600 class UdtSourceLineRecord : public TypeRecord {
602 UdtSourceLineRecord() = default;
603 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
604 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeRecord.h 600 class UdtSourceLineRecord : public TypeRecord {
602 UdtSourceLineRecord() = default;
603 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
604 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 576 class UdtSourceLineRecord : public TypeRecord {
578 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
579 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 576 class UdtSourceLineRecord : public TypeRecord {
578 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
579 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber)

Completed in 1189 milliseconds

1 2