Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h327 enum class AllocationKind { Stub, Code, Data, Global, Bytes }; enum
331 AllocationKind alloc_kind);