reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
326 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) 327 return CS16->SectionNumber; 328 return static_cast<int16_t>(CS16->SectionNumber); 330 return static_cast<int32_t>(CS32->SectionNumber);lib/Object/WindowsResource.cpp
805 Symbol->SectionNumber = 0xffff; 815 Symbol->SectionNumber = 1; 834 Symbol->SectionNumber = 2; 855 Symbol->SectionNumber = 2;tools/lld/COFF/Writer.cpp
1088 sym.SectionNumber = IMAGE_SYM_ABSOLUTE; 1104 sym.SectionNumber = os->sectionIndex;tools/llvm-objcopy/COFF/COFFObjcopy.cpp
158 Sym.Sym.SectionNumber == 0) 168 Sym.Sym.SectionNumber != 0)tools/llvm-objcopy/COFF/Object.h
166 Dest.SectionNumber = Src.SectionNumber; 166 Dest.SectionNumber = Src.SectionNumber;tools/llvm-objcopy/COFF/Writer.cpp
45 Sym.Sym.SectionNumber = static_cast<uint32_t>(Sym.TargetSectionId); 52 Sym.Sym.SectionNumber = Sec->Index;