Home
last modified time | relevance | path

Searched defs:SectionList (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/lldb/include/lldb/Core/
DAddressRange.h19 class SectionList; variable
DAddress.h25 class SectionList; variable
DModule.h48 class SectionList; variable
/external/llvm-project/lldb/include/lldb/Target/
DDynamicLoader.h26 class SectionList; variable
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.h109 using SectionList = std::vector<ELFSection *>; variable
DIceELFObjectWriter.cpp325 for (auto &SectionList : VarsBySection) in writeDataSection() local
329 for (auto &SectionList : VarsBySection) { in writeDataSection() local
/external/llvm/include/llvm/Object/
DMachO.h454 typedef SmallVector<const char*, 1> SectionList; typedef
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h237 typedef SmallVector<SectionEntry, 64> SectionList; typedef
/external/llvm-project/llvm/include/llvm/Object/
DMachO.h663 using SectionList = SmallVector<const char*, 1>; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h661 using SectionList = SmallVector<const char*, 1>; variable
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h253 typedef std::deque<SectionEntry> SectionList; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h254 typedef SmallVector<SectionEntry, 64> SectionList; typedef
/external/llvm-project/llvm/lib/TextAPI/MachO/
DTextStub.cpp804 using SectionList = std::vector<SymbolSection>; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStub.cpp801 using SectionList = std::vector<SymbolSection>; typedef
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h180 class SectionList; variable