| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MoveChecker.cpp | 82 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 D | TargetMachine.cpp | 215 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 D | FileSystem.cpp | 157 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 D | FileSystem.h | 117 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 D | Relocations.cpp | 299 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 D | ModuleSummaryIndexYAML.h | 140 bool NotEligibleToImport, Live, IsLocal; 183 io.mapOptional("Local", summary.IsLocal); 226 FSum.NotEligibleToImport, FSum.Live, FSum.IsLocal),
|
| H A D | ModuleSummaryIndex.h | 285 bool NotEligibleToImport, bool Live, bool IsLocal) 287 Live(Live), DSOLocal(IsLocal) {}
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 236 bool IsLocal = GVar->hasLocalLinkage(); in isGlobalInSmallSection() local 237 if (!StaticsInSData && IsLocal) { in isGlobalInSmallSection()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.h | 130 bool IsLocal = false) const;
|
| H A D | RuntimeDyldELF.cpp | 979 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 D | DWARFAcceleratorTable.cpp | 848 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 D | DWARFAcceleratorTable.h | 480 bool IsLocal; variable
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 613 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 D | HexagonAsmParser.cpp | 121 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 D | RegAllocGreedy.cpp | 874 bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in canEvictInterference() local 937 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterference()
|