Searched defs:EntrySize (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCSectionELF.h | 47 unsigned EntrySize; variable
|
D | MCContext.h | 317 unsigned Flags, unsigned EntrySize, in getELFSection() 323 unsigned Flags, unsigned EntrySize, in getELFSection() 331 unsigned Flags, unsigned EntrySize, in getELFSection()
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 282 unsigned EntrySize, const MCSymbol *Group, in createELFRelSection() 294 unsigned Flags, unsigned EntrySize, in getELFSection() 306 unsigned Flags, unsigned EntrySize, in getELFSection()
|
D | ELFObjectWriter.cpp | 1123 unsigned EntrySize; in createRelocationSection() local 1308 uint64_t EntrySize) { in WriteSecHdrEntry() 1369 unsigned EntrySize = is64Bit() ? ELF::SYMENTRY_SIZE64 : ELF::SYMENTRY_SIZE32; in CreateMetadataSections() local
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 253 unsigned EntrySize = 0; in selectELFSectionForGlobal() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1414 unsigned EntrySize = in EmitJumpTableEntry() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 652 unsigned EntrySize = (Opc == ARM::t2TBB_JT) in GetInstSizeInBytes() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 3790 unsigned EntrySize = in ExpandNode() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1555 unsigned EntrySize = in lowerBR_JT() local
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 6537 uint32_t EntrySize = 3 * PointerSize + 2 * sizeof(uint32_t); in printMachOCompactUnwindSection() local
|