Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp56 static bool IsInSmallSection(uint64_t Size) { in IsInSmallSection() function
112 return IsInSmallSection( in IsGlobalInSmallSectionImpl()
139 LocalSData && IsInSmallSection(DL.getTypeAllocSize(CN->getType()))); in IsConstantInSmallSection()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeTargetObjectFile.cpp41 static bool IsInSmallSection(uint64_t Size) { in IsInSmallSection() function
73 return IsInSmallSection(TM.getTargetData()->getTypeAllocSize(Ty)); in IsGlobalInSmallSection()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsTargetObjectFile.cpp45 static bool IsInSmallSection(uint64_t Size) { in IsInSmallSection() function
83 return IsInSmallSection(TM.getTargetData()->getTypeAllocSize(Ty)); in IsGlobalInSmallSection()