Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp83 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp174 bool IsLocal = shouldAssumeDSOLocal(*GV->getParent(), GV); in getTLSModel() local
178 if (IsLocal) in getTLSModel()
183 if (IsLocal) in getTLSModel()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexInclusionStack.cpp22 void getInclusions(bool IsLocal, unsigned n, CXTranslationUnit TU, in getInclusions() argument
33 IsLocal ? SM.getLocalSLocEntry(i) : SM.getLoadedSLocEntry(i, &Invalid); in getInclusions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h140 bool NotEligibleToImport, Live, IsLocal, CanAutoHide;
184 io.mapOptional("Local", summary.IsLocal);
229 FSum.NotEligibleToImport, FSum.Live, FSum.IsLocal,
H A DModuleSummaryIndex.h336 bool NotEligibleToImport, bool Live, bool IsLocal,
340 DSOLocal(IsLocal), CanAutoHide(CanAutoHide) {}
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp58 IsLocal, enumerator
192 FF[NamedFeatureIndex::IsLocal] = F.hasLocalLinkage(); in getFunctionFeatures()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp235 bool IsLocal = GVar->hasLocalLinkage(); in isGlobalInSmallSection() local
236 if (!StaticsInSData && IsLocal) { in isGlobalInSmallSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h130 bool IsLocal = false) const;
H A DRuntimeDyldELF.cpp1055 bool IsLocal) const { in getMatchingLoRelocation()
1058 if (IsLocal) in getMatchingLoRelocation()
1064 if (IsLocal) in getMatchingLoRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp865 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.h162 StringRef Symbol, const DebugLoc &DL, bool IsLocal,
H A DVEISelLowering.cpp1851 bool IsLocal = false, in prepareSymbol() argument
1861 if (IsCall && !IsLocal) { in prepareSymbol()
1871 } else if (IsLocal) { in prepareSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1505 bool IsLocal = P.first && (!isa<GlobalValue>(P.first) || in instrumentPersonalityFunctions() local
1508 IsLocal ? GlobalValue::InternalLinkage in instrumentPersonalityFunctions()
1511 if (!IsLocal) { in instrumentPersonalityFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h492 bool IsLocal; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h492 SDValue getAddr(NodeTy *N, SelectionDAG &DAG, bool IsLocal = true) const;
H A DRISCVISelLowering.cpp2467 bool IsLocal) const { in getAddr()
2473 if (IsLocal) in getAddr()
2515 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in lowerGlobalAddress() local
2516 SDValue Addr = getAddr(N, DAG, IsLocal); in lowerGlobalAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp122 bool ParseDirectiveComm(bool IsLocal, SMLoc L);
735 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { in ParseDirectiveComm() argument
804 if (IsLocal) { in ParseDirectiveComm()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp646 bool parseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"
4951 bool AsmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm() argument
4980 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()
4984 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()
4985 (IsLocal && LCOMM == LCOMM::ByteAlignment)) { in parseDirectiveComm()
5013 if (IsLocal) { in parseDirectiveComm()
H A DMasmParser.cpp933 bool parseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"
5736 bool MasmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm() argument
5766 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()
5770 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()
5771 (IsLocal && LCOMM == LCOMM::ByteAlignment)) { in parseDirectiveComm()
5800 if (IsLocal) { in parseDirectiveComm()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc425 bool IsLocal;
426 if (std::error_code EC = is_local_internal(FinalPath, IsLocal))
429 if (!IsLocal)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp924 bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in canEvictInterference() local
995 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterference()