Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXAsmPrinter.cpp44 if (!GV->hasInitializer() || GV->hasImplicitSection() || !GV->hasSection()) in emitGlobalVariable()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h248 bool hasImplicitSection() const { in hasImplicitSection() function
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp659 if (GV.isDeclaration() || GV.isThreadLocal() || GV.hasImplicitSection()) in run()
H A DTargetLoweringObjectFileImpl.cpp794 if (GV && GV->hasImplicitSection()) { in selectExplicitSectionGlobal()
1290 if (GV && GV->hasImplicitSection()) { in getExplicitSectionGlobal()