Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp367 TypeMapTy &TypeMap; member in __anon4cbc01be0211::ValueMaterializerTy
372 ValueMaterializerTy(TypeMapTy &TypeMap, Module *DstM, in ValueMaterializerTy() argument
374 : ValueMaterializer(), TypeMap(TypeMap), DstM(DstM), in ValueMaterializerTy()
397 TypeMapTy TypeMap; member in __anon4cbc01be0211::ModuleLinker
428 : DstM(dstM), SrcM(srcM), TypeMap(Set), in ModuleLinker()
429 ValMaterializer(TypeMap, DstM, LazilyLinkGlobalValues), in ModuleLinker()
548 static GlobalVariable *copyGlobalVariableProto(TypeMapTy &TypeMap, Module &DstM, in copyGlobalVariableProto() argument
554 DstM, TypeMap.get(SGVar->getType()->getElementType()), in copyGlobalVariableProto()
564 static Function *copyFunctionProto(TypeMapTy &TypeMap, Module &DstM, in copyFunctionProto() argument
568 return Function::Create(TypeMap.get(SF->getFunctionType()), SF->getLinkage(), in copyFunctionProto()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h53 TypeMapType TypeMap; variable
118 TypeMapType::const_iterator I = TypeMap.find(T); in getTypeID()
119 assert(I != TypeMap.end() && "Type not in ValueEnumerator!"); in getTypeID()
H A DValueEnumerator.cpp628 unsigned *TypeID = &TypeMap[Ty]; in EnumerateType()
647 TypeID = &TypeMap[Ty]; in EnumerateType()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h475 template <class BlockT> struct TypeMap {};
476 template <> struct TypeMap<BasicBlock> {
483 template <> struct TypeMap<MachineBasicBlock> {
763 typedef typename bfi_detail::TypeMap<BT>::BlockT BlockT;
764 typedef typename bfi_detail::TypeMap<BT>::FunctionT FunctionT;
765 typedef typename bfi_detail::TypeMap<BT>::BranchProbabilityInfoT
767 typedef typename bfi_detail::TypeMap<BT>::LoopT LoopT;
768 typedef typename bfi_detail::TypeMap<BT>::LoopInfoT LoopInfoT;
/minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp84 typedef std::map<Type*,std::string> TypeMap; typedef
97 TypeMap TypeNames;
394 TypeMap::iterator I = TypeNames.find(Ty); in getCppName()
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DExtendingLLVM.rst265 declaration to the TypeMap value type
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5411 const Constant *TypeMap = cast<Constant>(I.getArgOperand(1)); in visitIntrinsicCall() local
5414 GFI->addStackRoot(FI->getIndex(), TypeMap); in visitIntrinsicCall()