Searched refs:InitArray (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | OutputSections.h | 137 static OutputSection *InitArray; member
|
| H A D | OutputSections.cpp | 39 OutputSection *Out::InitArray; member in Out
|
| H A D | Writer.cpp | 1624 Out::InitArray = findSection(".init_array"); in finalizeSections() 1873 Define("__init_array_start", "__init_array_end", Out::InitArray); in addStartEndSymbols()
|
| H A D | SyntheticSections.cpp | 1384 if (Out::InitArray) { in finalizeContents() 1385 addOutSec(DT_INIT_ARRAY, Out::InitArray); in finalizeContents() 1386 addSize(DT_INIT_ARRAYSZ, Out::InitArray); in finalizeContents()
|
| /freebsd-12.1/contrib/llvm/tools/bugpoint/ |
| H A D | Miscompilation.cpp | 843 Constant *InitArray = in CleanupAndPrepareModules() local 846 *Safe, InitArray->getType(), true /*isConstant*/, in CleanupAndPrepareModules() 847 GlobalValue::InternalLinkage, InitArray, F->getName() + "_name"); in CleanupAndPrepareModules() 855 Value *GEP = ConstantExpr::getGetElementPtr(InitArray->getType(), in CleanupAndPrepareModules()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Verifier.cpp | 669 const ConstantArray *InitArray = dyn_cast<ConstantArray>(Init); in visitGlobalVariable() local 670 Assert(InitArray, "wrong initalizer for intrinsic global variable", in visitGlobalVariable() 672 for (Value *Op : InitArray->operands()) { in visitGlobalVariable()
|