Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp267 Refs.push_back({TiRefKind::TypeRef, 0, 1}); in handlePointer()
271 Refs.push_back({TiRefKind::TypeRef, 8, 1}); in handlePointer()
283 Refs.push_back({TiRefKind::TypeRef, 4, 1}); in discoverTypeIndices()
286 Refs.push_back({TiRefKind::TypeRef, 0, 2}); in discoverTypeIndices()
302 Refs.push_back({TiRefKind::TypeRef, 0, 1}); in discoverTypeIndices()
306 Refs.push_back({TiRefKind::TypeRef, 0, 1}); in discoverTypeIndices()
309 Refs.push_back({TiRefKind::TypeRef, 0, 1}); in discoverTypeIndices()
312 Refs.push_back({TiRefKind::TypeRef, 0, 1}); in discoverTypeIndices()
313 Refs.push_back({TiRefKind::TypeRef, 8, 1}); in discoverTypeIndices()
316 Refs.push_back({TiRefKind::TypeRef, 0, 3}); in discoverTypeIndices()
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h376 codeview::TypeIndex getTypeIndex(DITypeRef TypeRef,
383 codeview::TypeIndex getTypeIndexForReferenceTo(DITypeRef TypeRef);
422 codeview::TypeIndex getCompleteTypeIndex(DITypeRef TypeRef);
H A DCodeViewDebug.cpp2391 TypeIndex CodeViewDebug::getTypeIndex(DITypeRef TypeRef, DITypeRef ClassTyRef) { in getTypeIndex() argument
2392 const DIType *Ty = TypeRef.resolve(); in getTypeIndex()
2437 TypeIndex CodeViewDebug::getTypeIndexForReferenceTo(DITypeRef TypeRef) { in getTypeIndexForReferenceTo() argument
2438 DIType *Ty = TypeRef.resolve(); in getTypeIndexForReferenceTo()
2447 TypeIndex CodeViewDebug::getCompleteTypeIndex(DITypeRef TypeRef) { in getCompleteTypeIndex() argument
2448 const DIType *Ty = TypeRef.resolve(); in getCompleteTypeIndex()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndexDiscovery.h20 enum class TiRefKind { TypeRef, IndexRef }; enumerator