Searched refs:addTypeRecord (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.h56 void addTypeRecord(ArrayRef<uint8_t> Type, Optional<uint32_t> Hash);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp44 void TpiStreamBuilder::addTypeRecord(ArrayRef<uint8_t> Record, function in class:TpiStreamBuilder
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp842 TpiBuilder.addTypeRecord(Type.RecordData, None);
850 IpiBuilder.addTypeRecord(Type.RecordData, None);
1331 DestTpi.addTypeRecord(Type.RecordData, None);
1334 DestIpi.addTypeRecord(Type.RecordData, None);
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp249 tpiBuilder.addTypeRecord(type.RecordData, *hash);

Completed in 119 milliseconds