Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DDirectXAsmPrinter.cpp44 if (!GV->hasInitializer() || GV->hasImplicitSection()) in emitGlobalVariable()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGlobalVariable.h242 bool hasImplicitSection() const { in hasImplicitSection() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DGlobalMerge.cpp629 if (GV.isDeclaration() || GV.isThreadLocal() || GV.hasImplicitSection()) in doInitialization()
H A DTargetLoweringObjectFileImpl.cpp754 if (GV && GV->hasImplicitSection()) { in selectExplicitSectionGlobal()