Searched refs:NSec (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 158 dbgs() << " " << NSec.SegName << "," << NSec.SectName << ": " in createNormalizedSections() 160 << formatv("{0:x16}", NSec.Address + NSec.Size) in createNormalizedSections() 184 G->allocateString(StringRef(NSec.SegName) + "," + NSec.SectName); in createNormalizedSections() 287 if (!NSec) in createNormalizedSymbols() 291 orc::ExecutorAddr(Value) > NSec->Address + NSec->Size) in createNormalizedSymbols() 403 dbgs() << " " << NSec.SegName << "/" << NSec.SectName in graphifyRegularSymbols() 441 << formatv("{0:x16}", NSec.Address + NSec.Size) << "\n"; in graphifyRegularSymbols() 444 NSec.Data, NSec.Size, NSec.Alignment, in graphifyRegularSymbols() 504 SecNSymStack.empty() ? NSec.Address + NSec.Size in graphifyRegularSymbols() 518 NSec.Data in graphifyRegularSymbols() [all …]
|
| H A D | MachOLinkGraphBuilder.h | 139 Symbol *getSymbolByAddress(NormalizedSection &NSec, in getSymbolByAddress() argument 141 auto I = NSec.CanonicalSymbols.upper_bound(Address); in getSymbolByAddress() 142 if (I == NSec.CanonicalSymbols.begin()) in getSymbolByAddress() 149 Expected<Symbol &> findSymbolByAddress(NormalizedSection &NSec, in findSymbolByAddress() argument 151 auto *Sym = getSymbolByAddress(NSec, Address); in findSymbolByAddress() 163 static bool isDebugSection(const NormalizedSection &NSec); 164 static bool isZeroFillSection(const NormalizedSection &NSec); 184 void setCanonicalSymbol(NormalizedSection &NSec, Symbol &Sym) { in setCanonicalSymbol() argument 185 auto *&CanonicalSymEntry = NSec.CanonicalSymbols[Sym.getAddress()]; in setCanonicalSymbol() 219 Error graphifyCStringSection(NormalizedSection &NSec,
|
| H A D | MachO_x86_64.cpp | 219 auto NSec = in addRelocations() local 221 if (!NSec) in addRelocations() 222 return NSec.takeError(); in addRelocations() 227 if (!NSec->GraphSection) { in addRelocations() 230 << NSec->SegName << "/" << NSec->SectName in addRelocations() 247 dbgs() << " " << NSec->SectName << " + " in addRelocations() 254 auto SymbolToFixOrErr = findSymbolByAddress(*NSec, FixupAddress); in addRelocations()
|
| H A D | MachO_arm64.cpp | 228 auto NSec = in addRelocations() local 230 if (!NSec) in addRelocations() 231 return NSec.takeError(); in addRelocations() 236 if (!NSec->GraphSection) { in addRelocations() 239 << NSec->SegName << "/" << NSec->SectName in addRelocations() 260 dbgs() << " " << NSec->SectName << " + " in addRelocations() 267 auto SymbolToFixOrErr = findSymbolByAddress(*NSec, FixupAddress); in addRelocations()
|