Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp109 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl()); in createNormalizedSections() local
136 << ", align: " << NSec.Alignment << ", index: " << SecIndex in createNormalizedSections()
166 IndexToSection.insert(std::make_pair(SecIndex, std::move(NSec))); in createNormalizedSections()
362 auto SecIndex = KV.first; in graphifyRegularSymbols() local
381 auto &SecNSymStack = SecIndexToSymbols[SecIndex]; in graphifyRegularSymbols()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp1152 uint32_t SecIndex = SectionIndexMap.lookup(Member); in writeObject() local
1153 write(SecIndex); in writeObject()