Home
last modified time | relevance | path

Searched refs:DetermineEntrySize (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
DMCSectionELF.h97 static unsigned DetermineEntrySize(SectionKind Kind);
/external/llvm/lib/MC/
DMCSectionELF.cpp161 unsigned MCSectionELF::DetermineEntrySize(SectionKind Kind) { in DetermineEntrySize() function in MCSectionELF
DMCContext.cpp260 EntrySize = MCSectionELF::DetermineEntrySize(Kind); in getELFSection()