Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp1134 MCSectionELF *CGProfileSection = nullptr; in writeObject() local
1136 CGProfileSection = Ctx.getELFSection(".llvm.call-graph-profile", in writeObject()
1139 SectionIndexMap[CGProfileSection] = addToSectionTable(CGProfileSection); in writeObject()
1197 if (CGProfileSection) { in writeObject()
1205 SectionOffsets[CGProfileSection] = std::make_pair(SecStart, SecEnd); in writeObject()