Home
last modified time | relevance | path

Searched refs:ilocalsym (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h468 uint32_t ilocalsym; member
499 uint32_t ilocalsym; member
515 uint32_t ilocalsym; member
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test61 CHECK: ilocalsym 0
245 EXE: ilocalsym 0
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test61 CHECK: ilocalsym 0
245 EXE: ilocalsym 0
/external/llvm/test/MC/MachO/ARM/
Ddarwin-Thumb-reloc.s130 @ CHECK: ilocalsym: 0
Ddarwin-ARM-reloc.s168 @ CHECK: ilocalsym: 0
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ARM/
Ddarwin-Thumb-reloc.s130 @ CHECK: ilocalsym: 0
Ddarwin-ARM-reloc.s168 @ CHECK: ilocalsym: 0
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test108 CHECK: ilocalsym 0
279 EXE: ilocalsym 0
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test104 CHECK: ilocalsym 0
301 EXE: ilocalsym 0
524 NON_VERBOSE: ilocalsym 0
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test106 CHECK: ilocalsym 0
303 EXE: ilocalsym 0
526 NON_VERBOSE: ilocalsym 0
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test110 CHECK: ilocalsym 0
281 EXE: ilocalsym 0
/external/llvm/include/llvm/Support/
DMachO.h681 uint32_t ilocalsym; member
712 uint32_t ilocalsym; member
728 uint32_t ilocalsym; member
1199 sys::swapByteOrder(dst.ilocalsym); in swapStruct()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h683 uint32_t ilocalsym; member
714 uint32_t ilocalsym; member
730 uint32_t ilocalsym; member
1207 sys::swapByteOrder(dst.ilocalsym); in swapStruct()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h688 uint32_t ilocalsym; member
719 uint32_t ilocalsym; member
735 uint32_t ilocalsym; member
1224 sys::swapByteOrder(dst.ilocalsym); in swapStruct()
/external/llvm/lib/Object/
DMachOObjectFile.cpp399 if (Dysymtab.nlocalsym != 0 && Dysymtab.ilocalsym > Symtab.nsyms) { in MachOObjectFile()
404 uint64_t BigSize = Dysymtab.ilocalsym; in MachOObjectFile()
411 if (Dysymtab.nextdefsym != 0 && Dysymtab.ilocalsym > Symtab.nsyms) { in MachOObjectFile()
2271 Cmd.ilocalsym = 0; in getDysymtabLoadCommand()
/external/llvm/test/Object/
Dmacho-invalid.test47 BAD-SYMBOL: truncated or malformed object (ilocalsym plus nlocalsym in LC_DYSYMTAB load command ext…
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp289 IO.mapRequired("ilocalsym", LoadCommand.ilocalsym); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp318 IO.mapRequired("ilocalsym", LoadCommand.ilocalsym); in mapping()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp750 W.printNumber("ilocalsym", DLC.ilocalsym); in printMachODysymtab()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DMachODumper.cpp797 W.printNumber("ilocalsym", DLC.ilocalsym); in printMachODysymtab()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp1583 if (Dysymtab.nlocalsym != 0 && Dysymtab.ilocalsym > Symtab.nsyms) { in MachOObjectFile()
1588 uint64_t BigSize = Dysymtab.ilocalsym; in MachOObjectFile()
1595 if (Dysymtab.nextdefsym != 0 && Dysymtab.ilocalsym > Symtab.nsyms) { in MachOObjectFile()
4463 Cmd.ilocalsym = 0; in getDysymtabLoadCommand()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7956 outs() << " ilocalsym " << dyst.ilocalsym; in PrintDysymtabLoadCommand()
7957 if (dyst.ilocalsym > nsyms) in PrintDysymtabLoadCommand()
7963 big_size = dyst.ilocalsym; in PrintDysymtabLoadCommand()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp8355 outs() << " ilocalsym " << dyst.ilocalsym; in PrintDysymtabLoadCommand()
8356 if (dyst.ilocalsym > nsyms) in PrintDysymtabLoadCommand()
8362 big_size = dyst.ilocalsym; in PrintDysymtabLoadCommand()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dmacho-invalid.test47 BAD-SYMBOL: truncated or malformed object (ilocalsym plus nlocalsym in LC_DYSYMTAB load command ext…