HomeSort by relevance Sort by last modified time
    Searched defs:UdtSourceLineRecord (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/DebugInfo/CodeView/
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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 609 class UdtSourceLineRecord : public TypeRecord {
611 UdtSourceLineRecord() = default;
612 explicit UdtSourceLineRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
613 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber)

Completed in 298 milliseconds