Home
last modified time | relevance | path

Searched refs:InlineAsms (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/IR/
DInlineAsm.cpp33 return pImpl->InlineAsms.getOrCreate(PointerType::getUnqual(FTy), Key); in get()
50 getType()->getContext().pImpl->InlineAsms.remove(this); in destroyConstant()
DLLVMContextImpl.cpp99 InlineAsms.freeConstants(); in ~LLVMContextImpl()
DLLVMContextImpl.h1100 ConstantUniqueMap<InlineAsm> InlineAsms;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInlineAsm.cpp49 return pImpl->InlineAsms.getOrCreate(PointerType::getUnqual(FTy), Key); in get()
53 getType()->getContext().pImpl->InlineAsms.remove(this); in destroyConstant()
DLLVMContextImpl.cpp95 InlineAsms.freeConstants(); in ~LLVMContextImpl()
DLLVMContextImpl.h1285 ConstantUniqueMap<InlineAsm> InlineAsms;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInlineAsm.cpp33 return pImpl->InlineAsms.getOrCreate(PointerType::getUnqual(Ty), Key); in get()
50 getType()->getContext().pImpl->InlineAsms.remove(this); in destroyConstant()
DLLVMContextImpl.cpp75 InlineAsms.freeConstants(); in ~LLVMContextImpl()
DLLVMContextImpl.h164 InlineAsm> InlineAsms; variable