Home
last modified time | relevance | path

Searched refs:subsec (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_section.py21 for subsec in obj:
22 s = str(subsec)
/llvm-project-15.0.7/lld/MachO/
H A DInputSection.cpp75 for (const Subsection &subsec : section.subsections) { in getLocation() local
76 if (subsec.isec == this) { in getLocation()
77 off += subsec.offset; in getLocation()
96 for (const Subsection &subsec : section.subsections) { in getSourceLocation() local
97 if (subsec.isec == this) { in getSourceLocation()
98 off += subsec.offset; in getSourceLocation()
H A DInputFiles.cpp441 [](uint64_t value, Subsection subsec) { return value < subsec.offset; })); in findContainingSubsection() argument
730 InputSection *subsec; in parseRelocations() local
740 subsec = subsecIt->isec; in parseRelocations()
743 subsec->relocs.push_back(r); in parseRelocations()
763 subsec->relocs.push_back(p); in parseRelocations()
970 Subsection &subsec = subsections.back(); in parseSymbols() local
971 InputSection *isec = subsec.isec; in parseSymbols()
973 uint64_t subsecAddr = sectionAddr + subsec.offset; in parseSymbols()
1470 auto *isec = cast<ConcatInputSection>(subsec.isec); in registerEhFrames()
1471 uint64_t isecOff = subsec.offset; in registerEhFrames()
[all …]
H A DSyntheticSections.cpp838 for (const Subsection &subsec : section->subsections) { in collectDataInCodeEntries() local
839 const InputSection *isec = subsec.isec; in collectDataInCodeEntries()
844 const uint64_t beginAddr = section->addr + subsec.offset; in collectDataInCodeEntries()
/llvm-project-15.0.7/lldb/test/API/python_api/module_section/
H A DTestModuleAndSection.py60 for subsec in sec:
61 print(INDENT + str(subsec))
63 for sym in exe_module.symbol_in_section_iter(subsec):
/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp844 : DebugSubsection(k), debugChunk(debugChunk), subsec(subsec), in UnrelocatedDebugSubsection()
851 ArrayRef<uint8_t> subsec; member in __anona4e0361e0711::UnrelocatedDebugSubsection
857 std::vector<uint8_t> relocatedBytes(subsec.size()); in commit()
884 ArrayRef<uint8_t> subsec; in addUnrelocatedSubsection() local
886 cantFail(sr.readBytes(0, sr.getLength(), subsec)); in addUnrelocatedSubsection()
887 advanceRelocIndex(debugChunk, subsec); in addUnrelocatedSubsection()
898 ArrayRef<uint8_t> subsec; in addFrameDataSubsection() local
900 cantFail(sr.readBytes(0, sr.getLength(), subsec)); in addFrameDataSubsection()
901 advanceRelocIndex(debugChunk, subsec); in addFrameDataSubsection()
944 SectionChunk *debugChunk = subsec.debugChunk; in finish()
[all …]
H A DChunks.cpp442 ArrayRef<uint8_t> subsec, in writeAndRelocateSubsection() argument
445 assert(!subsec.empty() && !sec.empty()); in writeAndRelocateSubsection()
446 assert(sec.begin() <= subsec.begin() && subsec.end() <= sec.end() && in writeAndRelocateSubsection()
448 size_t vaBegin = std::distance(sec.begin(), subsec.begin()); in writeAndRelocateSubsection()
449 size_t vaEnd = std::distance(sec.begin(), subsec.end()); in writeAndRelocateSubsection()
450 memcpy(buf, subsec.data(), subsec.size()); in writeAndRelocateSubsection()
H A DChunks.h212 ArrayRef<uint8_t> subsec,
/llvm-project-15.0.7/clang/docs/
H A DSYCLSupport.rst59 …ttps://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html#subsec:commonAddressSpace…