Home
last modified time | relevance | path

Searched defs:SLC (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp309 MachO::segment_command SLC = MachOObj->getSegmentLoadCommand(Command); in getSectionsAndSymbols() local
316 MachO::segment_command_64 SLC = MachOObj->getSegment64LoadCommand(Command); in getSectionsAndSymbols() local
1042 MachO::segment_command SLC = O->getSegmentLoadCommand(Command); in PrintFunctionStarts() local
1048 MachO::segment_command_64 SLC = O->getSegment64LoadCommand(Command); in PrintFunctionStarts() local
1205 MachO::segment_command SLC = O->getSegmentLoadCommand(Command); in GetSegmentNames() local
1208 MachO::segment_command_64 SLC = O->getSegment64LoadCommand(Command); in GetSegmentNames() local
10097 MachO::segment_command SLC = Obj->getSegmentLoadCommand(Command); in PrintLoadCommands() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIDefines.h381 SLC = 2, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3258 MachO::segment_command SLC = O->getSegmentLoadCommand(Command); in MachOAbstractFixupEntry() local