|
LLVM
4.0.0
|
#include <cstdint>#include <cstdlib>#include <cstdio>#include <cstring>#include <cstddef>Go to the source code of this file.
Functions | |
| int | Switch (int a) |
| int | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | Data, |
| size_t | Size | ||
| ) |
| int Switch | ( | int | a | ) |
Definition at line 11 of file Switch2Test.cpp.
Referenced by llvm::SwitchInst::classof(), collectFailStats(), createClone(), createResumeEntryBlock(), llvm::Instruction::extractProfTotalWeight(), llvm::objcarc::GetARCInstKind(), llvm::Instruction::getOpcodeName(), llvm::TargetLoweringBase::InstructionOpcodeToISD(), llvm::isSafeToSpeculativelyExecute(), LLVMAddCase(), LLVMFuzzerTestOneInput(), and runImpl().
1.8.6