Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSectionELF.h81 static unsigned DetermineEntrySize(SectionKind Kind);
/external/swiftshader/third_party/LLVM/lib/MC/
DMCSectionELF.cpp142 unsigned MCSectionELF::DetermineEntrySize(SectionKind Kind) { in DetermineEntrySize() function in MCSectionELF
DMCContext.cpp203 EntrySize = MCSectionELF::DetermineEntrySize(Kind); in getELFSection()