Home
last modified time | relevance | path

Searched refs:isPic (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp104 bool isPic = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); in getPicFlags() local
107 if (isPic && !isPic2) in getPicFlags()
111 if (!isPic && isPic2) in getPicFlags()
H A DX86.cpp190 if (config->isPic) { in writePltHeader()
214 if (config->isPic) { in writePlt()
541 if (config->isPic) { in writePlt()
715 if (config->isPic) { in getX86TargetInfo()
H A DPPC.cpp79 if (!config->isPic) { in writePPC32GlinkSection()
106 if (config->isPic) { in writePPC32GlinkSection()
H A DX86_64.cpp320 if (isUInt<31>(maxVA) || (isUInt<31>(maxVA - minVA) && config->isPic)) in relaxOnce()
889 return config->isPic ? R_GOT_PC : R_RELAX_GOT_PC_NOPIC; in adjustGotPcExpr()
976 assert(!config->isPic); in relaxGot()
H A DAArch64.cpp839 if (config->isPic && !cast<Defined>(sym).section) in tryRelaxAdrpLdr()
/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.cpp368 uint32_t size() override { return config->isPic ? 32 : 16; } in size()
1037 if (!config->isPic) { in writePPC32PltCallStub()
1079 if (!config->isPic) in addSymbols()
1091 return !config->isPic || (isec.file == file && rel.addend == addend); in isCompatibleWith()
1103 if (config->isPic) { in writeTo()
1336 if (config->isPic) { in addThunkV6M()
H A DTarget.cpp182 return config->isPic ? 0 : defaultImageBase; in getImageBase()
H A DRelocations.cpp937 if (!config->isPic || isAbsolute(sym)) in addGotEntry()
999 return target->usesOnlyLowPageBits(type) || !config->isPic; in isStaticLinkTimeConstant()
1004 if (!config->isPic) in isStaticLinkTimeConstant()
1128 (!config->isPic && sym.isUndefWeak())) { in processAux()
1428 if (expr == R_GOT && config->isPic && !target->usesOnlyLowPageBits(type)) in handleTlsRelocation()
1469 else if (config->emachine == EM_PPC64 && config->isPic && type == R_PPC64_TOC) in scanOne()
H A DConfig.h427 bool isPic; member
H A DLTO.cpp97 else if (config->isPic) in createConfig()
H A DDriver.cpp1814 config->isPic = config->pie || config->shared; in setConfigs()
1815 config->picThunk = args.hasArg(OPT_pic_veneer, config->isPic); in setConfigs()
2853 config->hasDynSymTab = !ctx.sharedFiles.empty() || config->isPic; in link()
H A DSyntheticSections.cpp1061 if (!config->isPic) in build()
4291 config->isPic ? SHT_NOBITS : SHT_PROGBITS, 8, in PPC64LongBranchTargetSection()
4317 if (config->isPic) in writeTo()
4345 if (!config->isPic && !config->relocatable && in getAbiVersion()
H A DWriter.cpp795 if (config->isPic) in addRelIpltSymbols()
2701 if (config->isPic) in getELFType()
/freebsd/contrib/llvm-project/lld/MachO/
H A DConfig.h124 bool isPic = false; member
H A DSyntheticSections.h165 if (config->isPic) in addEntry()
H A DDriver.cpp1085 if (!config->isPic) { in shouldEmitChainedFixups()
1595 config->isPic = config->outputType == MH_DYLIB || in link()
H A DSyntheticSections.cpp137 if (config->outputType == MH_EXECUTE && config->isPic) in writeTo()
2240 if (config->isPic) in createSyntheticSymbols()