Searched defs:EntrySize (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCSectionELF.h | 46 unsigned EntrySize; variable
|
D | MCContext.h | 331 unsigned Flags, unsigned EntrySize, in getELFSection() 337 unsigned Flags, unsigned EntrySize, in getELFSection() 344 unsigned Flags, unsigned EntrySize, in getELFSection()
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 316 unsigned Flags, unsigned EntrySize, in createELFRelSection() 329 unsigned Flags, unsigned EntrySize, in getELFSection() 341 unsigned Flags, unsigned EntrySize, in getELFSection()
|
D | ELFObjectWriter.cpp | 768 unsigned EntrySize = is64Bit() ? ELF::SYMENTRY_SIZE64 : ELF::SYMENTRY_SIZE32; in computeSymbolTable() local 955 unsigned EntrySize; in createRelocationSection() local 1036 uint64_t EntrySize) { in WriteSecHdrEntry()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 528 const MCExpr *EntrySize = MCConstantExpr::create(16, Ctx); in emitCSpecificHandlerTable() local
|
D | AsmPrinter.cpp | 1477 unsigned EntrySize = MJTI->getEntrySize(getDataLayout()); in EmitJumpTableEntry() local
|
/external/llvm/lib/Transforms/IPO/ |
D | LowerBitSets.cpp | 793 unsigned EntrySize = getJumpTableEntrySize(); in buildBitSetsFromFunctions() local
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 247 unsigned EntrySize = 0; in selectELFSectionForGlobal() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 3716 unsigned EntrySize = in ExpandNode() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1588 unsigned EntrySize = in lowerBR_JT() local
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 6455 uint32_t EntrySize = 3 * PointerSize + 2 * sizeof(uint32_t); in printMachOCompactUnwindSection() local
|