Searched refs:SectionEnd (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCObjectStreamer.cpp560 MCSymbol *SectionEnd = endSection(Section); local
568 emitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd,
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DCOFFObjectFile.cpp478 uint32_t SectionEnd = Section->VirtualAddress + Section->VirtualSize; local
479 if (SectionStart <= Addr && Addr < SectionEnd) {
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp2471 MachineBasicBlock::iterator SectionEnd; local
2473 I = SectionEnd) {
2479 std::tie(SectionEnd, CollectModified) =

Completed in 131 milliseconds