HomeSort by relevance Sort by last modified time
    Searched refs:S_SYMBOL_STUBS (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/MC/
MCSectionMachO.h 66 /// S_SYMBOL_STUBS - Section with symbol stubs, byte size of stub in
68 S_SYMBOL_STUBS = 0x08U,
  /external/llvm/lib/MC/
MCSectionMachO.cpp 30 { "symbol_stubs", "S_SYMBOL_STUBS" }, // 0x08
120 // If we have a S_SYMBOL_STUBS size specified, print it along with 'none' as
150 // If we have a S_SYMBOL_STUBS size specified, print it.
245 // S_SYMBOL_STUBS always require a symbol stub size specifier.
246 if (TAA == MCSectionMachO::S_SYMBOL_STUBS)
282 // S_SYMBOL_STUBS always require a symbol stub size specifier.
283 if (TAA == MCSectionMachO::S_SYMBOL_STUBS)
289 // If we have a stub size spec, we must have a sectiontype of S_SYMBOL_STUBS.
290 if ((TAA & MCSectionMachO::SECTION_TYPE) != MCSectionMachO::S_SYMBOL_STUBS)
MachObjectWriter.cpp 397 Section.getType() != MCSectionMachO::S_SYMBOL_STUBS)
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 461 MCSectionMachO::S_SYMBOL_STUBS |
467 MCSectionMachO::S_SYMBOL_STUBS |
502 MCSectionMachO::S_SYMBOL_STUBS |
549 MCSectionMachO::S_SYMBOL_STUBS |
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 154 MCSectionMachO::S_SYMBOL_STUBS |
161 MCSectionMachO::S_SYMBOL_STUBS |
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 495 MCSectionMachO::S_SYMBOL_STUBS |
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 556 MCSectionMachO::S_SYMBOL_STUBS,
562 MCSectionMachO::S_SYMBOL_STUBS,
    [all...]

Completed in 72 milliseconds