Searched refs:getChunk (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DMinGW.cpp121 if (!sym || !sym->isLive() || !sym->getChunk())
169 if (def && def->getChunk() &&
170 !(def->getChunk()->getOutputCharacteristics() & IMAGE_SCN_MEM_EXECUTE))
H A DSymbols.h154 Chunk *getChunk();
199 SectionChunk *getChunk() const { return *data; } function in class:lld::coff::DefinedRegular
219 CommonChunk *getChunk() { return data; } function in class:lld::coff::DefinedCommon
270 Chunk *getChunk() { return c; } function in class:lld::coff::DefinedSynthetic
338 Chunk *getChunk() { return file->location; } function in class:lld::coff::DefinedImportData
362 Chunk *getChunk() { return data; } function in class:lld::coff::DefinedImportThunk
385 Chunk *getChunk() { return data; } function in class:lld::coff::DefinedLocalImport
415 inline Chunk *Defined::getChunk() { function in class:lld::coff::Defined
418 return cast<DefinedRegular>(this)->getChunk();
422 return cast<DefinedSynthetic>(this)->getChunk();
[all...]
H A DMarkLive.cpp48 enqueue(sym->getChunk());
H A DICF.cpp163 d1->getChunk()->eqClass[cnt % 2] == d2->getChunk()->eqClass[cnt % 2];
188 return d1->getChunk()->eqClass[cnt % 2] == d2->getChunk()->eqClass[cnt % 2];
279 hash += sym->getChunk()->eqClass[cnt % 2];
H A DLLDMapFile.cpp61 ret[s->getChunk()].push_back(s);
H A DSymbols.cpp78 return r->getChunk()->live;
H A DMapFile.cpp162 } else if (Chunk *chunk = sym->getChunk()) {
303 Chunk *chunk = entry->getChunk();
H A DSymbolTable.cpp92 if (!d || !d->data || d->file != sc->file || d->getChunk() != sc ||
314 if (refptr && refptr->getChunk()->getSize() == config->wordsize) {
315 SectionChunk *sc = dyn_cast_or_null<SectionChunk>(refptr->getChunk());
318 refptr->getChunk()->live = false;
452 localImportChunks.push_back(cast<DefinedLocalImport>(sym)->getChunk());
595 os << getSourceLocation(d->getFile(), d->getChunk(), d->getValue(),
H A DPDB.cpp951 OutputSection *os = def->getChunk()->getOutputSection();
1007 if (def && def->isLive() && def->getChunk())
1312 Chunk *thunkChunk = thunk->getChunk();
1353 createSectionContrib(thunk->getChunk(), mod->getModuleIndex());
1499 if (s->getChunk() == c)
H A DWriter.cpp458 Chunk *thunkChunk = thunk->getChunk();
1027 textSec->addChunk(thunk->getChunk());
1123 Chunk *c = def->getChunk();
1453 SectionChunk *sc = b->getChunk();
1527 Chunk *c = s->getChunk();
1572 SectionChunk *sc = dyn_cast<SectionChunk>(d->getChunk());
H A DDriver.cpp929 if (SectionChunk *c = dyn_cast_or_null<SectionChunk>(d->getChunk()))
1083 if (Chunk *c = def->getChunk())
2016 CommonChunk *c = dc->getChunk();
H A DChunks.cpp380 Chunk *c = sym ? sym->getChunk() : nullptr;
H A DInputFiles.cpp483 leaderChunk = leader->getChunk();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp23 static uint64_t getChunk(uint64_t Imm, unsigned ChunkIdx) { function in namespace:llvm::AArch64_IMM
52 ++Counts[getChunk(UImm, Idx)];
161 int64_t Chunk = getChunk(UImm, Idx);
195 const uint64_t Chunk = getChunk(UImm, Idx);
228 Insn.push_back({ AArch64::MOVKXi, getChunk(UImm, FirstMovkIdx),
237 Insn.push_back({ AArch64::MOVKXi, getChunk(UImm, SecondMovkIdx),
370 const unsigned Imm16 = getChunk(UImm, Shift / 16);

Completed in 141 milliseconds