Searched defs:IsAllocated (Results 1 – 5 of 5) sorted by relevance
/llvm-project/flang/include/flang/Runtime/ | ||
H A D | descriptor.h | 223 RT_API_ATTRS bool IsAllocated() const { return raw_.base_addr != nullptr; } IsAllocated() function |
/llvm-project/compiler-rt/lib/hwasan/ | ||
H A D | hwasan_allocator.cpp | 50 bool HwasanChunkView::IsAllocated() const { in IsAllocated() function in __hwasan::HwasanChunkView |
/llvm-project/llvm/tools/llvm-pdbutil/ | ||
H A D | ExplainOutputStyle.cpp | 48 bool IsAllocated = explainPdbBlockStatus(); in explainPdbFile() local |
/llvm-project/compiler-rt/lib/sanitizer_common/ | ||
H A D | sanitizer_allocator_primary64.h | 432 bool IsAllocated() const { IsAllocated() function |
/llvm-project/compiler-rt/lib/asan/ | ||
H A D | asan_allocator.cpp | 911 bool AsanChunkView::IsAllocated() const { IsAllocated() function in __asan::AsanChunkView |