Searched refs:IsLocal (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp83 bool IsLocal; member in struct:__anon821::MoveChecker::ObjectKind
131 (Aggressiveness >= AK_KnownsAndLocals && OK.IsLocal) ||
142 (Aggressiveness >= AK_KnownsAndLocals && OK.IsLocal) ||
561 bool IsLocal = local
565 return { IsLocal, SK_NonStd };
568 return { IsLocal, SK_SmartPtr };
571 return { IsLocal, SK_Safe };
573 return { IsLocal, SK_Unsafe };
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp214 bool IsLocal = shouldAssumeDSOLocal(*GV->getParent(), GV); local
218 if (IsLocal)
223 if (IsLocal)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp179 bool FileSystem::IsLocal(const Twine &path) const { function in class:FileSystem
185 bool FileSystem::IsLocal(const FileSpec &file_spec) const { function in class:FileSystem
186 return IsLocal(file_spec.GetPath());
285 const bool is_volatile = !IsLocal(path);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h128 bool IsLocal(const FileSpec &file_spec) const;
129 bool IsLocal(const llvm::Twine &path) const;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h139 bool NotEligibleToImport, Live, IsLocal, CanAutoHide; member in struct:llvm::yaml::FunctionSummaryYaml
182 io.mapOptional("Local", summary.IsLocal);
226 FSum.NotEligibleToImport, FSum.Live, FSum.IsLocal, FSum.CanAutoHide),
H A DModuleSummaryIndex.h324 bool NotEligibleToImport, bool Live, bool IsLocal,
327 Live(Live), DSOLocal(IsLocal), CanAutoHide(CanAutoHide) {}
562 /*NotEligibleToImport=*/true, /*Live=*/true, /*IsLocal=*/false,
323 GVFlags(GlobalValue::LinkageTypes Linkage, bool NotEligibleToImport, bool Live, bool IsLocal, bool CanAutoHide) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp235 bool IsLocal = GVar->hasLocalLinkage(); local
236 if (!StaticsInSData && IsLocal) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h129 bool IsLocal = false) const;
H A DRuntimeDyldELF.cpp989 bool IsLocal) const {
992 if (IsLocal)
998 if (IsLocal)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h186 SDValue getAddr(NodeTy *N, SelectionDAG &DAG, bool IsLocal = true) const;
H A DRISCVISelLowering.cpp451 bool IsLocal) const {
457 if (IsLocal)
499 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); local
500 SDValue Addr = getAddr(N, DAG, IsLocal);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp850 if (IsLocal || CurrentIndex == &CurrentIndex->Section.NameIndices.back()) {
862 : CurrentIndex(AccelTable.NameIndices.begin()), IsLocal(false), Key(Key) {
868 : CurrentIndex(&NI), IsLocal(true), Key(Key) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h479 bool IsLocal; member in class:llvm::DWARFDebugNames::ValueIterator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1450 bool IsLocal = P.first && (!isa<GlobalValue>(P.first) || local
1453 IsLocal ? GlobalValue::InternalLinkage
1456 if (!IsLocal) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp120 bool ParseDirectiveComm(bool IsLocal, SMLoc L);
728 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { argument
797 if (IsLocal) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp628 bool parseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"
2024 return parseDirectiveComm(/*IsLocal=*/false);
2026 return parseDirectiveComm(/*IsLocal=*/true);
4872 bool AsmParser::parseDirectiveComm(bool IsLocal) { argument
4902 if (IsLocal && LCOMM == LCOMM::NoAlignment)
4906 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) ||
4907 (IsLocal && LCOMM == LCOMM::ByteAlignment)) {
4936 if (IsLocal) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp879 bool IsLocal = LIS->intervalIsInOneMBB(VirtReg);
949 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) &&

Completed in 361 milliseconds