Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h200 MCSection *DataCoalSection = nullptr; variable
361 const MCSection *getDataCoalSection() const { return DataCoalSection; } in getDataCoalSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp148 DataCoalSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
150 ConstDataCoalSection = DataCoalSection; in initMachOMCObjectFileInfo()
154 DataCoalSection = DataSection; in initMachOMCObjectFileInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp996 return DataCoalSection; in SelectSectionForGlobal()