Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.h245 void add(const Scope::Local &Local, bool IsExtended) { in add()
252 virtual void addLocal(const Scope::Local &Local) { in addLocal()
257 virtual void addExtended(const Scope::Local &Local) { in addExtended()
288 void addLocal(const Scope::Local &Local) override { in addLocal()
313 void addExtended(const Scope::Local &Local) override { in addExtended()
324 void addExtended(const Scope::Local &Local) override { in addExtended()
H A DFunction.h35 struct Local { struct
42 using LocalVectorTy = llvm::SmallVector<Local, 8>; argument
H A DInterpFrame.cpp29 for (auto &Local : Scope.locals()) { in InterpFrame() local
46 for (auto &Local : Func->getScope(Idx).locals()) { in destroy() local
H A DByteCodeEmitter.h36 using Local = Scope::Local; variable
H A DByteCodeExprGen.cpp34 void addExtended(const Scope::Local &Local) override { in addExtended()
428 Scope::Local Local = this->createLocal(D); in allocateLocalPrimitive() local
456 Scope::Local Local = this->createLocal(D); in allocateLocal() local
H A DEvalEmitter.h40 using Local = Scope::Local; variable
H A DEvalEmitter.cpp238 for (auto &Local : Descriptors[I]) { in emitDestroy() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMetadata.h370 static LocalAsMetadata *getLocal(Value *Local) { in getLocal()
380 static LocalAsMetadata *getLocalIfExists(Value *Local) { in getLocalIfExists()
439 LocalAsMetadata(Value *Local) in LocalAsMetadata()
445 static LocalAsMetadata *get(Value *Local) { in get()
449 static LocalAsMetadata *getIfExists(Value *Local) { in getIfExists()
H A DGlobalValue.h192 Local, enumerator
280 void setDSOLocal(bool Local) { IsDSOLocal = Local; } in setDSOLocal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp34 void DebugCrossModuleExportsSubsection::addMapping(uint32_t Local, in addMapping()
H A DSymbolRecordMapping.cpp392 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, LocalSym &Local) { in visitKnownRecord()
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dlocal.cc13 class Local { in foobar() class
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dlocal.cc13 class Local { in foobar() class
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp26 bool Local = GV.hasLocalLinkage(); in makeVisible() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp625 const Function &F, const LocalAsMetadata *Local) { in EnumerateFunctionLocalMetadata()
747 unsigned F, const LocalAsMetadata *Local) { in EnumerateFunctionLocalMetadata()
1087 if (auto *Local = dyn_cast<LocalAsMetadata>(MD->getMetadata())) { in incorporateFunction() local
1093 if (auto *Local = dyn_cast<LocalAsMetadata>(VMD)) { in incorporateFunction() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DMangle.h78 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAMDGPU.h35 Local = 3, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp345 for (auto &Local : Func.Locals) { in dump() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/
H A DIndexSymbol.h90 Local = 1 << 7, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp347 for (const DILocal &Local : Locals) { in print() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp72 bool Local = MF.getFunction().hasLocalLinkage(); in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp440 for (auto *Local : LocalDepsForName) { in computeNamedSymbolDependencies() local
517 auto *Local = KV.first; in computeLocalDeps() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h360 enum DistType { Local, Exit, Backedge }; enumerator

12