Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp825 auto &ShndxSection = Obj.addSection<SectionIndexSection>(); in makeSection() local
826 Obj.SectionIndexTable = &ShndxSection; in makeSection()
827 return ShndxSection; in makeSection()