Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DMachOPlatform.h34 struct SectionExtent { struct
36 SectionExtent(JITTargetAddress Address, uint64_t NumPtrs) in SectionExtent() function
42 using RawPointerSectionList = std::vector<SectionExtent>; argument