Searched refs:AllocationKind (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 503 const llvm::StringRef &name, IRExecutionUnit::AllocationKind alloc_kind) { in GetSectionTypeFromSectionName() 506 case AllocationKind::Stub: in GetSectionTypeFromSectionName() 509 case AllocationKind::Code: in GetSectionTypeFromSectionName() 512 case AllocationKind::Data: in GetSectionTypeFromSectionName() 515 case AllocationKind::Global: in GetSectionTypeFromSectionName() 518 case AllocationKind::Bytes: in GetSectionTypeFromSectionName() 606 GetSectionTypeFromSectionName(SectionName, AllocationKind::Code), Size, in allocateCodeSection() 639 GetSectionTypeFromSectionName(SectionName, AllocationKind::Data), Size, in allocateDataSection()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | IRExecutionUnit.h | 360 enum class AllocationKind { Stub, Code, Data, Global, Bytes }; enum 364 AllocationKind alloc_kind);
|