/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndexInclusionStack.cpp | 22 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 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 | 336 bool NotEligibleToImport, bool Live, bool IsLocal, 340 DSOLocal(IsLocal), CanAutoHide(CanAutoHide) {}
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | InlineSizeEstimatorAnalysis.cpp | 58 IsLocal, enumerator 192 FF[NamedFeatureIndex::IsLocal] = F.hasLocalLinkage(); in getFunctionFeatures()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetObjectFile.cpp | 235 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 D | RuntimeDyldELF.h | 130 bool IsLocal = false) const;
|
H A D | RuntimeDyldELF.cpp | 1055 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 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VEISelLowering.h | 162 StringRef Symbol, const DebugLoc &DL, bool IsLocal,
|
H A D | VEISelLowering.cpp | 1851 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 D | HWAddressSanitizer.cpp | 1505 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 D | DWARFAcceleratorTable.h | 492 bool IsLocal; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 492 SDValue getAddr(NodeTy *N, SelectionDAG &DAG, bool IsLocal = true) const;
|
H A D | RISCVISelLowering.cpp | 2467 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 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 646 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 D | MasmParser.cpp | 933 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 D | Path.inc | 425 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 D | RegAllocGreedy.cpp | 924 bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in canEvictInterference() local 995 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterference()
|