Searched defs:EntrySize (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCSectionELF.cpp139 OS << "," << EntrySize; local
H A DMCContext.cpp249 getELFSection(StringRef Section, unsigned Type, unsigned Flags, SectionKind Kind, unsigned EntrySize, StringRef Group) argument
H A DMCObjectDisassembler.cpp570 size_t EntrySize = 8; local
580 size_t EntrySize = 8; local
H A DELFObjectWriter.cpp1017 unsigned EntrySize; local
1149 unsigned EntrySize = is64Bit() ? ELF::SYMENTRY_SIZE64 : ELF::SYMENTRY_SIZE32; local
1059 WriteSecHdrEntry(uint32_t Name, uint32_t Type, uint64_t Flags, uint64_t Address, uint64_t Offset, uint64_t Size, uint32_t Link, uint32_t Info, uint64_t Alignment, uint64_t EntrySize) argument
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCSectionELF.h44 unsigned EntrySize; member in class:llvm::MCSectionELF
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1255 unsigned EntrySize = MJTI->getEntrySize(*TM.getDataLayout()); local
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp1062 unsigned EntrySize = MJTI->getEntrySize(*TheJIT->getDataLayout()); local
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp607 unsigned EntrySize = (Opc == ARM::t2TBB_JT) local
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1355 unsigned EntrySize = local

Completed in 149 milliseconds