Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h339 void add(const Scope::Local &Local, bool IsExtended) { in add()
346 virtual void addLocal(const Scope::Local &Local) { in addLocal()
351 virtual void addExtended(const Scope::Local &Local) { in addExtended()
388 void addLocal(const Scope::Local &Local) override { in addLocal()
443 void addExtended(const Scope::Local &Local) override { in addExtended()
457 void addExtended(const Scope::Local &Local) override { in addExtended()
H A DInterpFrame.cpp38 for (auto &Local : Scope.locals()) { in InterpFrame() local
81 for (auto &Local : Scope.locals()) { in ~InterpFrame() local
91 for (auto &Local : Func->getScope(Idx).locals()) { in destroy() local
H A DFunction.h37 struct Local { struct
44 using LocalVectorTy = llvm::SmallVector<Local, 8>; argument
H A DByteCodeEmitter.h30 using Local = Scope::Local; variable
H A DEvalEmitter.h35 using Local = Scope::Local; variable
H A DEvalEmitter.cpp188 for (auto &Local : Descriptors[I]) { in emitDestroy() local
H A DByteCodeExprGen.cpp36 void addExtended(const Scope::Local &Local) override { in addExtended()
2252 Scope::Local Local = this->createLocal(D); in allocateLocalPrimitive() local
2291 Scope::Local Local = this->createLocal(D); in allocateLocal() local
2378 auto Local = Locals.find(VD); in visitDecl() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h476 static LocalAsMetadata *getLocal(Value *Local) { in getLocal()
486 static LocalAsMetadata *getLocalIfExists(Value *Local) { in getLocalIfExists()
548 LocalAsMetadata(Value *Local) in LocalAsMetadata()
554 static LocalAsMetadata *get(Value *Local) { in get()
558 static LocalAsMetadata *getIfExists(Value *Local) { in getIfExists()
H A DGlobalValue.h211 Local, enumerator
303 void setDSOLocal(bool Local) { IsDSOLocal = Local; } in setDSOLocal()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp25 bool Local = GV.hasLocalLinkage(); in makeVisible() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp62 static void checkFrameBase(WebAssemblyFunctionInfo &MFI, unsigned Local, in checkFrameBase()
231 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.cpp77 unsigned Local = FuncInfo->getParams().size() + FuncInfo->getLocals().size(); in getLocalForStackObject() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp599 const Function &F, const LocalAsMetadata *Local) { in EnumerateFunctionLocalMetadata()
721 unsigned F, const LocalAsMetadata *Local) { in EnumerateFunctionLocalMetadata()
1072 if (auto *Local = dyn_cast<LocalAsMetadata>(MD->getMetadata())) { in incorporateFunction() local
1078 if (auto *Local = dyn_cast<LocalAsMetadata>(VMD)) { in incorporateFunction() local
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h170 Local = 5, enumerator
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h84 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp117 auto Local = static_cast<size_t>(Inst.getOperand(0).getImm()); in getLocal() local
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h93 Local = 1 << 7, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp358 for (const DILocal &Local : Locals) { in print() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h367 enum DistType { Local, Exit, Backedge }; enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp142 Local = findLocalPreprocessedEntitiesInRange(Range); in getPreprocessedEntitiesInRangeSlow() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h258 Local = 5, enumerator

12