Home
last modified time | relevance | path

Searched refs:getChunk (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DSymbols.h166 Chunk *getChunk();
211 SectionChunk *getChunk() const { return *data; } in getChunk() function
231 CommonChunk *getChunk() { return data; } in getChunk() function
282 Chunk *getChunk() { return c; } in getChunk() function
363 Chunk *getChunk() { return file->location; } in getChunk() function
394 Chunk *getChunk() { return data; } in getChunk() function
417 Chunk *getChunk() { return data; } in getChunk() function
448 inline Chunk *Defined::getChunk() { in getChunk() function
451 return cast<DefinedRegular>(this)->getChunk(); in getChunk()
455 return cast<DefinedSynthetic>(this)->getChunk(); in getChunk()
[all …]
H A DMinGW.cpp126 if (!sym || !sym->getChunk()) in shouldExport()
174 if (def && def->getChunk() && in writeDefFile()
175 !(def->getChunk()->getOutputCharacteristics() & IMAGE_SCN_MEM_EXECUTE)) in writeDefFile()
250 symtab->localImportChunks.push_back(wrapimp->getChunk()); in wrapSymbols()
H A DICF.cpp166 d1->getChunk()->eqClass[cnt % 2] == d2->getChunk()->eqClass[cnt % 2]; in equalsConstant()
191 return d1->getChunk()->eqClass[cnt % 2] == d2->getChunk()->eqClass[cnt % 2]; in equalsVariable()
282 hash += sym->getChunk()->eqClass[cnt % 2]; in run()
H A DMarkLive.cpp48 enqueue(sym->getChunk()); in markLive()
H A DSymbolTable.cpp103 if (!d || !d->data || d->file != sc->file || d->getChunk() != sc || in getSymbol()
358 if (refptr && refptr->getChunk()->getSize() == config->wordsize) { in handleMinGWAutomaticImport()
359 SectionChunk *sc = dyn_cast_or_null<SectionChunk>(refptr->getChunk()); in handleMinGWAutomaticImport()
362 refptr->getChunk()->live = false; in handleMinGWAutomaticImport()
496 localImportChunks.push_back(cast<DefinedLocalImport>(sym)->getChunk()); in resolveRemainingUndefines()
656 os << getSourceLocation(d->getFile(), d->getChunk(), d->getValue(), in reportDuplicate()
H A DMapFile.cpp162 } else if (Chunk *chunk = sym->getChunk()) { in getSymbolStrings()
303 Chunk *chunk = entry->getChunk(); in writeMapFile()
H A DLLDMapFile.cpp61 ret[s->getChunk()].push_back(s); in getSectionSyms()
H A DSymbols.cpp80 return r->getChunk()->live; in isLive()
H A DWriter.cpp467 Chunk *thunkChunk = thunk->getChunk(); in createThunks()
1053 textSec->addChunk(thunk->getChunk()); in appendImportThunks()
1153 Chunk *c = def->getChunk(); in createSymbol()
1483 SectionChunk *sc = b->getChunk(); in writeHeader()
1557 Chunk *c = s->getChunk(); in addSymbolToRVASet()
1603 SectionChunk *sc = dyn_cast<SectionChunk>(d->getChunk()); in maybeAddAddressTakenFunction()
2078 OutputSection *sec = tlsSym->getChunk()->getOutputSection(); in fixTlsAlignment()
H A DCallGraphSort.cpp227 sc == d->getChunk()) in run()
H A DPDB.cpp1129 OutputSection *os = def->getChunk()->getOutputSection(); in createPublic()
1188 if (def && def->isLive() && def->getChunk()) { in addPublicsToPDB()
1524 Chunk *thunkChunk = thunk->getChunk(); in addImportFilesToPDB()
1567 createSectionContrib(thunk->getChunk(), mod->getModuleIndex()); in addImportFilesToPDB()
1717 if (s->getChunk() == c) in findLineTable()
H A DDriver.cpp1022 return dyn_cast_or_null<SectionChunk>(dr->getChunk()); in parseCallGraphFile()
1065 auto *from = dyn_cast_or_null<SectionChunk>(fromSym->getChunk()); in readCallGraphsFromObjectFiles()
1066 auto *to = dyn_cast_or_null<SectionChunk>(toSym->getChunk()); in readCallGraphsFromObjectFiles()
1076 if (SectionChunk *c = dyn_cast_or_null<SectionChunk>(d->getChunk())) in markAddrsig()
1235 if (Chunk *c = def->getChunk()) in maybeExportMinGWSymbols()
2227 CommonChunk *c = dc->getChunk(); in linkerMain()
H A DChunks.cpp387 Chunk *c = sym ? sym->getChunk() : nullptr; in applyRelocation()
H A DInputFiles.cpp503 SectionChunk *leaderChunk = leader->getChunk(); in handleComdatSelection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp22 static uint64_t getChunk(uint64_t Imm, unsigned ChunkIdx) { in getChunk() function
51 ++Counts[getChunk(UImm, Idx)]; in tryToreplicateChunks()
160 int64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes()
194 const uint64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes()
227 Insn.push_back({ AArch64::MOVKXi, getChunk(UImm, FirstMovkIdx), in trySequenceOfOnes()
236 Insn.push_back({ AArch64::MOVKXi, getChunk(UImm, SecondMovkIdx), in trySequenceOfOnes()
369 const unsigned Imm16 = getChunk(UImm, Shift / 16); in expandMOVImm()