Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp114 uint64_t UsedSize = RelSize * InitSection.Relocations.size(); in initRelocations() local
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp106 uptr UsedSize() const { in UsedSize() function in __asan::ChunkHeader
929 uptr AsanChunkView::UsedSize() const { return chunk_->UsedSize(); } in UsedSize() function in __asan::AsanChunkView
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp60 uptr HwasanChunkView::UsedSize() const { in UsedSize() function in __hwasan::HwasanChunkView
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp155 uptr UsedSize() { in UsedSize() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2315 unsigned UsedSize; in getWinEHFuncletFrameSize() local