Home
last modified time | relevance | path

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

/freebsd-13.1/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.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp61 void TpiStreamBuilder::addTypeRecord(ArrayRef<uint8_t> Record, in addTypeRecord() function in TpiStreamBuilder
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp842 TpiBuilder.addTypeRecord(Type.RecordData, None); in yamlToPdb()
850 IpiBuilder.addTypeRecord(Type.RecordData, None); in yamlToPdb()
1330 DestTpi.addTypeRecord(Type.RecordData, None); in mergePdbs()
1333 DestIpi.addTypeRecord(Type.RecordData, None); in mergePdbs()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DPDB.cpp297 tpiBuilder.addTypeRecord(type.RecordData, *hash); in addTypeInfo()