| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeArray.cpp | 32 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 D | NativeTypeFunctionSig.cpp | 37 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 D | NativeSymbolEnumerator.cpp | 38 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 D | NativeTypeTypedef.cpp | 19 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 27 SymIndexId NativeTypeTypedef::getTypeId() const { in getTypeId() function in NativeTypeTypedef
|
| H A D | NativeTypeEnum.cpp | 139 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 D | NativeTypePointer.cpp | 47 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 100 SymIndexId NativeTypePointer::getTypeId() const { in getTypeId() function in NativeTypePointer
|
| H A D | NativeRawSymbol.cpp | 322 SymIndexId NativeRawSymbol::getTypeId() const { return 0; } in getTypeId() function in NativeRawSymbol
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbolTypeFunctionSig.cpp | 46 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getChildAtIndex() 53 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getNext()
|
| H A D | UDTLayout.cpp | 36 uint32_t TypeId = RawSymbol.getTypeId(); in getSymbolType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeTypeTypedef.h | 32 SymIndexId getTypeId() const override;
|
| H A D | NativeTypeArray.h | 38 SymIndexId getTypeId() const override;
|
| H A D | NativeSymbolEnumerator.h | 34 SymIndexId getTypeId() const override;
|
| H A D | NativeTypePointer.h | 42 SymIndexId getTypeId() const override;
|
| H A D | NativeTypeFunctionSig.h | 47 SymIndexId getTypeId() const override;
|
| H A D | NativeTypeEnum.h | 56 SymIndexId getTypeId() const override;
|
| H A D | NativeRawSymbol.h | 123 SymIndexId getTypeId() const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyTypedefDumper.cpp | 31 uint32_t TargetId = Symbol.getTypeId(); in start()
|
| H A D | PrettyFunctionDumper.cpp | 229 uint32_t TypeId = Symbol.getTypeId(); in dump()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 87 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 D | BTFDebug.h | 359 uint32_t getTypeId(const DIType *Ty) { in getTypeId() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 118 SymIndexId getTypeId() const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBRawSymbol.h | 145 virtual SymIndexId getTypeId() const = 0;
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | meta.d | 696 enum getTypeId(T) = typeid(T); 697 alias A = staticMap!(getTypeId, int);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 827 SymIndexId DIARawSymbol::getTypeId() const { in getTypeId() function in DIARawSymbol
|