Searched refs:SectionEnd (Results 1 – 8 of 8) sorted by relevance
/external/libjpeg-turbo/release/ |
D | installer.nsi.in | 111 SectionEnd 191 SectionEnd
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCDwarf.cpp | 195 MCSymbol *SectionEnd = context.CreateTempSymbol(); in EmitDwarfLineTable() local 197 MCOS->EmitLabel(SectionEnd); in EmitDwarfLineTable() 203 MCOS->EmitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd, in EmitDwarfLineTable()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 366 void emitEndOfLineMatrix(unsigned SectionEnd);
|
D | DwarfDebug.cpp | 1658 void DwarfDebug::emitEndOfLineMatrix(unsigned SectionEnd) { in emitEndOfLineMatrix() argument 1670 Asm->OutStreamer.EmitSymbolValue(Asm->GetTempSymbol("section_end",SectionEnd), in emitEndOfLineMatrix()
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 167 MCSymbol *SectionEnd = MCOS->endSection(Section); in EmitDwarfLineTable() local 175 MCOS->EmitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd, in EmitDwarfLineTable()
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 446 uint32_t SectionEnd = Section->VirtualAddress + Section->VirtualSize; in getRvaPtr() local 447 if (SectionStart <= Addr && Addr < SectionEnd) { in getRvaPtr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 463 uint32_t SectionEnd = Section->VirtualAddress + Section->VirtualSize; in getRvaPtr() local 464 if (SectionStart <= Addr && Addr < SectionEnd) { in getRvaPtr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCDwarf.cpp | 218 MCSymbol *SectionEnd = MCOS->endSection(Section); in EmitDwarfLineTable() local 226 MCOS->EmitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd, in EmitDwarfLineTable()
|