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

/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp104 bool isPic = files[0].flags & (EF_MIPS_PIC | EF_MIPS_CPIC); local
107 if (isPic && !isPic2)
111 if (!isPic && isPic2)
H A DX86.cpp190 if (config->isPic) {
214 if (config->isPic) {
541 if (config->isPic) {
715 if (config->isPic) {
H A DPPC.cpp79 if (!config->isPic) {
106 if (config->isPic) {
H A DX86_64.cpp886 return config->isPic ? R_GOT_PC : R_RELAX_GOT_PC_NOPIC;
973 assert(!config->isPic);
H A DAArch64.cpp739 if (config->isPic && !cast<Defined>(sym).section)
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DTarget.cpp181 return config->isPic ? 0 : defaultImageBase;
H A DThunks.cpp368 uint32_t size() override { return config->isPic ? 32 : 16; }
1037 if (!config->isPic) {
1079 if (!config->isPic)
1091 return !config->isPic || (isec.file == file && rel.addend == addend);
1103 if (config->isPic) {
1336 if (config->isPic) {
H A DRelocations.cpp934 if (!config->isPic || isAbsolute(sym))
996 return target->usesOnlyLowPageBits(type) || !config->isPic;
1000 if (!config->isPic)
1124 (!config->isPic && sym.isUndefWeak())) {
1388 if (expr == R_GOT && config->isPic && !target->usesOnlyLowPageBits(type))
1422 else if (config->emachine == EM_PPC64 && config->isPic && type == R_PPC64_TOC)
H A DConfig.h410 bool isPic; member in struct:lld::elf::Config
H A DLTO.cpp95 else if (config->isPic)
H A DSyntheticSections.cpp1034 if (!config->isPic)
3672 config->isPic ? SHT_NOBITS : SHT_PROGBITS, 8,
3698 if (config->isPic)
3726 if (!config->isPic && !config->relocatable &&
H A DDriver.cpp1736 config->isPic = config->pie || config->shared;
1737 config->picThunk = args.hasArg(OPT_pic_veneer, config->isPic);
2731 !ctx.sharedFiles.empty() || config->isPic || config->exportDynamic;
H A DWriter.cpp1069 if (config->isPic)
2898 if (config->isPic)
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DConfig.h124 bool isPic = false; member in struct:lld::macho::Configuration
H A DSyntheticSections.h164 if (config->isPic)
H A DSyntheticSections.cpp136 if (config->outputType == MH_EXECUTE && config->isPic)
1940 if (config->isPic)
H A DDriver.cpp1072 if (!config->isPic) {
1531 config->isPic = config->outputType == MH_DYLIB ||

Completed in 210 milliseconds