Searched refs:SLC (Results 1 – 6 of 6) sorted by relevance
/external/llvm/tools/macho-dump/ |
D | macho-dump.cpp | 127 MachO::segment_command SLC = Obj.getSegmentLoadCommand(LCI); in DumpSegmentCommand() local 129 DumpSegmentCommandData(StringRef(SLC.segname, 16), SLC.vmaddr, in DumpSegmentCommand() 130 SLC.vmsize, SLC.fileoff, SLC.filesize, in DumpSegmentCommand() 131 SLC.maxprot, SLC.initprot, SLC.nsects, SLC.flags); in DumpSegmentCommand() 135 for (unsigned i = 0; i != SLC.nsects; ++i) { in DumpSegmentCommand() 150 MachO::segment_command_64 SLC = Obj.getSegment64LoadCommand(LCI); in DumpSegment64Command() local 151 DumpSegmentCommandData(StringRef(SLC.segname, 16), SLC.vmaddr, in DumpSegment64Command() 152 SLC.vmsize, SLC.fileoff, SLC.filesize, in DumpSegment64Command() 153 SLC.maxprot, SLC.initprot, SLC.nsects, SLC.flags); in DumpSegment64Command() 157 for (unsigned i = 0; i != SLC.nsects; ++i) { in DumpSegment64Command() [all …]
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUISelDAGToDAG.cpp | 95 SDValue &Idxen, SDValue &Addr64, SDValue &GLC, SDValue &SLC, 99 SDValue &SLC, SDValue &TFE) const; 102 SDValue &SLC) const; 106 SDValue &Offset, SDValue &GLC, SDValue &SLC, 909 SDValue &GLC, SDValue &SLC, in SelectMUBUF() argument 914 SLC = CurDAG->getTargetConstant(0, MVT::i1); in SelectMUBUF() 974 SDValue &SLC, SDValue &TFE) const { in SelectMUBUFAddr64() argument 978 GLC, SLC, TFE); in SelectMUBUFAddr64() 997 SDValue &SLC) const { in SelectMUBUFAddr64() 998 SLC = CurDAG->getTargetConstant(0, MVT::i1); in SelectMUBUFAddr64() [all …]
|
D | SIInstrInfo.td | 300 let Name = "SLC";
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | SIInstrInfo.td | 156 bits<1> SLC; 169 let Inst{25} = SLC; 195 bits<1> SLC; 211 let Inst{54} = SLC; 233 bits<1> SLC; 248 let Inst{54} = SLC;
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 308 MachO::segment_command SLC = MachOObj->getSegmentLoadCommand(Command); in getSectionsAndSymbols() local 309 StringRef SegName = SLC.segname; in getSectionsAndSymbols() 312 BaseSegmentAddress = SLC.vmaddr; in getSectionsAndSymbols() 8373 MachO::segment_command SLC = Obj->getSegmentLoadCommand(Command); in PrintLoadCommands() local 8374 const char *sg_segname = SLC.segname; in PrintLoadCommands() 8375 PrintSegmentCommand(SLC.cmd, SLC.cmdsize, SLC.segname, SLC.vmaddr, in PrintLoadCommands() 8376 SLC.vmsize, SLC.fileoff, SLC.filesize, SLC.maxprot, in PrintLoadCommands() 8377 SLC.initprot, SLC.nsects, SLC.flags, Buf.size(), in PrintLoadCommands() 8379 for (unsigned j = 0; j < SLC.nsects; j++) { in PrintLoadCommands() 8383 SLC.cmd, sg_segname, filetype, Buf.size(), verbose); in PrintLoadCommands()
|
/external/libpcap/ |
D | INSTALL.txt | 284 nit_if.o.sun4c-sunos4.0.3c (SS1, SS1+, IPC, SLC, etc.)
|