|
LLVM 22.0.0git
|
#include "llvm/ADT/DenseSet.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/Twine.h"#include "llvm/ADT/ilist_node.h"#include "llvm/ADT/iterator_range.h"#include "llvm/IR/Argument.h"#include "llvm/IR/Attributes.h"#include "llvm/IR/BasicBlock.h"#include "llvm/IR/CallingConv.h"#include "llvm/IR/DerivedTypes.h"#include "llvm/IR/GlobalObject.h"#include "llvm/IR/GlobalValue.h"#include "llvm/IR/OperandTraits.h"#include "llvm/IR/SymbolTableListTraits.h"#include "llvm/IR/Value.h"#include "llvm/Support/Compiler.h"#include <cassert>#include <cstddef>#include <cstdint>#include <memory>#include <string>Go to the source code of this file.
Classes | |
| class | llvm::Function |
| class | llvm::Function::ProfileCount |
| Class to represent profile counts. More... | |
| struct | llvm::OperandTraits< Function > |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::Intrinsic |
| This namespace contains an enum with a value for every intrinsic/builtin function known by LLVM. | |
| namespace | llvm::CallingConv |
| CallingConv Namespace - This namespace contains an enum with a value for the well-known calling conventions. | |
Functions | |
| LLVM_ABI LLVM_READNONE bool | llvm::CallingConv::supportsNonVoidReturnType (CallingConv::ID CC) |
| LLVM_ABI bool | llvm::NullPointerIsDefined (const Function *F, unsigned AS=0) |
| Check whether null pointer dereferencing is considered undefined behavior for a given function or an address space. | |