reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
245 LLVMContext &getContext() const { return Context; }
lib/IR/LLVMContextImpl.cpp 160 Context.pImpl->dropTriviallyDeadConstantArrays();
lib/IR/Module.cpp77 Context.addModule(this); 81 Context.removeModule(this); 120 return Context.getMDKindID(Name); 127 return Context.getMDKindNames(Result); 131 return Context.getOperandBundleTags(Result); 339 Type *Int32Ty = Type::getInt32Ty(Context); 342 MDString::get(Context, Key), Val}; 343 getOrInsertModuleFlagsMetadata()->addOperand(MDNode::get(Context, Ops)); 351 Type *Int32Ty = Type::getInt32Ty(Context); 570 ConstantDataArray::get(Context, Entries));