Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp514 const llvm::StringRef &name, IRExecutionUnit::AllocationKind alloc_kind) { in GetSectionTypeFromSectionName()
517 case AllocationKind::Stub: in GetSectionTypeFromSectionName()
520 case AllocationKind::Code: in GetSectionTypeFromSectionName()
523 case AllocationKind::Data: in GetSectionTypeFromSectionName()
526 case AllocationKind::Global: in GetSectionTypeFromSectionName()
529 case AllocationKind::Bytes: in GetSectionTypeFromSectionName()
617 GetSectionTypeFromSectionName(SectionName, AllocationKind::Code), Size, in allocateCodeSection()
649 GetSectionTypeFromSectionName(SectionName, AllocationKind::Data), Size, in allocateDataSection()
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h327 enum class AllocationKind { Stub, Code, Data, Global, Bytes }; enum
331 AllocationKind alloc_kind);