| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeArray.cpp | 33 dumpSymbolIdField(OS, "elementTypeId", getTypeId(), Indent, Session, in dump() 58 Session.getSymbolCache().getNativeSymbolById(getTypeId()); in getCount() 62 SymIndexId NativeTypeArray::getTypeId() const { in getTypeId() function in NativeTypeArray
|
| H A D | NativeTypeFunctionSig.cpp | 38 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 42 SymIndexId getTypeId() const override { return RealType->getSymIndexId(); } in getTypeId() function in __anon112dc6440111::NativeTypeFunctionArg 121 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 161 SymIndexId NativeTypeFunctionSig::getTypeId() const { in getTypeId() function in NativeTypeFunctionSig
|
| H A D | NativeSymbolEnumerator.cpp | 39 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 57 SymIndexId NativeSymbolEnumerator::getTypeId() const { in getTypeId() function in NativeSymbolEnumerator 58 return Parent.getTypeId(); in getTypeId()
|
| H A D | NativeTypeTypedef.cpp | 19 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 25 SymIndexId NativeTypeTypedef::getTypeId() const { in getTypeId() function in NativeTypeTypedef
|
| H A D | NativeTypeEnum.cpp | 140 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 341 SymIndexId NativeTypeEnum::getTypeId() const { in getTypeId() function in NativeTypeEnum 343 return UnmodifiedType->getTypeId(); in getTypeId() 381 getTypeId()); in getUnderlyingBuiltinType()
|
| H A D | NativeTypePointer.cpp | 48 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 101 SymIndexId NativeTypePointer::getTypeId() const { in getTypeId() function in NativeTypePointer
|
| H A D | NativeRawSymbol.cpp | 323 SymIndexId NativeRawSymbol::getTypeId() const { return 0; } in getTypeId() function in NativeRawSymbol
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbolTypeFunctionSig.cpp | 47 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getChildAtIndex() 54 return Session.getSymbolById(FunctionArgSymbol->getTypeId()); in getNext()
|
| H A D | UDTLayout.cpp | 37 uint32_t TypeId = RawSymbol.getTypeId(); in getSymbolType()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeTypeTypedef.h | 33 SymIndexId getTypeId() const override;
|
| H A D | NativeTypeArray.h | 39 SymIndexId getTypeId() const override;
|
| H A D | NativeSymbolEnumerator.h | 35 SymIndexId getTypeId() const override;
|
| H A D | NativeTypePointer.h | 43 SymIndexId getTypeId() const override;
|
| H A D | NativeTypeFunctionSig.h | 48 SymIndexId getTypeId() const override;
|
| H A D | NativeTypeEnum.h | 57 SymIndexId getTypeId() const override;
|
| H A D | NativeRawSymbol.h | 124 SymIndexId getTypeId() const override;
|
| /freebsd-12.1/contrib/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 77 BTFType.Type = BDebug.getTypeId(ResolvedType); in completeType() 174 ArrayInfo.ElemType = BDebug.getTypeId(BaseType); in completeType() 235 BTFMember.Type = BDebug.getTypeId(DDTy->getBaseType().resolve()); in completeType() 266 BTFType.Type = RetType ? BDebug.getTypeId(RetType) : 0; in completeType() 276 Param.Type = BDebug.getTypeId(Element); in completeType()
|
| H A D | BTFDebug.h | 267 uint32_t getTypeId(const DIType *Ty) { in getTypeId() function
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyTypedefDumper.cpp | 32 uint32_t TargetId = Symbol.getTypeId(); in start()
|
| H A D | PrettyFunctionDumper.cpp | 229 uint32_t TypeId = Symbol.getTypeId(); in dump()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 373 auto ty = symbol_file->ResolveTypeUID(type.getRawSymbol().getTypeId()); in CreateLLDBTypeFromPDBType() 539 m_ast.GetSymbolFile()->ResolveTypeUID(type_def->getTypeId()); in CreateLLDBTypeFromPDBType() 891 auto type = symbol_file->ResolveTypeUID(data->getTypeId()); in GetDeclForSymbol() 930 Type *arg_type = symbol_file->ResolveTypeUID(arg->getTypeId()); in GetDeclForSymbol() 1212 auto member_type = symbol_file.ResolveTypeUID(member->getTypeId()); in AddRecordMembers() 1276 auto base_type = symbol_file.ResolveTypeUID(base->getTypeId()); in AddRecordBases()
|
| H A D | SymbolFilePDB.cpp | 947 std::make_shared<SymbolFileType>(*this, pdb_data.getTypeId()); in ParseVariableForPDBData()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 119 SymIndexId getTypeId() const override;
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBRawSymbol.h | 150 virtual SymIndexId getTypeId() const = 0;
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 828 SymIndexId DIARawSymbol::getTypeId() const { in getTypeId() function in DIARawSymbol
|