/openbsd/gnu/llvm/lld/COFF/ |
H A D | ICF.cpp | 47 bool assocEquals(const SectionChunk *a, const SectionChunk *b); 49 bool equalsConstant(const SectionChunk *a, const SectionChunk *b); 50 bool equalsVariable(const SectionChunk *a, const SectionChunk *b); 52 bool isEligible(SectionChunk *c); 61 std::vector<SectionChunk *> chunks; 79 bool ICF::isEligible(SectionChunk *c) { in isEligible() 130 bool ICF::assocEquals(const SectionChunk *a, const SectionChunk *b) { in assocEquals() 141 [&](const SectionChunk &ia, const SectionChunk &ib) { in assocEquals() 148 bool ICF::equalsConstant(const SectionChunk *a, const SectionChunk *b) { in equalsConstant() 181 bool ICF::equalsVariable(const SectionChunk *a, const SectionChunk *b) { in equalsVariable() [all …]
|
H A D | Chunks.h | 187 SectionChunk *target; 203 friend SectionChunk; variable 327 static SectionChunk *findByName(ArrayRef<SectionChunk *> sections, 357 SectionChunk *repl; 379 if (isa<SectionChunk>(this)) in getSize() 386 if (isa<SectionChunk>(this)) in getOutputCharacteristics() 394 if (isa<SectionChunk>(this)) in writeTo() 401 if (isa<SectionChunk>(this)) in getSectionName() 408 if (isa<SectionChunk>(this)) in getBaserels() 415 if (isa<SectionChunk>(this)) in getDebugName() [all …]
|
H A D | InputFiles.h | 58 class SectionChunk; variable 138 ArrayRef<SectionChunk *> getDebugChunks() { return debugChunks; } in getDebugChunks() 228 SectionChunk * 275 std::vector<SectionChunk *> resourceChunks; 278 std::vector<SectionChunk *> debugChunks; 282 std::vector<SectionChunk *> sxDataChunks; 287 std::vector<SectionChunk *> guardFidChunks; 288 std::vector<SectionChunk *> guardIATChunks; 289 std::vector<SectionChunk *> guardLJmpChunks; 290 std::vector<SectionChunk *> guardEHContChunks; [all …]
|
H A D | CallGraphSort.cpp | 54 DenseMap<const SectionChunk *, int> run(); 58 std::vector<const SectionChunk *> sections; 71 using SectionPair = std::pair<const SectionChunk *, const SectionChunk *>; 78 DenseMap<const SectionChunk *, int> secToCluster; in CallGraphSort() 80 auto getOrCreateNode = [&](const SectionChunk *isec) -> int { in CallGraphSort() 91 const auto *fromSec = cast<SectionChunk>(c.first.first->repl); in CallGraphSort() 92 const auto *toSec = cast<SectionChunk>(c.first.second->repl); in CallGraphSort() 155 DenseMap<const SectionChunk *, int> CallGraphSort::run() { in run() 198 DenseMap<const SectionChunk *, int> orderMap; in run() 221 const SectionChunk *sc = sections[i]; in run() [all …]
|
H A D | Chunks.cpp | 33 SectionChunk::SectionChunk(ObjFile *f, const coff_section *h) in SectionChunk() function in lld::coff::SectionChunk 458 void SectionChunk::sortRelocations() { in sortRelocations() 497 void SectionChunk::addAssociative(SectionChunk *child) { in addAssociative() 502 SectionChunk *prev = this; in addAssociative() 503 SectionChunk *next = assocChildren; in addAssociative() 666 bool SectionChunk::isCOMDAT() const { in isCOMDAT() 718 SectionChunk *SectionChunk::findByName(ArrayRef<SectionChunk *> sections, in findByName() 720 for (SectionChunk *c : sections) in findByName() 726 void SectionChunk::replace(SectionChunk *other) { in replace() 1003 for (SectionChunk *c : sections) in finalizeContents() [all …]
|
H A D | MarkLive.cpp | 27 SmallVector<SectionChunk *, 256> worklist; in markLive() 33 if (auto *sc = dyn_cast<SectionChunk>(c)) in markLive() 37 auto enqueue = [&](SectionChunk *c) { in markLive() 58 SectionChunk *sc = worklist.pop_back_val(); in markLive() 67 for (SectionChunk &c : sc->children()) in markLive()
|
H A D | CallGraphSort.h | 15 class SectionChunk; variable 18 llvm::DenseMap<const SectionChunk *, int>
|
H A D | PDB.cpp | 115 void analyzeSymbolSubsection(SectionChunk *debugChunk, 132 void writeSymbolRecord(SectionChunk *debugChunk, 175 SectionChunk *debugChunk = nullptr; 226 void addUnrelocatedSubsection(SectionChunk *debugChunk, 229 void addFrameDataSubsection(SectionChunk *debugChunk, 238 void handleDebugS(SectionChunk *debugChunk); 585 SectionChunk *debugChunk, uint32_t &moduleSymOffset, in analyzeSymbolSubsection() 832 void DebugSHandler::advanceRelocIndex(SectionChunk *sc, in advanceRelocIndex() 856 SectionChunk *debugChunk; 953 SectionChunk *debugChunk = subsec.debugChunk; in finish() [all …]
|
H A D | PDB.h | 24 class SectionChunk; variable 31 getFileLineCodeView(const SectionChunk *c, uint32_t addr);
|
H A D | Writer.cpp | 439 SectionChunk *sc = dyn_cast_or_null<SectionChunk>(os->chunks[i]); in createThunks() 529 SectionChunk *sc = dyn_cast_or_null<SectionChunk>(c); in verifyRanges() 779 SectionChunk *sc1 = dyn_cast_or_null<SectionChunk>(s); in fixGnuImportChunks() 780 SectionChunk *sc2 = dyn_cast_or_null<SectionChunk>(t); in fixGnuImportChunks() 918 auto *sc = dyn_cast<SectionChunk>(c); in createSections() 1568 SectionChunk *sc = b->getChunk(); in writeHeader() 1688 SectionChunk *sc = dyn_cast<SectionChunk>(d->getChunk()); in maybeAddAddressTakenFunction() 1705 SectionChunk *sc = dyn_cast<SectionChunk>(c); in markSymbolsWithRelocations() 1809 for (SectionChunk *c : symIdxChunks) { in getSymbolsFromSections() 2071 auto sa = dyn_cast<SectionChunk>(a); in sortCRTSectionChunks() [all …]
|
H A D | SymbolTable.h | 33 class SectionChunk; variable 98 SectionChunk *c = nullptr, uint32_t sectionOffset = 0, 112 SectionChunk *newSc = nullptr,
|
H A D | InputFiles.cpp | 186 static SectionChunk *const pendingComdat = reinterpret_cast<SectionChunk *>(1); 200 SectionChunk *ObjFile::readSection(uint32_t sectionNumber, in readSection() 245 auto *c = make<SectionChunk>(this, sec); in readSection() 289 SectionChunk *parent = sparseChunks[parentIndex]; in readAssociativeDefinition() 315 SectionChunk *c = readSection(sectionNumber, def, ""); in readAssociativeDefinition() 336 SectionChunk *sc = sparseChunks[sectionNumber]; in recordPrevailingSymbolForMingw() 358 SectionChunk *sc = sparseChunks[sym.getSectionNumber()]; in createRegular() 475 SectionChunk *leaderChunk = leader->getChunk(); in handleComdatSelection() 547 SectionChunk newChunk(this, getSection(sym)); in handleComdatSelection() 693 if (SectionChunk *sec = SectionChunk::findByName(debugChunks, secName)) in getDebugSection() [all …]
|
H A D | SymbolTable.cpp | 103 static Symbol *getSymbol(SectionChunk *sc, uint32_t addr) { in getSymbol() 129 getFileLineDwarf(const SectionChunk *c, uint32_t addr) { in getFileLineDwarf() 141 getFileLine(const SectionChunk *c, uint32_t addr) { in getFileLine() 167 auto *sc = dyn_cast<SectionChunk>(c); in getSymbolLocations() 363 SectionChunk *sc = dyn_cast_or_null<SectionChunk>(refptr->getChunk()); in handleMinGWAutomaticImport() 607 static std::string getSourceLocationObj(ObjFile *file, SectionChunk *sc, in getSourceLocationObj() 624 static std::string getSourceLocation(InputFile *file, SectionChunk *sc, in getSourceLocation() 643 SectionChunk *newSc, in reportDuplicate() 702 const coff_symbol_generic *sym, SectionChunk *c, in addRegular()
|
H A D | Config.h | 35 class SectionChunk; variable 238 llvm::MapVector<std::pair<const SectionChunk *, const SectionChunk *>,
|
H A D | LLDMapFile.cpp | 36 DenseMap<const SectionChunk *, SmallVector<DefinedRegular *, 4>>; 114 auto *sc = dyn_cast<SectionChunk>(c); in writeLLDMapFile()
|
H A D | MapFile.cpp | 253 std::vector<std::pair<SectionChunk *, SectionChunk *>> ChunkRanges; in writeMapFile() 255 auto *sc = dyn_cast<SectionChunk>(c); in writeMapFile()
|
H A D | Symbols.h | 203 SectionChunk *c = nullptr, bool isWeak = false) 215 SectionChunk *getChunk() const { return *data; } in getChunk() 218 SectionChunk **data;
|
H A D | Driver.cpp | 1072 if (auto *sec = dyn_cast<SectionChunk>(c)) in parseOrderFile() 1119 auto findSection = [&](StringRef name) -> SectionChunk * { in parseCallGraphFile() 1128 return dyn_cast_or_null<SectionChunk>(dr->getChunk()); in parseCallGraphFile() 1142 if (SectionChunk *from = findSection(fields[0])) in parseCallGraphFile() 1143 if (SectionChunk *to = findSection(fields[1])) in parseCallGraphFile() 1171 auto *from = dyn_cast_or_null<SectionChunk>(fromSym->getChunk()); in readCallGraphsFromObjectFiles() 1172 auto *to = dyn_cast_or_null<SectionChunk>(toSym->getChunk()); in readCallGraphsFromObjectFiles() 1182 if (SectionChunk *c = dyn_cast_or_null<SectionChunk>(d->getChunk())) in markAddrsig()
|
H A D | DebugTypes.cpp | 288 SectionChunk *sec = in getDebugH() 289 SectionChunk::findByName(file->getDebugChunks(), ".debug$H"); in getDebugH()
|