Searched defs:AccessSize (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DLoads.cpp208 uint64_t AccessSize = DL.getTypeStoreSize(AccessTy); local
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp90 HexagonMCEmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment, unsigned AccessSize) argument
135 HexagonMCEmitLocalCommonSymbol( MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment, unsigned AccessSize) argument
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DSafeStack.cpp210 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, argument
H A DMemorySanitizer.cpp417 unsigned AccessSize = 1 << AccessSizeIndex; local
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmInstrumentation.cpp117 bool IsSmallMemAccess(unsigned AccessSize) { return AccessSize < 8; } argument
279 InstrumentMemOperand( X86Operand &Op, unsigned AccessSize, bool IsWrite, const RegisterContext &RegCtx, MCContext &Ctx, MCStreamer &Out) argument
292 InstrumentMOVSBase(unsigned DstReg, unsigned SrcReg, unsigned CntReg, unsigned AccessSize, MCContext &Ctx, MCStreamer &Out) argument
352 unsigned AccessSize = 0; local
379 unsigned AccessSize = 0; local
595 EmitCallAsanReport(unsigned AccessSize, bool IsWrite, MCContext &Ctx, MCStreamer &Out, const RegisterContext &RegCtx) argument
616 InstrumentMemOperandSmall( X86Operand &Op, unsigned AccessSize, bool IsWrite, const RegisterContext &RegCtx, MCContext &Ctx, MCStreamer &Out) argument
691 InstrumentMemOperandLarge( X86Operand &Op, unsigned AccessSize, bool IsWrite, const RegisterContext &RegCtx, MCContext &Ctx, MCStreamer &Out) argument
732 InstrumentMOVSImpl(unsigned AccessSize, MCContext &Ctx, MCStreamer &Out) argument
864 EmitCallAsanReport(unsigned AccessSize, bool IsWrite, MCContext &Ctx, MCStreamer &Out, const RegisterContext &RegCtx) argument
887 InstrumentMemOperandSmall( X86Operand &Op, unsigned AccessSize, bool IsWrite, const RegisterContext &RegCtx, MCContext &Ctx, MCStreamer &Out) argument
963 InstrumentMemOperandLarge( X86Operand &Op, unsigned AccessSize, bool IsWrite, const RegisterContext &RegCtx, MCContext &Ctx, MCStreamer &Out) argument
1005 InstrumentMOVSImpl(unsigned AccessSize, MCContext &Ctx, MCStreamer &Out) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp538 uint64_t AccessSize = MemoryLocation::UnknownSize; local
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Damlresrc.h403 UINT8 AccessSize; /* ACPI 3.0, was previously Reserved */ member in struct:aml_resource_generic_register
H A Dacrestyp.h435 UINT8 AccessSize; member in struct:acpi_resource_generic_register

Completed in 268 milliseconds