Searched refs:TypeMap (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeMap.h1 //===-- TypeMap.h ----------------------------------------------*- C++ -*-===//
21 class TypeMap class in namespace:lldb_private
27 TypeMap();
30 ~TypeMap();
38 TypeMap
93 DISALLOW_COPY_AND_ASSIGN (TypeMap);
H A DSymbolFile.h144 virtual uint32_t FindTypes (const SymbolContext& sc, const ConstString &name, const CompilerDeclContext *parent_decl_ctx, bool append, uint32_t max_matches, TypeMap& types);
145 virtual size_t FindTypes (const std::vector<CompilerContext> &context, bool append, TypeMap& types);
H A DSymbolVendor.h19 #include "lldb/Symbol/TypeMap.h"
132 TypeMap& types);
135 FindTypes (const std::vector<CompilerContext> &context, bool append, TypeMap& types);
H A DGoASTContext.h386 typedef std::map<ConstString, std::unique_ptr<GoType>> TypeMap; typedef in class:lldb_private::GoASTContext
389 std::unique_ptr<TypeMap> m_types;
H A DSymbolContext.h308 /// Sorts the types in TypeMap according to SymbolContext
313 SortTypeList(TypeMap &type_map, TypeList &type_list) const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DTypeMap.cpp1 //===-- TypeMap.cpp --------------------------------------------*- C++ -*-===//
35 #include "lldb/Symbol/TypeMap.h"
41 TypeMap::TypeMap() : function in class:TypeMap
49 TypeMap::~TypeMap()
54 TypeMap::Insert (const TypeSP& type_sp)
63 TypeMap::InsertUnique (const TypeSP& type_sp)
84 //TypeMap::FindType(lldb::user_id_t uid)
95 //TypeMap
[all...]
H A DSymbolFile.cpp18 #include "lldb/Symbol/TypeMap.h"
144 SymbolFile::FindTypes (const SymbolContext& sc, const ConstString &name, const CompilerDeclContext *parent_decl_ctx, bool append, uint32_t max_matches, TypeMap& types)
153 SymbolFile::FindTypes (const std::vector<CompilerContext> &context, bool append, TypeMap& types)
H A DSymbolVendor.cpp361 SymbolVendor::FindTypes (const SymbolContext& sc, const ConstString &name, const CompilerDeclContext *parent_decl_ctx, bool append, size_t max_matches, TypeMap& types)
376 SymbolVendor::FindTypes (const std::vector<CompilerContext> &context, bool append, TypeMap& types)
H A DGoASTContext.cpp295 , m_types(new TypeMap)
H A DSymbolContext.cpp695 SymbolContext::SortTypeList(TypeMap &type_map, TypeList &type_list) const
/freebsd-11.0-release/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h53 TypeMapType TypeMap; member in class:llvm::ValueEnumerator
131 TypeMapType::const_iterator I = TypeMap.find(T);
132 assert(I != TypeMap.end() && "Type not in ValueEnumerator!");
H A DValueEnumerator.cpp613 unsigned *TypeID = &TypeMap[Ty];
632 TypeID = &TypeMap[Ty];
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h117 typedef std::map<lldb_private::ConstString, lldb::TypeSP> TypeMap; typedef in class:SymbolFileSymtab
124 TypeMap m_objc_class_types;
/freebsd-11.0-release/contrib/llvm/lib/Linker/
H A DIRMover.cpp24 // TypeMap implementation.
381 TypeMapTy TypeMap; member in class:__anon2607::IRLinker
514 : DstM(DstM), SrcM(SrcM), AddLazyFor(AddLazyFor), TypeMap(Set),
722 new GlobalVariable(DstM, TypeMap.get(SGVar->getType()->getElementType()),
736 return Function::Create(TypeMap.get(SF->getFunctionType()),
744 auto *Ty = TypeMap.get(SGA->getValueType());
762 DstM, TypeMap.get(SGV->getType()->getElementType()),
800 TypeMap.addTypeMapping(DGV->getType(), SGV.getType());
807 TypeMap.addTypeMapping(DAT->getElementType(), SAT->getElementType());
812 TypeMap
[all...]
/freebsd-11.0-release/lib/clang/liblldbSymbol/
H A DMakefile35 TypeMap.cpp \
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h498 template <class BlockT> struct TypeMap {}; struct in namespace:llvm::bfi_detail
499 template <> struct TypeMap<BasicBlock> { struct in namespace:llvm::bfi_detail
506 template <> struct TypeMap<MachineBasicBlock> { struct in namespace:llvm::bfi_detail
789 typedef typename bfi_detail::TypeMap<BT>::BlockT BlockT;
790 typedef typename bfi_detail::TypeMap<BT>::FunctionT FunctionT;
791 typedef typename bfi_detail::TypeMap<BT>::BranchProbabilityInfoT
793 typedef typename bfi_detail::TypeMap<BT>::LoopT LoopT;
794 typedef typename bfi_detail::TypeMap<BT>::LoopInfoT LoopInfoT;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h221 lldb_private::TypeMap& types) override;
226 lldb_private::TypeMap& types) override;
H A DSymbolFileDWARFDebugMap.h85 uint32_t FindTypes (const lldb_private::SymbolContext& sc, const lldb_private::ConstString &name, const lldb_private::CompilerDeclContext *parent_decl_ctx, bool append, uint32_t max_matches, lldb_private::TypeMap& types) override;
H A DSymbolFileDWARFDebugMap.cpp35 #include "lldb/Symbol/TypeMap.h"
1280 TypeMap& types
H A DSymbolFileDWARF.cpp47 #include "lldb/Symbol/TypeMap.h"
2975 TypeMap& types)
3115 TypeMap& types)
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h1197 TypeMap& types);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp117 DynamicTypeMapImpl TypeMap = State->get<DynamicTypeMap>(); local
118 for (DynamicTypeMapImpl::iterator I = TypeMap.begin(), E = TypeMap.end();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp39 #include "lldb/Symbol/TypeMap.h"
936 TypeMap& types)
956 TypeMap types_map;
989 TypeMap typesmap;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h260 class TypeMap;
/freebsd-11.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp85 typedef std::map<Type*,std::string> TypeMap; typedef in namespace:__anon2821
99 TypeMap TypeNames;
397 TypeMap::iterator I = TypeNames.find(Ty);

Completed in 141 milliseconds

12