Home
last modified time | relevance | path

Searched refs:getEntrySize (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h87 unsigned getEntrySize(const DataLayout &TD) const;
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCSectionELF.h74 unsigned getEntrySize() const { return EntrySize; } in getEntrySize() function
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp695 Section->getEntrySize() != Size) in ParseSectionArguments()
697 ", expected: " + Twine(Section->getEntrySize())); in ParseSectionArguments()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1175 S->getEntrySize(), Group->getName(), in getPseudoProbeSection()
1198 S->getEntrySize(), in getPseudoProbeDescSection()
H A DMCContext.cpp601 Result->getUniqueID(), Result->getEntrySize()); in getELFSection()
H A DELFObjectWriter.cpp1048 Section.getEntrySize()); in writeSection()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp369 MF.getJumpTableInfo()->getEntrySize(MF.getDataLayout()); in select()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp837 (Section->getEntrySize() != getEntrySizeForKind(Kind))) in selectExplicitSectionGlobal()
843 SectionName + "' with entry-size=" + Twine(Section->getEntrySize()) + in selectExplicitSectionGlobal()
H A DMachineFunction.cpp1234 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { in getEntrySize() function in MachineJumpTableInfo
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2612 unsigned EntrySize = MJTI->getEntrySize(getDataLayout()); in emitJumpTableEntry()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3584 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()