Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp241 InMemoryStruct<macho::Section64> Sect64; in getSectionsAndSymbols() local
242 MachOObj->ReadSection64(LCI, SectNum, Sect64); in getSectionsAndSymbols()
243 Sections.push_back(copySection(Sect64)); in getSectionsAndSymbols()