Home
last modified time | relevance | path

Searched refs:section_count (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/test/Semantics/OpenMP/
H A Dsections02.f909 integer :: section_count = 0 variable
11 print *, 'section_count', section_count
27 section_count = section_count + 1
30 print *, 'section_count', section_count
32 section_count = section_count + 1
33 print *, 'section_count', section_count
H A Dparallel-sections01.f909 integer :: section_count = 0 variable
16 print *, 'section_count', section_count
43 section_count = section_count + 1
46 print *, 'section_count', section_count
48 section_count = section_count + 1
49 print *, 'section_count', section_count
/llvm-project/lldb/unittests/ObjectFile/PECOFF/
H A DTestSectionSize.cpp59 size_t section_count = section_list->GetNumSections(0); in TEST_F() local
60 for (size_t i = 0; i < section_count; ++i) { in TEST_F()
/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp645 size_t section_count = section_list->GetNumSections(0); in GetLoadableData()
646 for (size_t i = 0; i < section_count; ++i) { in GetLoadableData()
642 size_t section_count = section_list->GetNumSections(0); GetLoadableData() local