HomeSort by: relevance | last modified time | path
    Searched refs:NextSectionIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOReader.cpp 66 uint32_t &NextSectionIndex) {
77 std::make_unique<Section>(constructSection(Sec, NextSectionIndex)));
80 std::make_unique<Section>(constructSection(*Curr, NextSectionIndex)));
86 MachOObj.getSection(NextSectionIndex++);
118 uint32_t NextSectionIndex = 1;
128 LoadCmd, MachOObj, NextSectionIndex))
136 LoadCmd, MachOObj, NextSectionIndex))
Object.cpp 71 uint32_t NextSectionIndex = 1;
78 (*I)->Index = NextSectionIndex++;

Completed in 21 milliseconds