Home
last modified time | relevance | path

Searched refs:TypeMap (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Linker/
DLinkModules.cpp369 TypeMapTy &TypeMap; member in __anon6ffd814d0211::ValueMaterializerTy
374 ValueMaterializerTy(TypeMapTy &TypeMap, Module *DstM, in ValueMaterializerTy() argument
376 : ValueMaterializer(), TypeMap(TypeMap), DstM(DstM), in ValueMaterializerTy()
399 TypeMapTy TypeMap; member in __anon6ffd814d0211::ModuleLinker
430 : DstM(dstM), SrcM(srcM), TypeMap(Set), in ModuleLinker()
431 ValMaterializer(TypeMap, DstM, LazilyLinkGlobalValues), in ModuleLinker()
550 static GlobalVariable *copyGlobalVariableProto(TypeMapTy &TypeMap, Module &DstM, in copyGlobalVariableProto() argument
556 DstM, TypeMap.get(SGVar->getType()->getElementType()), in copyGlobalVariableProto()
566 static Function *copyFunctionProto(TypeMapTy &TypeMap, Module &DstM, in copyFunctionProto() argument
570 return Function::Create(TypeMap.get(SF->getFunctionType()), SF->getLinkage(), in copyFunctionProto()
[all …]
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h53 TypeMapType TypeMap; variable
130 TypeMapType::const_iterator I = TypeMap.find(T); in getTypeID()
131 assert(I != TypeMap.end() && "Type not in ValueEnumerator!"); in getTypeID()
DValueEnumerator.cpp624 unsigned *TypeID = &TypeMap[Ty]; in EnumerateType()
643 TypeID = &TypeMap[Ty]; in EnumerateType()
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h475 template <class BlockT> struct TypeMap {};
476 template <> struct TypeMap<BasicBlock> {
483 template <> struct TypeMap<MachineBasicBlock> {
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/lldb/source/Plugins/SymbolFile/Symtab/
DSymbolFileSymtab.h125 typedef std::map<lldb_private::ConstString, lldb::TypeSP> TypeMap; typedef
132 TypeMap m_objc_class_types;
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp85 typedef std::map<Type*,std::string> TypeMap; typedef
99 TypeMap TypeNames;
397 TypeMap::iterator I = TypeNames.find(Ty); in getCppName()
/external/llvm/docs/
DExtendingLLVM.rst291 declaration to the TypeMap value type
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5233 const Constant *TypeMap = cast<Constant>(I.getArgOperand(1)); in visitIntrinsicCall() local
5236 GFI->addStackRoot(FI->getIndex(), TypeMap); in visitIntrinsicCall()