Searched refs:IsLocal (Results 1 – 8 of 8) sorted by relevance
157 bool IsLocal = shouldAssumeDSOLocal(*GV->getParent(), GV); in getTLSModel() local161 if (IsLocal) in getTLSModel()166 if (IsLocal) in getTLSModel()
201 bool IsLocal = GVar->hasLocalLinkage(); in isGlobalInSmallSection() local202 if (!StaticsInSData && IsLocal) { in isGlobalInSmallSection()
131 bool IsLocal = false) const;
1168 bool IsLocal) const { in getMatchingLoRelocation()1171 if (IsLocal) in getMatchingLoRelocation()1177 if (IsLocal) in getMatchingLoRelocation()
496 bool parseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"4202 bool AsmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm() argument4231 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()4235 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()4236 (IsLocal && LCOMM == LCOMM::ByteAlignment)) { in parseDirectiveComm()4265 if (IsLocal) { in parseDirectiveComm()
224 bool ParseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"2063 bool AsmParser::ParseDirectiveComm(bool IsLocal) { in ParseDirectiveComm() argument2122 if (IsLocal) { in ParseDirectiveComm()
101 bool ParseDirectiveComm(bool IsLocal, SMLoc L);976 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { in ParseDirectiveComm() argument1045 if (IsLocal) { in ParseDirectiveComm()
731 bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in canEvictInterference() local794 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterference()