Home
last modified time | relevance | path

Searched defs:Local (Results 1 – 25 of 54) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpFrame.cpp43 for (auto &Local : Scope.locals()) { in InterpFrame() local
86 for (auto &Local : Scope.locals()) { in destroyScopes() local
95 for (auto &Local : Func->getScope(Idx).locals()) { in initScope() local
101 for (auto &Local : Func->getScope(Idx).locals_reverse()) { in destroy() local
H A DCompiler.h469 virtual void addLocal(const Scope::Local &Local) { in addLocal()
473 void addExtended(const Scope::Local &Local, const ValueDecl *ExtendingDecl) { in addExtended()
495 void addForScopeKind(const Scope::Local &Local, ScopeKind Kind) { in addForScopeKind()
563 void addLocal(const Scope::Local &Local) override { in addLocal()
598 for (const Scope::Local &Local : this->Ctx->Descriptors[*Idx]) { in removeStoredOpaqueValues() local
603 void removeIfStoredOpaqueValue(const Scope::Local &Local) { in removeIfStoredOpaqueValue()
H A DFunction.h39 struct Local { struct
46 using LocalVectorTy = llvm::SmallVector<Local, 8>; argument
H A DByteCodeEmitter.h30 using Local = Scope::Local; variable
H A DEvalEmitter.h34 using Local = Scope::Local; variable
H A DEvalEmitter.cpp295 for (auto &Local : Descriptors[I]) { in emitDestroy() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h483 static LocalAsMetadata *getLocal(Value *Local) { in getLocal()
493 static LocalAsMetadata *getLocalIfExists(Value *Local) { in getLocalIfExists()
555 LocalAsMetadata(Value *Local) in LocalAsMetadata()
561 static LocalAsMetadata *get(Value *Local) { in get()
565 static LocalAsMetadata *getIfExists(Value *Local) { in getIfExists()
H A DGlobalValue.h213 Local, enumerator
305 void setDSOLocal(bool Local) { IsDSOLocal = Local; } in setDSOLocal()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp35 void DebugCrossModuleExportsSubsection::addMapping(uint32_t Local, in addMapping()
H A DSymbolRecordMapping.cpp392 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, LocalSym &Local) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGlobalMergeFunctions.h34 Local, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp24 bool Local = GV.hasLocalLinkage(); in makeVisible() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp62 static void checkFrameBase(WebAssemblyFunctionInfo &MFI, unsigned Local, in checkFrameBase()
255 auto Local = static_cast<unsigned>(MI.getOperand(1).getImm()); in runOnMachineFunction() local
H A DWebAssemblyMachineFunctionInfo.h115 void setFrameBaseLocal(unsigned Local) { FrameBaseLocal = Local; } in setFrameBaseLocal()
H A DWebAssemblyFrameLowering.cpp75 unsigned Local = FuncInfo->getParams().size() + FuncInfo->getLocals().size(); in getLocalForStackObject() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp639 const Function &F, const LocalAsMetadata *Local) { in EnumerateFunctionLocalMetadata()
761 unsigned F, const LocalAsMetadata *Local) { in EnumerateFunctionLocalMetadata()
1110 if (auto *Local = dyn_cast<LocalAsMetadata>(MD)) { in incorporateFunction() local
1116 if (auto *Local = dyn_cast<LocalAsMetadata>(VMD)) { in incorporateFunction() local
1149 for (const LocalAsMetadata *Local : FnLocalMDVector) { in incorporateFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp603 const Function &F, const LocalAsMetadata *Local) { in EnumerateFunctionLocalMetadata()
726 unsigned F, const LocalAsMetadata *Local) { in EnumerateFunctionLocalMetadata()
1074 if (auto *Local = dyn_cast<LocalAsMetadata>(MD->getMetadata())) { in incorporateFunction() local
1080 if (auto *Local = dyn_cast<LocalAsMetadata>(VMD)) { in incorporateFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h173 Local = 5, enumerator
/freebsd/contrib/llvm-project/libc/src/__support/GPU/
H A Dutils.h27 template <typename T> using Local = __gpu_local T; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h88 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId()
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h93 Local = 1 << 7, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h186 Local = 5, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp368 for (const DILocal &Local : Locals) { in print() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h364 enum DistType { Local, Exit, Backedge }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h263 Local = 5, enumerator

123