| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MoveChecker.cpp | 83 bool IsLocal; member 131 (Aggressiveness >= AK_KnownsAndLocals && OK.IsLocal) || in shouldBeTracked() 142 (Aggressiveness >= AK_KnownsAndLocals && OK.IsLocal) || in shouldWarnAbout() 556 bool IsLocal = in classifyObject() local 560 return { IsLocal, SK_NonStd }; in classifyObject() 563 return { IsLocal, SK_SmartPtr }; in classifyObject() 566 return { IsLocal, SK_Safe }; in classifyObject() 568 return { IsLocal, SK_Unsafe }; in classifyObject()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 174 bool IsLocal = shouldAssumeDSOLocal(*GV->getParent(), GV); in getTLSModel() local 178 if (IsLocal) in getTLSModel() 183 if (IsLocal) in getTLSModel()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | FileSystem.cpp | 193 bool FileSystem::IsLocal(const Twine &path) const { in IsLocal() function in FileSystem 199 bool FileSystem::IsLocal(const FileSpec &file_spec) const { in IsLocal() function in FileSystem 200 return file_spec && IsLocal(file_spec.GetPath()); in IsLocal() 301 const bool is_volatile = !IsLocal(path); in CreateDataBuffer()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | FileSystem.h | 129 bool IsLocal(const FileSpec &file_spec) const; 130 bool IsLocal(const llvm::Twine &path) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InlineSizeEstimatorAnalysis.cpp | 58 IsLocal, enumerator 192 FF[NamedFeatureIndex::IsLocal] = F.hasLocalLinkage(); in getFunctionFeatures()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndexYAML.h | 140 bool NotEligibleToImport, Live, IsLocal, CanAutoHide; 184 io.mapOptional("Local", summary.IsLocal); 229 FSum.NotEligibleToImport, FSum.Live, FSum.IsLocal,
|
| H A D | ModuleSummaryIndex.h | 338 bool NotEligibleToImport, bool Live, bool IsLocal, 342 DSOLocal(IsLocal), CanAutoHide(CanAutoHide) {}
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 235 bool IsLocal = GVar->hasLocalLinkage(); in isGlobalInSmallSection() local 236 if (!StaticsInSData && IsLocal) { in isGlobalInSmallSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.h | 130 bool IsLocal = false) const;
|
| H A D | RuntimeDyldELF.cpp | 1058 bool IsLocal) const { in getMatchingLoRelocation() 1061 if (IsLocal) in getMatchingLoRelocation() 1067 if (IsLocal) in getMatchingLoRelocation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 165 StringRef Symbol, const DebugLoc &DL, bool IsLocal,
|
| H A D | VEISelLowering.cpp | 1852 bool IsLocal = false, in prepareSymbol() argument 1862 if (IsCall && !IsLocal) { in prepareSymbol() 1872 } else if (IsLocal) { in prepareSymbol()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 865 if (IsLocal || CurrentIndex == &CurrentIndex->Section.NameIndices.back()) { in next() 877 : CurrentIndex(AccelTable.NameIndices.begin()), IsLocal(false), in ValueIterator() 884 : CurrentIndex(&NI), IsLocal(true), Key(std::string(Key)) { in ValueIterator()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 492 bool IsLocal; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 1633 bool IsLocal = P.first && (!isa<GlobalValue>(P.first) || in instrumentPersonalityFunctions() local 1636 IsLocal ? GlobalValue::InternalLinkage in instrumentPersonalityFunctions() 1639 if (!IsLocal) { in instrumentPersonalityFunctions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 523 SDValue getAddr(NodeTy *N, SelectionDAG &DAG, bool IsLocal = true) const;
|
| H A D | RISCVISelLowering.cpp | 2693 bool IsLocal) const { in getAddr() 2699 if (IsLocal) in getAddr() 2741 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in lowerGlobalAddress() local 2742 SDValue Addr = getAddr(N, DAG, IsLocal); in lowerGlobalAddress()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 122 bool ParseDirectiveComm(bool IsLocal, SMLoc L); 735 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { in ParseDirectiveComm() argument 804 if (IsLocal) { in ParseDirectiveComm()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 648 bool parseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm" 4972 bool AsmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm() argument 5001 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm() 5005 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm() 5006 (IsLocal && LCOMM == LCOMM::ByteAlignment)) { in parseDirectiveComm() 5034 if (IsLocal) { in parseDirectiveComm()
|
| H A D | MasmParser.cpp | 986 bool parseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm" 6059 bool MasmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm() argument 6089 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm() 6093 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm() 6094 (IsLocal && LCOMM == LCOMM::ByteAlignment)) { in parseDirectiveComm() 6123 if (IsLocal) { in parseDirectiveComm()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 425 bool IsLocal; 426 if (std::error_code EC = is_local_internal(FinalPath, IsLocal)) 429 if (!IsLocal)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocGreedy.cpp | 943 bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in canEvictInterference() local 1014 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterference()
|