Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h
H A DInterpFrame.cpp38 for (auto &Local : Scope.locals()) { InterpFrame() local
81 for (auto &Local : Scope.locals()) { ~InterpFrame() local
91 for (auto &Local : Func->getScope(Idx).locals()) { destroy() local
H A DFunction.h37 struct Local { global() struct
44 DescLocal global() 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]) { emitDestroy() local
H A DByteCodeExprGen.cpp
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h476 static LocalAsMetadata *getLocal(Value *Local) { in getLocal() argument
486 static LocalAsMetadata *getLocalIfExists(Value *Local) { in getLocalIfExists() argument
548 LocalAsMetadata(Value *Local) in LocalAsMetadata() argument
554 static LocalAsMetadata *get(Value *Local) { in get() argument
558 static LocalAsMetadata *getIfExists(Value *Local) { in getIfExists() argument
[all...]
H A DGlobalValue.h211 Local, enumerator
303 void setDSOLocal(bool Local) { IsDSOLocal = Local; } in setDSOLocal() argument
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp25 bool Local = GV.hasLocalLinkage(); in makeVisible() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp62 static void checkFrameBase(WebAssemblyFunctionInfo &MFI, unsigned Local, in checkFrameBase() argument
231 auto Local = static_cast<unsigned>(MI.getOperand(1).getImm()); runOnMachineFunction() local
H A DWebAssemblyMachineFunctionInfo.h115 void setFrameBaseLocal(unsigned Local) { FrameBaseLocal = Local; } in setFrameBaseLocal() argument
H A DWebAssemblyFrameLowering.cpp77 unsigned Local = FuncInfo->getParams().size() + FuncInfo->getLocals().size(); in getLocalForStackObject() local
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp599 EnumerateFunctionLocalMetadata(const Function & F,const LocalAsMetadata * Local) EnumerateFunctionLocalMetadata() argument
721 EnumerateFunctionLocalMetadata(unsigned F,const LocalAsMetadata * Local) EnumerateFunctionLocalMetadata() argument
1072 if (auto *Local = dyn_cast<LocalAsMetadata>(MD->getMetadata())) { incorporateFunction() local
1078 if (auto *Local = dyn_cast<LocalAsMetadata>(VMD)) { incorporateFunction() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp603 const Function &F, const LocalAsMetadata *Local) { in EnumerateFunctionLocalMetadata() argument
726 unsigned F, const LocalAsMetadata *Local) { in EnumerateFunctionLocalMetadata() argument
1074 if (auto *Local = dyn_cast<LocalAsMetadata>(MD->getMetadata())) { in incorporateFunction() local
1080 if (auto *Local in incorporateFunction() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h170 Local = 5, global() enumerator
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h84 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId() argument
/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h93 Local = 1 << 7, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp358 for (const DILocal &Local : Locals) { in print() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h367 enum DistType { Local, Exit, Backedge }; enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp142 Local = findLocalPreprocessedEntitiesInRange(Range); in getPreprocessedEntitiesInRangeSlow() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp78 bool Local = MF.getFunction().hasLocalLinkage(); runOnMachineFunction() local

12