HomeSort by relevance Sort by last modified time
    Searched refs:IsInSmallSection (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 46 static bool IsInSmallSection(uint64_t Size) {
76 return IsInSmallSection(TM.getDataLayout()->getTypeAllocSize(Ty));
  /external/llvm/lib/Target/MBlaze/
MBlazeTargetObjectFile.cpp 41 static bool IsInSmallSection(uint64_t Size) {
73 return IsInSmallSection(TM.getDataLayout()->getTypeAllocSize(Ty));
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 60 static bool IsInSmallSection(uint64_t Size) {
99 return IsInSmallSection(TM.getDataLayout()->getTypeAllocSize(Ty));

Completed in 2592 milliseconds