Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h87 unsigned getEntrySize(const DataLayout &TD) const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionELF.h76 unsigned getEntrySize() const { return EntrySize; } in getEntrySize() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp676 Section->getEntrySize() != Size) in ParseSectionArguments()
678 ", expected: " + Twine(Section->getEntrySize())); in ParseSectionArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1075 S->getEntrySize(), Group->getName(), in getPseudoProbeSection()
1098 S->getEntrySize(), in getPseudoProbeDescSection()
H A DMCContext.cpp567 Result->getUniqueID(), Result->getEntrySize()); in getELFSection()
H A DELFObjectWriter.cpp1033 Section.getEntrySize()); in writeSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp773 (Section->getEntrySize() != getEntrySizeForKind(Kind))) in selectExplicitSectionGlobal()
779 SectionName + "' with entry-size=" + Twine(Section->getEntrySize()) + in selectExplicitSectionGlobal()
H A DMachineFunction.cpp995 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { in getEntrySize() function in MachineJumpTableInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp369 MF.getJumpTableInfo()->getEntrySize(MF.getDataLayout()); in select()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2211 unsigned EntrySize = MJTI->getEntrySize(getDataLayout()); in emitJumpTableEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3511 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()