Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectStreamer.cpp516 MCSymbol *SectionEnd = endSection(Section); in emitDwarfLineEndEntry() local
524 emitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd, in emitDwarfLineEndEntry()
H A DMCAsmStreamer.cpp2381 MCSymbol *SectionEnd = TextSection->getEndSymbol(Ctx); in emitDwarfLineEndEntry() local
2383 emitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd, in emitDwarfLineEndEntry()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp2216 MachineBasicBlock::iterator SectionEnd; in runOnMachineFunction() local
2218 I = SectionEnd) { in runOnMachineFunction()
2224 std::tie(SectionEnd, CollectModified) = in runOnMachineFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp469 uint32_t SectionEnd = Section->VirtualAddress + Section->VirtualSize; in getRvaPtr() local
470 if (SectionStart <= Addr && Addr < SectionEnd) { in getRvaPtr()