Home
last modified time | relevance | path

Searched refs:EntrySize (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/MC/
DMCSectionELF.h44 unsigned EntrySize; variable
53 EntrySize(entrySize), Group(group) {} in MCSectionELF()
69 unsigned getEntrySize() const { return EntrySize; } in getEntrySize()
DMCContext.h253 unsigned EntrySize, StringRef Group);
/external/llvm/lib/MC/
DMCContext.cpp242 SectionKind Kind, unsigned EntrySize, StringRef Group) { in getELFSection() argument
252 if (!EntrySize) { in getELFSection()
253 EntrySize = MCSectionELF::DetermineEntrySize(Kind); in getELFSection()
261 Kind, EntrySize, GroupSym); in getELFSection()
DMCSectionELF.cpp124 if (EntrySize) { in PrintSwitchToSection()
126 OS << "," << EntrySize; in PrintSwitchToSection()
DELFObjectWriter.cpp320 uint64_t Alignment, uint64_t EntrySize);
1002 unsigned EntrySize; in CreateRelocationSections() local
1004 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rela) : sizeof(ELF::Elf32_Rela); in CreateRelocationSections()
1006 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in CreateRelocationSections()
1012 EntrySize, ""); in CreateRelocationSections()
1042 uint64_t EntrySize) { in WriteSecHdrEntry() argument
1052 WriteWord(EntrySize); // sh_entsize in WriteSecHdrEntry()
1128 unsigned EntrySize = is64Bit() ? ELF::SYMENTRY_SIZE64 : ELF::SYMENTRY_SIZE32; in CreateMetadataSections() local
1140 EntrySize, ""); in CreateMetadataSections()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp1112 unsigned EntrySize = MJTI->getEntrySize(*TheJIT->getDataLayout()); in initJumpTableInfo() local
1118 JumpTableBase = allocateSpace(NumEntries * EntrySize, in initJumpTableInfo()
1232 unsigned EntrySize = JumpTable->getEntrySize(*TheJIT->getDataLayout()); in getJumpTableEntryAddress() local
1238 Offset *= EntrySize; in getJumpTableEntryAddress()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1205 unsigned EntrySize = MJTI->getEntrySize(*TM.getDataLayout()); in EmitJumpTableEntry() local
1206 OutStreamer.EmitValue(Value, EntrySize); in EmitJumpTableEntry()
/external/v8/src/
Dprofile-generator.h580 size_t EntrySize() { in EntrySize() function
Dprofile-generator.cc1242 reinterpret_cast<char*>(last_entry) + last_entry->EntrySize())); in GetNextEntryToInit()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1542 unsigned EntrySize = in lowerBR_JT() local
1546 DAG.getConstant(EntrySize, PTy)); in lowerBR_JT()
1549 EVT MemVT = EVT::getIntegerVT(*DAG.getContext(), EntrySize * 8); in lowerBR_JT()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3575 unsigned EntrySize = in ExpandNode() local
3579 Index, DAG.getConstant(EntrySize, PTy)); in ExpandNode()
3582 EVT MemVT = EVT::getIntegerVT(*DAG.getContext(), EntrySize * 8); in ExpandNode()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp609 unsigned EntrySize = (Opc == ARM::t2TBB_JT) in GetInstSizeInBytes() local
633 return NumEntries * EntrySize + InstSize; in GetInstSizeInBytes()