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.cpp305 MachO::segment_command SLC = MachOObj->getSegmentLoadCommand(Command); in getSectionsAndSymbols() local
312 MachO::segment_command_64 SLC = MachOObj->getSegment64LoadCommand(Command); in getSectionsAndSymbols() local
1038 MachO::segment_command SLC = O->getSegmentLoadCommand(Command); in PrintFunctionStarts() local
1044 MachO::segment_command_64 SLC = O->getSegment64LoadCommand(Command); in PrintFunctionStarts() local
1201 MachO::segment_command SLC = O->getSegmentLoadCommand(Command); in GetSegmentNames() local
1204 MachO::segment_command_64 SLC = O->getSegment64LoadCommand(Command); in GetSegmentNames() local
10116 MachO::segment_command SLC = Obj->getSegmentLoadCommand(Command); in PrintLoadCommands() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIDefines.h363 SLC = 2, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3257 MachO::segment_command SLC = O->getSegmentLoadCommand(Command); in MachOAbstractFixupEntry() local