Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp516 const llvm::StringRef &name, IRExecutionUnit::AllocationKind alloc_kind) { in GetSectionTypeFromSectionName()
519 case AllocationKind::Stub: in GetSectionTypeFromSectionName()
522 case AllocationKind::Code: in GetSectionTypeFromSectionName()
525 case AllocationKind::Data: in GetSectionTypeFromSectionName()
528 case AllocationKind::Global: in GetSectionTypeFromSectionName()
531 case AllocationKind::Bytes: in GetSectionTypeFromSectionName()
619 GetSectionTypeFromSectionName(SectionName, AllocationKind::Code), Size, in allocateCodeSection()
651 GetSectionTypeFromSectionName(SectionName, AllocationKind::Data), Size, in allocateDataSection()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h327 enum class AllocationKind { Stub, Code, Data, Global, Bytes }; enum
331 AllocationKind alloc_kind);