Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.h49 LLVM_ABI void addTypeRecord(ArrayRef<uint8_t> Type,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp57 void TpiStreamBuilder::addTypeRecord(ArrayRef<uint8_t> Record, in addTypeRecord() function in TpiStreamBuilder
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp872 TpiBuilder.addTypeRecord(Type.RecordData, std::nullopt); in yamlToPdb()
880 IpiBuilder.addTypeRecord(Type.RecordData, std::nullopt); in yamlToPdb()
1360 DestTpi.addTypeRecord(Type.RecordData, std::nullopt); in mergePdbs()
1363 DestIpi.addTypeRecord(Type.RecordData, std::nullopt); in mergePdbs()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp282 tpiBuilder.addTypeRecord(type.RecordData, *hash); in addTypeInfo()