Home
last modified time | relevance | path

Searched refs:IsLocal (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp82 bool IsLocal; member
130 (Aggressiveness >= AK_KnownsAndLocals && OK.IsLocal) || in shouldBeTracked()
141 (Aggressiveness >= AK_KnownsAndLocals && OK.IsLocal) || in shouldWarnAbout()
543 bool IsLocal = in classifyObject() local
547 return { IsLocal, SK_NonStd }; in classifyObject()
550 return { IsLocal, SK_SmartPtr }; in classifyObject()
553 return { IsLocal, SK_Safe }; in classifyObject()
555 return { IsLocal, SK_Unsafe }; in classifyObject()
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetMachine.cpp215 bool IsLocal = shouldAssumeDSOLocal(*GV->getParent(), GV); in getTLSModel() local
219 if (IsLocal) in getTLSModel()
224 if (IsLocal) in getTLSModel()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSystem.cpp157 bool FileSystem::IsLocal(const Twine &path) const { in IsLocal() function in FileSystem
163 bool FileSystem::IsLocal(const FileSpec &file_spec) const { in IsLocal() function in FileSystem
164 return IsLocal(file_spec.GetPath()); in IsLocal()
253 const bool is_volatile = !IsLocal(path); in CreateDataBuffer()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFileSystem.h117 bool IsLocal(const FileSpec &file_spec) const;
118 bool IsLocal(const llvm::Twine &path) const;
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DRelocations.cpp299 static RelType getMipsPairType(RelType Type, bool IsLocal) { in getMipsPairType() argument
312 return IsLocal ? R_MIPS_LO16 : R_MIPS_NONE; in getMipsPairType()
314 return IsLocal ? R_MICROMIPS_LO16 : R_MIPS_NONE; in getMipsPairType()
596 bool IsLocal) { in computeMipsAddend() argument
597 if (Expr == R_MIPS_GOTREL && IsLocal) in computeMipsAddend()
606 uint32_t PairTy = getMipsPairType(Type, IsLocal); in computeMipsAddend()
631 bool IsLocal) { in computeAddend() argument
645 Addend += computeMipsAddend<ELFT>(Rel, End, Sec, Expr, IsLocal); in computeAddend()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h140 bool NotEligibleToImport, Live, IsLocal;
183 io.mapOptional("Local", summary.IsLocal);
226 FSum.NotEligibleToImport, FSum.Live, FSum.IsLocal),
H A DModuleSummaryIndex.h285 bool NotEligibleToImport, bool Live, bool IsLocal)
287 Live(Live), DSOLocal(IsLocal) {}
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp236 bool IsLocal = GVar->hasLocalLinkage(); in isGlobalInSmallSection() local
237 if (!StaticsInSData && IsLocal) { in isGlobalInSmallSection()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h130 bool IsLocal = false) const;
H A DRuntimeDyldELF.cpp979 bool IsLocal) const { in getMatchingLoRelocation()
982 if (IsLocal) in getMatchingLoRelocation()
988 if (IsLocal) in getMatchingLoRelocation()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp848 if (IsLocal || CurrentIndex == &CurrentIndex->Section.NameIndices.back()) { in next()
860 : CurrentIndex(AccelTable.NameIndices.begin()), IsLocal(false), Key(Key) { in ValueIterator()
866 : CurrentIndex(&NI), IsLocal(true), Key(Key) { in ValueIterator()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h480 bool IsLocal; variable
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp613 bool parseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"
4735 bool AsmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm() argument
4765 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()
4769 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()
4770 (IsLocal && LCOMM == LCOMM::ByteAlignment)) { in parseDirectiveComm()
4799 if (IsLocal) { in parseDirectiveComm()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp121 bool ParseDirectiveComm(bool IsLocal, SMLoc L);
729 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { in ParseDirectiveComm() argument
798 if (IsLocal) { in ParseDirectiveComm()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp874 bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in canEvictInterference() local
937 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterference()