Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalVariable.h243 bool hasImplicitSection() const { in hasImplicitSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DGlobalMerge.cpp617 if (GV.isDeclaration() || GV.isThreadLocal() || GV.hasImplicitSection()) in doInitialization()
H A DTargetLoweringObjectFileImpl.cpp666 if (GV && GV->hasImplicitSection()) { in selectExplicitSectionGlobal()