Home
last modified time | relevance | path

Searched refs:hasSection (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DConstantMerge.cpp138 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in runOnModule()
173 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in runOnModule()
DMergeFunctions.cpp472 if (F1->hasSection() != F2->hasSection()) in compare()
475 if (F1->hasSection() && F1->getSection() != F2->getSection()) in compare()
/external/llvm/include/llvm/IR/
DGlobalValue.h95 bool hasSection() const { return !Section.empty(); } in hasSection() function
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp248 if (GV->hasSection()) in SectionForGlobal()
/external/llvm/lib/Transforms/Scalar/
DGlobalMerge.cpp251 if (!I->hasLocalLinkage() || I->isThreadLocal() || I->hasSection()) in doInitialization()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp460 if (GV->hasSection()) { in WriteModuleInfo()
472 if (F->hasSection()) { in WriteModuleInfo()
534 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0); in WriteModuleInfo()
560 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0); in WriteModuleInfo()
/external/llvm/tools/lto/
DLTOModule.cpp427 if (!v->hasSection() /* || !isTargetDarwin */) in addDefinedDataSymbol()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp794 if (!GV->hasSection() || GV->getAlignment() == 0) in enforceKnownAlignment()
/external/llvm/lib/IR/
DAsmWriter.cpp1518 if (GV->hasSection()) { in printGlobal()
1668 if (F->hasSection()) { in printFunction()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp1011 if (GV->hasSection()) { in printVariableHead()
1718 if (F->hasSection()) { in printFunctionHead()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp811 if (G->hasSection()) { in ShouldInstrumentGlobal()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1067 if (GVar->hasSection()) { in printModuleLevelGV()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp89 if (GVAlign > NumBits || GV->hasSection()) in getGVAlignmentLog2()