Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1139 if (US.CodeRanges.size() >= G.sections_size()) in findUnwindSectionInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1179 SectionList::size_type sections_size() const { return Sections.size(); } in sections_size() function