Searched refs:Local (Results 51 - 75 of 78) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h230 Local, member in class:llvm::pdb::PDB_Checksum::PDB_DataKind
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp324 bindings = {Linkage::Strong, Scope::Local};
H A DMachOLinkGraphBuilder.cpp75 return Scope::Local;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp650 bool Local = Symbol.getBinding() == ELF::STB_LOCAL; local
651 assert(Local || !Symbol.isTemporary());
659 assert(!Local);
703 if (Local)
736 // Set the symbol indices. Local symbols must come before all other
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp44 YIO.enumCase(EN, "Local", AddressSpaceQualifier::Local);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp359 ENUM_TO_CSTRING(Local);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp106 CASE_OUTPUT_ENUM_CLASS_STR(PDB_DataKind, Local, "local", OS)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp284 IO.mapRequired("LocalId", Obj.Local);
469 Result->addMapping(M.Local, M.Global);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h405 void setDSOLocal(bool Local) { Flags.DSOLocal = Local; } argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp325 bool Local = TM.shouldAssumeDSOLocal(*Mod, GV); local
326 bool UsePlt = !Local;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp287 LocalInstantiationScope Local(S);
289 Local.InstantiatedLocal(
368 LocalInstantiationScope Local(S);
370 Local.InstantiatedLocal(
4288 LocalInstantiationScope Local(*this);
4292 if (addInstantiatedParametersToScope(*this, FD, Pattern, Local,
4468 // DR1484: Local classes and their members are instantiated along with the
5193 LocalInstantiationScope Local(*this);
5205 Local.Exit();
5296 LocalInstantiationScope Local(*thi
[all...]
H A DSemaInit.cpp6681 using Local = Expr*;
6713 using LocalVisitor = llvm::function_ref<bool(IndirectLocalPath &Path, Local L,
7001 if (Visit(Path, Local(MTE), RK))
7021 Visit(Path, Local(DRE), RK);
7112 [&](IndirectLocalPath &Path, Local L, ReferenceKind RK) -> bool {
7311 Visit(Path, Local(cast<BlockExpr>(Init)), RK_ReferenceBinding);
7317 Visit(Path, Local(cast<AddrLabelExpr>(Init)), RK_ReferenceBinding);
7383 auto TemporaryVisitor = [&](IndirectLocalPath &Path, Local L,
H A DSemaTemplateInstantiate.cpp2433 LocalInstantiationScope Local(*this, true);
3602 // Local types referenced prior to definition may require instantiation.
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql184 /* Local-adds are always their own operation (read: they don't have
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp92 return AddressSpaceQualifier::Local;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1390 // on the data. Local is more conservative, Roaming may not always be correct.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp110 uint64_t Local = ReadLocalOffset();
111 return Local ? Record.getGlobalBitOffset(Local) : 0;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp932 case PDB_DataKind::Local:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp983 bool Local = (RawFlags & 0x4);
986 return GlobalValueSummary::GVFlags(Linkage, NotEligibleToImport, Live, Local, AutoHide);
1040 case 2: return GlobalVariable::UnnamedAddr::Local;
3173 // Local linkage must have default visibility.
3303 // Local linkage must have default visibility.
3412 // Local linkage must have default visibility.
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1063 P.formatLine("{0,-10} | {1}", "Local ID", "Global ID");
1065 P.formatLine("{0,+10:X+} | {1}", TypeIndex(Export.Local),
1407 P.formatLine("Local / Global hashes:");
/freebsd-13-stable/contrib/subversion/
H A Dbuild.conf355 description = Subversion Local Repository Access Library
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1967 case GlobalVariable::UnnamedAddr::Local:
1982 return GV->setUnnamedAddr(GlobalVariable::UnnamedAddr::Local);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3397 llvm::AttributeList ExtraAttrs, bool Local,
3419 if (!Local && getTriple().isWindowsItaniumEnvironment() &&
3396 CreateRuntimeFunction(llvm::FunctionType *FTy, StringRef Name, llvm::AttributeList ExtraAttrs, bool Local, bool AssumeConvergent) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp68 #include "llvm/Transforms/Utils/Local.h"
2107 : GlobalValue::UnnamedAddr::Local;
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1580 SRCS_MIN+= Transforms/Utils/Local.cpp

Completed in 341 milliseconds

1234