Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalVariable.h243 bool hasImplicitSection() const { in hasImplicitSection() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DGlobalMerge.cpp615 if (GV.isDeclaration() || GV.isThreadLocal() || GV.hasImplicitSection()) in doInitialization()
DTargetLoweringObjectFileImpl.cpp565 if (GV && GV->hasImplicitSection()) { in getExplicitSectionGlobal()