Home
last modified time | relevance | path

Searched refs:SectionEnd (Results 1 – 4 of 4) sorted by relevance

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