Searched refs:SymSize (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp83 uint64_t SymAddress, uint64_t SymSize,
86 uint64_t SymEnd = SymOffset + SymSize;
107 uint64_t SymAddress, uint64_t SymSize, StringRef SymName,
110 uint64_t SymEnd = SymOffset + SymSize;
193 uint64_t SymSize = P.second; local
214 StringRef SymContents = SecContents.substr(SymOffset, SymSize);
239 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E);
248 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E);
255 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize,
264 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize,
81 collectRelocatedSymbols(const ObjectFile *Obj, const SectionRef &Sec, uint64_t SecAddress, uint64_t SymAddress, uint64_t SymSize, StringRef *I, StringRef *E) argument
105 collectRelocationOffsets( const ObjectFile *Obj, const SectionRef &Sec, uint64_t SecAddress, uint64_t SymAddress, uint64_t SymSize, StringRef SymName, std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp109 size_t SymSize = IsBigObj ? sizeof(coff_symbol32) : sizeof(coff_symbol16); local
110 assert(AuxData.size() == SymSize * SymRef.getNumberOfAuxSymbols());
123 Sym.AuxData.push_back(AuxData.slice(I * SymSize, sizeof(AuxSymbol)));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h309 DenseMap<const MCSymbol *, uint64_t> SymSize; member in class:llvm::DwarfDebug
663 SymSize[Sym] = Size;
H A DDwarfDebug.cpp2921 uint64_t Size = SymSize[Span.Start];
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp840 uint64_t SymSize = SecContent.size() - (CSymAddr - SecContent.data());
841 SymInfo.setContent(StringRef(CSymAddr, SymSize));

Completed in 122 milliseconds