Home
last modified time | relevance | path

Searched defs:UsedSize (Results 1 – 10 of 10) sorted by relevance

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp99 void useSpace(uintptr_t* UsedSize, uintptr_t Size, unsigned Alignment) { in useSpace()
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp99 void useSpace(uintptr_t* UsedSize, uintptr_t Size, unsigned Alignment) { in useSpace()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc111 uptr UsedSize(bool locked_version = false) { in UsedSize() function
673 uptr AsanChunkView::UsedSize() { return chunk_->UsedSize(); } in UsedSize() function in __asan::AsanChunkView
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp64 uptr HwasanChunkView::UsedSize() const { in UsedSize() function in __hwasan::HwasanChunkView
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp104 uptr UsedSize() const { in UsedSize() function in __asan::ChunkHeader
886 uptr AsanChunkView::UsedSize() const { return chunk_->UsedSize(); } in UsedSize() function in __asan::AsanChunkView
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_allocator.cpp104 uptr UsedSize() { in UsedSize() function
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp1450 unsigned UsedSize; in getWinEHFuncletFrameSize() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp1561 unsigned UsedSize; in getWinEHFuncletFrameSize() local
/external/llvm-project/llvm/lib/Target/X86/
DX86FrameLowering.cpp1883 unsigned UsedSize; in getWinEHFuncletFrameSize() local
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp610 Optional<llvm::APSInt> UsedSize; in checkFortifiedBuiltinMemoryFunction() local