|
LLVM
3.7.0
|
#include <cstdint>#include <cstdlib>#include <cstddef>#include <cstring>#include <iostream>Go to the source code of this file.
Functions | |
| static void | Found () |
| void | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
|
static |
Definition at line 8 of file CxxTokensTest.cpp.
Referenced by llvm::MachineInstr::addRegisterDead(), llvm::MachineInstr::addRegisterKilled(), llvm::LiveIntervals::checkRegMaskInterference(), computeOthers(), llvm::ARMBaseInstrInfo::DefinesPredicate(), llvm::PPCInstrInfo::DefinesPredicate(), llvm::AsmPrinter::EmitConstantPool(), findBaseOrBDV(), FindOptimalMemOpLowering(), llvm::MachineInstr::findRegisterDefOperandIdx(), getExactSDiv(), llvm::AArch64InstrInfo::getMachineCombinerPatterns(), llvm::MCSubtargetInfo::getSchedModelForCPU(), llvm::MCSubtargetInfo::isCPUStringValid(), LLVMFuzzerTestOneInput(), llvm::Triple::normalize(), RemoveFromReverseMap(), llvm::ExecutionEngine::removeModule(), RewriteIntelBracExpression(), updateInlinedAtInfo(), and VerifyPHIs().
| void LLVMFuzzerTestOneInput | ( | const uint8_t * | Data, |
| size_t | Size | ||
| ) |
Definition at line 13 of file CxxTokensTest.cpp.
References Found().
1.8.6