Home
last modified time | relevance | path

Searched refs:getTypeId (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeArray.cpp32 dumpSymbolIdField(OS, "elementTypeId", getTypeId(), Indent, Session, in dump()
57 Session.getSymbolCache().getNativeSymbolById(getTypeId()); in getCount()
61 SymIndexId NativeTypeArray::getTypeId() const { in getTypeId() function in NativeTypeArray
H A DNativeTypeFunctionSig.cpp37 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
41 SymIndexId getTypeId() const override { return RealType->getSymIndexId(); } in getTypeId() function in __anon062b27ea0111::NativeTypeFunctionArg
120 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
160 SymIndexId NativeTypeFunctionSig::getTypeId() const { in getTypeId() function in NativeTypeFunctionSig
H A DNativeSymbolEnumerator.cpp38 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
58 SymIndexId NativeSymbolEnumerator::getTypeId() const { in getTypeId() function in NativeSymbolEnumerator
59 return Parent.getTypeId(); in getTypeId()
H A DNativeTypeTypedef.cpp19 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
27 SymIndexId NativeTypeTypedef::getTypeId() const { in getTypeId() function in NativeTypeTypedef
H A DNativeTypeEnum.cpp139 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
340 SymIndexId NativeTypeEnum::getTypeId() const { in getTypeId() function in NativeTypeEnum
342 return UnmodifiedType->getTypeId(); in getTypeId()
380 getTypeId()); in getUnderlyingBuiltinType()
H A DNativeTypePointer.cpp47 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
100 SymIndexId NativeTypePointer::getTypeId() const { in getTypeId() function in NativeTypePointer
H A DNativeRawSymbol.cpp322 SymIndexId NativeRawSymbol::getTypeId() const { return 0; } in getTypeId() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.cpp46 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getChildAtIndex()
53 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getNext()
H A DUDTLayout.cpp36 uint32_t TypeId = RawSymbol.getTypeId(); in getSymbolType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeTypedef.h32 SymIndexId getTypeId() const override;
H A DNativeTypeArray.h38 SymIndexId getTypeId() const override;
H A DNativeSymbolEnumerator.h34 SymIndexId getTypeId() const override;
H A DNativeTypePointer.h42 SymIndexId getTypeId() const override;
H A DNativeTypeFunctionSig.h47 SymIndexId getTypeId() const override;
H A DNativeTypeEnum.h56 SymIndexId getTypeId() const override;
H A DNativeRawSymbol.h123 SymIndexId getTypeId() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyTypedefDumper.cpp31 uint32_t TargetId = Symbol.getTypeId(); in start()
H A DPrettyFunctionDumper.cpp229 uint32_t TypeId = Symbol.getTypeId(); in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp87 BTFType.Type = BDebug.getTypeId(ResolvedType); in completeType()
253 BTFMember.Type = BDebug.getTypeId(BaseTy); in completeType()
290 BTFType.Type = RetType ? BDebug.getTypeId(RetType) : 0; in completeType()
300 Param.Type = BDebug.getTypeId(Element); in completeType()
H A DBTFDebug.h359 uint32_t getTypeId(const DIType *Ty) { in getTypeId() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h118 SymIndexId getTypeId() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h145 virtual SymIndexId getTypeId() const = 0;
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dmeta.d696 enum getTypeId(T) = typeid(T);
697 alias A = staticMap!(getTypeId, int);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp827 SymIndexId DIARawSymbol::getTypeId() const { in getTypeId() function in DIARawSymbol