Searched refs:isPic (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp105 bool isPic = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); local
108 if (isPic && !isPic2)
112 if (!isPic && isPic2)
H A DX86.cpp196 if (config->isPic) {
220 if (config->isPic) {
439 if (config->isPic) {
613 if (config->isPic) {
H A DPPC.cpp73 if (!config->isPic) {
100 if (config->isPic) {
H A DX86_64.cpp427 return config->isPic ? relExpr : R_RELAX_GOT_PC_NOPIC;
512 assert(!config->isPic);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DTarget.cpp186 return config->isPic ? 0 : defaultImageBase;
H A DThunks.cpp262 uint32_t size() override { return config->isPic ? 32 : 16; }
719 if (!config->isPic) {
760 if (!config->isPic)
772 return !config->isPic || (isec.file == file && rel.addend == addend);
784 if (config->isPic) {
879 if (config->isPic)
H A DConfig.h311 bool isPic; member in struct:lld::elf::Configuration
H A DRelocations.cpp387 return target->usesOnlyLowPageBits(type) || !config->isPic;
391 if (!config->isPic)
642 if (config->emachine == EM_PPC64 && config->isPic && type == R_PPC64_TOC)
1048 !sym.isPreemptible && (!config->isPic || isAbsolute(sym));
1056 if (!sym.isTls() && !sym.isPreemptible && config->isPic && !isAbsolute(sym)) {
1222 if (config->isPic) {
H A DLTO.cpp83 else if (config->isPic)
H A DSyntheticSections.cpp951 if (!config->isPic)
959 if (!s->isPreemptible && !config->isPic)
981 if (!config->isPic)
1065 if (p.first == nullptr && !config->isPic)
1071 if (!config->isPic)
3544 config->isPic ? SHT_NOBITS : SHT_PROGBITS, 8,
3570 if (config->isPic)
3598 if (!config->isPic && !config->relocatable &&
H A DDriver.cpp1133 config->isPic = config->pie || config->shared;
1134 config->picThunk = args.hasArg(OPT_pic_veneer, config->isPic);
1781 !sharedFiles.empty() || config->isPic || config->exportDynamic;
H A DWriter.cpp2533 if (config->isPic)

Completed in 203 milliseconds