Searched refs:TypeMap (Results 1 - 7 of 7) sorted by relevance
/external/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 39 // TypeMap implementation. 89 dbgs() << "TypeMap: "; 369 TypeMapTy &TypeMap; member in class:__anon10558::ValueMaterializerTy 374 ValueMaterializerTy(TypeMapTy &TypeMap, Module *DstM, argument 376 : ValueMaterializer(), TypeMap(TypeMap), DstM(DstM), 399 TypeMapTy TypeMap; member in class:__anon10558::ModuleLinker 430 : DstM(dstM), SrcM(srcM), TypeMap(Set), 431 ValMaterializer(TypeMap, DstM, LazilyLinkGlobalValues), 550 static GlobalVariable *copyGlobalVariableProto(TypeMapTy &TypeMap, Modul argument 566 copyFunctionProto(TypeMapTy &TypeMap, Module &DstM, const Function *SF) argument 575 copyGlobalAliasProto(TypeMapTy &TypeMap, Module &DstM, const GlobalAlias *SGA) argument 584 copyGlobalValueProto(TypeMapTy &TypeMap, Module &DstM, const GlobalValue *SGV) argument [all...] |
/external/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.h | 53 TypeMapType TypeMap; member in class:llvm::ValueEnumerator 130 TypeMapType::const_iterator I = TypeMap.find(T); 131 assert(I != TypeMap.end() && "Type not in ValueEnumerator!");
|
H A D | ValueEnumerator.cpp | 624 unsigned *TypeID = &TypeMap[Ty]; 643 TypeID = &TypeMap[Ty];
|
/external/lldb/source/Plugins/SymbolFile/Symtab/ |
H A D | SymbolFileSymtab.h | 125 typedef std::map<lldb_private::ConstString, lldb::TypeSP> TypeMap; typedef in class:SymbolFileSymtab 132 TypeMap m_objc_class_types;
|
/external/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfoImpl.h | 475 template <class BlockT> struct TypeMap {}; struct in namespace:llvm::bfi_detail 476 template <> struct TypeMap<BasicBlock> { struct in namespace:llvm::bfi_detail 483 template <> struct TypeMap<MachineBasicBlock> { struct in namespace:llvm::bfi_detail 760 typedef typename bfi_detail::TypeMap<BT>::BlockT BlockT; 761 typedef typename bfi_detail::TypeMap<BT>::FunctionT FunctionT; 762 typedef typename bfi_detail::TypeMap<BT>::BranchProbabilityInfoT 764 typedef typename bfi_detail::TypeMap<BT>::LoopT LoopT; 765 typedef typename bfi_detail::TypeMap<BT>::LoopInfoT LoopInfoT;
|
/external/llvm/lib/Target/CppBackend/ |
H A D | CPPBackend.cpp | 85 typedef std::map<Type*,std::string> TypeMap; typedef in namespace:__anon10719 99 TypeMap TypeNames; 397 TypeMap::iterator I = TypeNames.find(Ty);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 5233 const Constant *TypeMap = cast<Constant>(I.getArgOperand(1)); 5236 GFI->addStackRoot(FI->getIndex(), TypeMap);
|
Completed in 2398 milliseconds