Searched refs:getChunk (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Symbols.h | 176 Chunk *getChunk(); 222 SectionChunk *getChunk() const { return *data; } in getChunk() function 242 CommonChunk *getChunk() { return data; } in getChunk() function 289 Chunk *getChunk() { return c; } in getChunk() function 383 uint64_t getRVA() { return getChunk()->getRVA(); } in getRVA() 384 Chunk *getChunk() { return location; } in getChunk() function 417 ImportThunkChunk *getChunk() const { return data; } in getChunk() function 441 Chunk *getChunk() { return data; } in getChunk() function 472 inline Chunk *Defined::getChunk() { in getChunk() function 475 return cast<DefinedRegular>(this)->getChunk(); in getChunk() [all …]
|
| H A D | MinGW.cpp | 146 if (!sym || !sym->getChunk()) in shouldExport() 196 if (def && def->getChunk() && in writeDefFile() 197 !(def->getChunk()->getOutputCharacteristics() & IMAGE_SCN_MEM_EXECUTE)) in writeDefFile() 274 symtab.localImportChunks.push_back(wrapimp->getChunk()); in wrapSymbols()
|
| H A D | ICF.cpp | 165 d1->getChunk()->eqClass[cnt % 2] == d2->getChunk()->eqClass[cnt % 2]; in equalsConstant() 188 return d1->getChunk()->eqClass[cnt % 2] == d2->getChunk()->eqClass[cnt % 2]; in equalsVariable() 291 hash += sym->getChunk()->eqClass[cnt % 2]; in run()
|
| H A D | MarkLive.cpp | 54 enqueue(sym->getChunk()); in markLive() 59 sym->getChunk()->live = true; in markLive()
|
| H A D | Symbols.cpp | 85 return r->getChunk()->live; in isLive() 89 return imp->getChunk()->live; in isLive()
|
| H A D | SymbolTable.cpp | 86 if (!d || !d->data || d->file != sc->file || d->getChunk() != sc || in getSymbol() 358 if (refptr && refptr->getChunk()->getSize() == ctx.config.wordsize) { in handleMinGWAutomaticImport() 359 SectionChunk *sc = dyn_cast_or_null<SectionChunk>(refptr->getChunk()); in handleMinGWAutomaticImport() 362 refptr->getChunk()->live = false; in handleMinGWAutomaticImport() 506 localImportChunks.push_back(cast<DefinedLocalImport>(sym)->getChunk()); in resolveRemainingUndefines() 577 SectionChunk *sc = sym->getChunk(); in initializeLoadConfig() 630 if (!from || !from->getChunk()->isCOMDAT() || in initializeECThunks() 635 from->getChunk()->setEntryThunk(to); in initializeECThunks() 842 diag << getSourceLocation(d->getFile(), d->getChunk(), d->getValue(), in reportDuplicate()
|
| H A D | Writer.cpp | 532 Chunk *thunkChunk = thunk->getChunk(); in createThunks() 1314 auto *chunk = cast<DefinedImportThunk>(file->thunkSym)->getChunk(); in appendImportThunks() 1323 auto *chunk = cast<DefinedImportThunk>(file->auxThunkSym)->getChunk(); in appendImportThunks() 1456 Chunk *c = def->getChunk(); in createSymbol() 1994 Chunk *c = s->getChunk(); in addSymbolToRVASet() 2025 cast<Defined>(s)->getChunk())) { in maybeAddAddressTakenFunction() 2049 SectionChunk *sc = dyn_cast<SectionChunk>(d->getChunk()); in maybeAddAddressTakenFunction() 2269 if (!sym || !sym->getChunk()) in createECChunks() 2271 if (auto thunk = dyn_cast<ECExportThunkChunk>(sym->getChunk())) { in createECChunks() 2277 SectionChunk *chunk = def->getChunk(); in createECChunks() [all …]
|
| H A D | MapFile.cpp | 160 } else if (Chunk *chunk = sym->getChunk()) { in getSymbolStrings() 304 Chunk *chunk = entry->getChunk(); in writeMapFile()
|
| H A D | LLDMapFile.cpp | 63 ret[s->getChunk()].push_back(s); in getSectionSyms()
|
| H A D | PDB.cpp | 1137 OutputSection *os = ctx.getOutputSection(def->getChunk()); in createPublic() 1138 assert((os || !def->getChunk()->getSize()) && in createPublic() 1212 if (def && def->isLive() && def->getChunk()) { in addPublicsToPDB() 1564 Chunk *thunkChunk = thunk->getChunk(); in addImportFilesToPDB() 1608 createSectionContrib(ctx, thunk->getChunk(), mod->getModuleIndex()); in addImportFilesToPDB() 1776 if (s->getChunk() == c) in findLineTable()
|
| H A D | CallGraphSort.cpp | 230 sc == d->getChunk()) in run()
|
| H A D | Driver.cpp | 1131 return dyn_cast_or_null<SectionChunk>(dr->getChunk()); in parseCallGraphFile() 1174 auto *from = dyn_cast_or_null<SectionChunk>(fromSym->getChunk()); in readCallGraphsFromObjectFiles() 1175 auto *to = dyn_cast_or_null<SectionChunk>(toSym->getChunk()); in readCallGraphsFromObjectFiles() 1185 if (SectionChunk *c = dyn_cast_or_null<SectionChunk>(d->getChunk())) in markAddrsig() 1331 if (def->getChunk()->getArm64ECRangeType() != chpe_range_type::Arm64EC) in maybeCreateECExportThunk() 1437 if (Chunk *c = def->getChunk()) in maybeExportMinGWSymbols() 2738 CommonChunk *c = dc->getChunk(); in linkerMain()
|
| H A D | Chunks.cpp | 440 Chunk *c = sym ? sym->getChunk() : nullptr; in applyRelocation() 584 ctx.hybridSymtab->loadConfigSym->getChunk() == this && in getBaserels() 690 if (!target->getChunk()) in getRuntimePseudoRelocs()
|
| H A D | InputFiles.cpp | 709 SectionChunk *leaderChunk = leader->getChunk(); in handleComdatSelection()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandImm.cpp | 22 static uint64_t getChunk(uint64_t Imm, unsigned ChunkIdx) { in getChunk() function 51 ++Counts[getChunk(UImm, Idx)]; in tryToreplicateChunks() 159 int64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes() 193 const uint64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes() 226 Insn.push_back({ AArch64::MOVKXi, getChunk(UImm, FirstMovkIdx), in trySequenceOfOnes() 235 Insn.push_back({ AArch64::MOVKXi, getChunk(UImm, SecondMovkIdx), in trySequenceOfOnes() 598 const unsigned Imm16 = getChunk(UImm, Shift / 16); in expandMOVImm()
|