Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h415 void add(const Scope::Local &Local, bool IsExtended) { in add()
422 virtual void addLocal(const Scope::Local &Local) { in addLocal()
427 virtual void addExtended(const Scope::Local &Local) { in addExtended()
432 void addExtended(const Scope::Local &Local, const ValueDecl *ExtendingDecl) { in addExtended()
492 void addLocal(const Scope::Local &Local) override { in addLocal()
526 for (const Scope::Local &Local : this->Ctx->Descriptors[*Idx]) { in removeStoredOpaqueValues() local
531 void removeIfStoredOpaqueValue(const Scope::Local &Local) { in removeIfStoredOpaqueValue()
562 void addExtended(const Scope::Local &Local) override { in addExtended()
H A DInterpFrame.cpp39 for (auto &Local : Scope.locals()) { in InterpFrame() local
77 for (auto &Local : Scope.locals()) { in ~InterpFrame() local
87 for (auto &Local : Func->getScope(Idx).locals()) { in destroy() local
H A DFunction.h38 struct Local { struct
45 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.cpp268 for (auto &Local : Descriptors[I]) { in emitDestroy() local
/freebsd/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/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() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp25 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()
241 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/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp636 const Function &F, const LocalAsMetadata *Local) { in EnumerateFunctionLocalMetadata()
758 unsigned F, const LocalAsMetadata *Local) { in EnumerateFunctionLocalMetadata()
1107 if (auto *Local = dyn_cast<LocalAsMetadata>(MD)) { in incorporateFunction() local
1113 if (auto *Local = dyn_cast<LocalAsMetadata>(VMD)) { in incorporateFunction() local
1146 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.h171 Local = 5, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h84 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId()
/freebsd/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/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h93 Local = 1 << 7, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp350 for (const DILocal &Local : Locals) { print() local
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h367 enum DistType { Local, Exit, Backedge }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp77 bool Local = MF.getFunction().hasLocalLinkage(); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h260 Local = 5, enumerator
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp142 Local = findLocalPreprocessedEntitiesInRange(Range); in getPreprocessedEntitiesInRangeSlow() local

123