Searched refs:InlineAsms (Results 1 – 9 of 9) sorted by relevance
33 return pImpl->InlineAsms.getOrCreate(PointerType::getUnqual(FTy), Key); in get()50 getType()->getContext().pImpl->InlineAsms.remove(this); in destroyConstant()
99 InlineAsms.freeConstants(); in ~LLVMContextImpl()
1100 ConstantUniqueMap<InlineAsm> InlineAsms;
49 return pImpl->InlineAsms.getOrCreate(PointerType::getUnqual(FTy), Key); in get()53 getType()->getContext().pImpl->InlineAsms.remove(this); in destroyConstant()
95 InlineAsms.freeConstants(); in ~LLVMContextImpl()
1285 ConstantUniqueMap<InlineAsm> InlineAsms;
33 return pImpl->InlineAsms.getOrCreate(PointerType::getUnqual(Ty), Key); in get()50 getType()->getContext().pImpl->InlineAsms.remove(this); in destroyConstant()
75 InlineAsms.freeConstants(); in ~LLVMContextImpl()
164 InlineAsm> InlineAsms; variable