Searched refs:Local (Results 76 - 100 of 118) sorted by relevance

12345

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DAMDGPUMetadata.cpp43 YIO.enumCase(EN, "Local", AddressSpaceQualifier::Local);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h594 support::ulittle32_t Local; member in struct:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::PointerKind::PointerMode::PointerOptions::PointerToMemberRepresentation::VFTableSlotKind::WindowsRTClassKind::CrossModuleExport
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h230 Local, member in class:llvm::pdb::PDB_Checksum::PDB_DataKind
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAPValue.h152 LValueBase() : Local{} {}
195 LocalState Local; member in union:clang::APValue::LValueBase::__anon4
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp76 return Scope::Local;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp106 CASE_OUTPUT_ENUM_CLASS_STR(PDB_DataKind, Local, "local", OS)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h417 void setDSOLocal(bool Local) { Flags.DSOLocal = Local; } argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp284 IO.mapRequired("LocalId", Obj.Local);
469 Result->addMapping(M.Local, M.Global);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp303 LocalInstantiationScope Local(S);
305 Local.InstantiatedLocal(
384 LocalInstantiationScope Local(S);
386 Local.InstantiatedLocal(
4341 LocalInstantiationScope Local(*this);
4345 if (addInstantiatedParametersToScope(*this, FD, Pattern, Local,
4525 // DR1484: Local classes and their members are instantiated along with the
5233 LocalInstantiationScope Local(*this);
5245 Local.Exit();
5336 LocalInstantiationScope Local(*thi
[all...]
H A DSemaInit.cpp6776 using Local = Expr*;
6815 using LocalVisitor = llvm::function_ref<bool(IndirectLocalPath &Path, Local L,
7123 if (Visit(Path, Local(MTE), RK))
7143 Visit(Path, Local(DRE), RK);
7234 [&](IndirectLocalPath &Path, Local L, ReferenceKind RK) -> bool {
7455 Visit(Path, Local(cast<BlockExpr>(Init)), RK_ReferenceBinding);
7461 Visit(Path, Local(cast<AddrLabelExpr>(Init)), RK_ReferenceBinding);
7552 auto TemporaryVisitor = [&](IndirectLocalPath &Path, Local L,
H A DSemaTemplateInstantiate.cpp2421 LocalInstantiationScope Local(*this, true);
3599 // Local types referenced prior to definition may require instantiation.
/netbsd-current/crypto/dist/ipsec-tools/misc/
H A Dcvs2cl.pl22 use Time::Local qw( timegm );
1910 use Time::Local qw( timegm );
3257 This script requires C<Text::Wrap>, C<Time::Local>, and C<File::Basename>. It
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp104 return AddressSpaceQualifier::Local;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc1431 // on the data. Local is more conservative, Roaming may not always be correct.
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h1112 bool Local = false, bool AssumeConvergent = false);
H A DCodeGenModule.cpp456 // appropriate globals to DSO Local; however, this will be pessimistic
3730 llvm::AttributeList ExtraAttrs, bool Local,
3752 if (!Local && getTriple().isWindowsItaniumEnvironment() &&
3729 CreateRuntimeFunction(llvm::FunctionType *FTy, StringRef Name, llvm::AttributeList ExtraAttrs, bool Local, bool AssumeConvergent) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp110 uint64_t Local = ReadLocalOffset();
111 return Local ? Record.getGlobalBitOffset(Local) : 0;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp607 bool Local = TM.shouldAssumeDSOLocal(*Mod, GV); local
608 bool UsePlt = !Local;
2248 /* Local */ false, /* Call */ true);
2383 DispContBB->getParent()->getName(), DL, /* Local */ true);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp988 bool Local = (RawFlags & 0x4);
992 Live, Local, AutoHide);
1046 case 2: return GlobalVariable::UnnamedAddr::Local;
3259 // Local linkage must have default visibility.
3408 // Local linkage must have default visibility.
3517 // Local linkage must have default visibility.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp68 #include "llvm/Transforms/Utils/Local.h"
1608 : GlobalValue::UnnamedAddr::Local;
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1059 P.formatLine("{0,-10} | {1}", "Local ID", "Global ID");
1061 P.formatLine("{0,+10:X+} | {1}", TypeIndex(Export.Local),
1403 P.formatLine("Local / Global hashes:");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp2007 case GlobalVariable::UnnamedAddr::Local:
2022 return GV->setUnnamedAddr(GlobalVariable::UnnamedAddr::Local);
H A DAsmWriter.cpp3529 case GlobalVariable::UnnamedAddr::Local:
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp2740 for (StringRef Local : Locals) {
2744 LocalSymbols.insert({Local, LocalName.str()});
/netbsd-current/external/bsd/jemalloc/dist/bin/
H A Djeprof.in2309 // Local modification: if(true || ...) below to force panning, never moving.

Completed in 619 milliseconds

12345