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.cpp515 const llvm::StringRef &name, IRExecutionUnit::AllocationKind alloc_kind) { in GetSectionTypeFromSectionName()
518 case AllocationKind::Stub: in GetSectionTypeFromSectionName()
521 case AllocationKind::Code: in GetSectionTypeFromSectionName()
524 case AllocationKind::Data: in GetSectionTypeFromSectionName()
527 case AllocationKind::Global: in GetSectionTypeFromSectionName()
530 case AllocationKind::Bytes: in GetSectionTypeFromSectionName()
618 GetSectionTypeFromSectionName(SectionName, AllocationKind::Code), Size, in allocateCodeSection()
650 GetSectionTypeFromSectionName(SectionName, AllocationKind::Data), Size, in allocateDataSection()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h334 enum class AllocationKind { Stub, Code, Data, Global, Bytes }; enum
338 AllocationKind alloc_kind);