| /freebsd/contrib/llvm-project/llvm/tools/llvm-cxxdump/ |
| H A D | llvm-cxxdump.cpp | 84 uint64_t SymAddress, uint64_t SymSize, in collectRelocatedSymbols() argument 87 uint64_t SymEnd = SymOffset + SymSize; in collectRelocatedSymbols() 108 uint64_t SymAddress, uint64_t SymSize, StringRef SymName, in collectRelocationOffsets() argument 111 uint64_t SymEnd = SymOffset + SymSize; in collectRelocationOffsets() 194 uint64_t SymSize = P.second; in dumpCXXData() local 215 StringRef SymContents = SecContents.substr(SymOffset, SymSize); in dumpCXXData() 240 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData() 249 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData() 256 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData() 265 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiModuleDescriptorBuilder.h | 41 : SymPtr(const_cast<uint8_t *>(Syms.data())), SymSize(Syms.size()), in SymbolListWrapper() 44 : SymPtr(SymSrc), SymSize(Length), NeedsToBeMerged(true) {} in SymbolListWrapper() 47 return ArrayRef<uint8_t>(static_cast<const uint8_t *>(SymPtr), SymSize); in asArray() 50 uint32_t size() const { return SymSize; } in size() 53 uint32_t SymSize = 0; member
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFReader.cpp | 108 size_t SymSize = IsBigObj ? sizeof(coff_symbol32) : sizeof(coff_symbol16); in readSymbols() local 109 assert(AuxData.size() == SymSize * SymRef.getNumberOfAuxSymbols()); in readSymbols() 122 Sym.AuxData.push_back(AuxData.slice(I * SymSize, sizeof(AuxSymbol))); in readSymbols()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IndirectionUtils.cpp | 398 auto SymSize = Sym.getSize() ? Sym.getSize() : B.getSize() - Sym.getOffset(); in addFunctionPointerRelocationsToCurrentSymbol() local 399 auto Content = ArrayRef(SymStartInBlock, SymSize); in addFunctionPointerRelocationsToCurrentSymbol()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.h | 365 DenseMap<const MCSymbol *, uint64_t> SymSize; variable 765 SymSize[Sym] = Size; in setSymbolSize()
|
| H A D | DwarfDebug.cpp | 3567 auto SizeRef = SymSize.find(Span.Start); in emitDebugARanges() 3568 if ((SizeRef == SymSize.end() || SizeRef->second != 0) && Span.End) { in emitDebugARanges() 3574 if (SizeRef == SymSize.end() || SizeRef->second == 0) in emitDebugARanges()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 701 size_t SymSize = (B.getAddress() + BlockSize) - in graphifyCStringSection() local 712 auto &Sym = createStandardGraphSymbol(NSym, B, SymSize, SectionIsText, in graphifyCStringSection()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 893 uint64_t SymSize = SecContent.size() - (CSymAddr - SecContent.data()); in linkAndVerify() local 894 SymInfo.setContent(ArrayRef<char>(CSymAddr, SymSize)); in linkAndVerify()
|