Searched refs:AllocationKind (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRExecutionUnit.cpp | 516 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 D | IRExecutionUnit.h | 327 enum class AllocationKind { Stub, Code, Data, Global, Bytes }; enum 331 AllocationKind alloc_kind);
|