Home
last modified time | relevance | path

Searched refs:AllocationKind (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp502 const llvm::StringRef &name, IRExecutionUnit::AllocationKind alloc_kind) { in GetSectionTypeFromSectionName()
505 case AllocationKind::Stub: in GetSectionTypeFromSectionName()
508 case AllocationKind::Code: in GetSectionTypeFromSectionName()
511 case AllocationKind::Data: in GetSectionTypeFromSectionName()
514 case AllocationKind::Global: in GetSectionTypeFromSectionName()
517 case AllocationKind::Bytes: in GetSectionTypeFromSectionName()
605 GetSectionTypeFromSectionName(SectionName, AllocationKind::Code), Size, in allocateCodeSection()
637 GetSectionTypeFromSectionName(SectionName, AllocationKind::Data), Size, in allocateDataSection()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h332 enum class AllocationKind { Stub, Code, Data, Global, Bytes }; enum
336 AllocationKind alloc_kind);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5750 const enum class AllocationKind { enum
5819 IsMalloc ? AllocationInfo::AllocationKind::MALLOC in initialize()
5820 : (IsCalloc ? AllocationInfo::AllocationKind::CALLOC in initialize()
5921 } else if (AI.Kind == AllocationInfo::AllocationKind::CALLOC) { in manifest()
5926 } else if (AI.Kind == AllocationInfo::AllocationKind::ALIGNED_ALLOC) { in manifest()
5933 if (AI.Kind == AllocationInfo::AllocationKind::ALIGNED_ALLOC) { in manifest()
5962 if (AI.Kind == AllocationInfo::AllocationKind::CALLOC) { in manifest()
5995 if (AI.Kind == AllocationInfo::AllocationKind::MALLOC) in getSize()
5998 if (AI.Kind == AllocationInfo::AllocationKind::ALIGNED_ALLOC) in getSize()
6004 assert(AI.Kind == AllocationInfo::AllocationKind::CALLOC && in getSize()
[all …]