Lines Matching refs:LLVMContextImpl
40 LLVMContextImpl::LLVMContextImpl(LLVMContext &C) in LLVMContextImpl() function in LLVMContextImpl
55 LLVMContextImpl::~LLVMContextImpl() { in ~LLVMContextImpl()
145 void LLVMContextImpl::dropTriviallyDeadConstantArrays() { in dropTriviallyDeadConstantArrays()
208 StringMapEntry<uint32_t> *LLVMContextImpl::getOrInsertBundleTag(StringRef Tag) { in getOrInsertBundleTag()
213 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags()
219 uint32_t LLVMContextImpl::getOperandBundleTagID(StringRef Tag) const { in getOperandBundleTagID()
225 SyncScope::ID LLVMContextImpl::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID()
232 void LLVMContextImpl::getSyncScopeNames( in getSyncScopeNames()
241 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate()
247 void LLVMContextImpl::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
251 bool LLVMContextImpl::hasOpaquePointersValue() { in hasOpaquePointersValue()
255 bool LLVMContextImpl::getOpaquePointers() { in getOpaquePointers()
261 void LLVMContextImpl::setOpaquePointers(bool OP) { in setOpaquePointers()