LLVM: include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h File Reference (original) (raw)

Go to the source code of this file.

Namespaces
namespace llvm
This is an optimization pass for GlobalISel generic memory operations.
Enumerations
enum class llvm::AsanDtorKind { llvm::None, llvm::Global, llvm::Invalid }
Types of ASan module destructors supported. More...
enum class llvm::AsanCtorKind { llvm::None, llvm::Global }
Types of ASan module constructors supported. More...
enum class llvm::AsanDetectStackUseAfterReturnMode { llvm::Never, llvm::Runtime, llvm::Always, llvm::Invalid }
Mode of ASan detect stack use after return. More...