Home
last modified time | relevance | path

Searched refs:funcSym (Results 1 – 25 of 65) sorted by relevance

123

/dports/games/scummvm/scummvm-2.5.1/engines/director/lingo/
H A Dlingo-code.cpp256 fp->sp = funcSym; in pushContext()
262 if (funcSym.target) in pushContext()
265 if (funcSym.ctx) { in pushContext()
396 Symbol funcSym; in c_constpush() local
1448 Symbol funcSym; in call() local
1543 if (funcSym.type == HANDLER || funcSym.type == HBLTIN) { in call()
1546 funcSym.name->c_str(), nargs, funcSym.nargs, funcSym.maxArgs, nargs - funcSym.maxArgs); in call()
1554 funcSym.name->c_str(), nargs, funcSym.nargs, funcSym.maxArgs, funcSym.nargs - nargs); in call()
1563 } else if (funcSym.nargs > nargs || funcSym.maxArgs < nargs) { in call()
1565 funcSym.name->c_str(), nargs, funcSym.nargs, funcSym.maxArgs, nargs); in call()
[all …]
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/gluegen/opengl/
H A DGLJavaMethodBindingEmitter.java110 final FunctionSymbol funcSym = binding.getCSymbol(); in emitBindingCSignature() local
112 writer.print(funcSym.getType().toString(symbolRenamed, tagNativeBinding)); in emitBindingCSignature()
121 …ex = new GlueGenException("Couldn't find extension to: " + funcSym.getAliasedString(), funcSym.get… in emitBindingCSignature()
132 emitAliasedDocNamesComment(funcSym, newComment); in emitBindingCSignature()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/MachO/Arch/
H A DARM64.cpp37 void populateThunk(InputSection *thunk, Symbol *funcSym) override;
117 void ARM64::populateThunk(InputSection *thunk, Symbol *funcSym) { in populateThunk() argument
124 /*referent=*/funcSym}); in populateThunk()
128 /*referent=*/funcSym}); in populateThunk()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/MachO/Arch/
H A DARM64.cpp37 void populateThunk(InputSection *thunk, Symbol *funcSym) override;
117 void ARM64::populateThunk(InputSection *thunk, Symbol *funcSym) { in populateThunk() argument
124 /*referent=*/funcSym}); in populateThunk()
128 /*referent=*/funcSym}); in populateThunk()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/MachO/Arch/
H A DARM64.cpp37 void populateThunk(InputSection *thunk, Symbol *funcSym) override;
117 void ARM64::populateThunk(InputSection *thunk, Symbol *funcSym) { in populateThunk() argument
124 /*referent=*/funcSym}); in populateThunk()
128 /*referent=*/funcSym}); in populateThunk()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/MachO/Arch/
H A DARM64.cpp37 void populateThunk(InputSection *thunk, Symbol *funcSym) override;
117 void ARM64::populateThunk(InputSection *thunk, Symbol *funcSym) { in populateThunk() argument
124 /*referent=*/funcSym}); in populateThunk()
128 /*referent=*/funcSym}); in populateThunk()
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/MachO/Arch/
H A DARM64.cpp37 void populateThunk(InputSection *thunk, Symbol *funcSym) override;
117 void ARM64::populateThunk(InputSection *thunk, Symbol *funcSym) { in populateThunk() argument
124 /*referent=*/funcSym}); in populateThunk()
128 /*referent=*/funcSym}); in populateThunk()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/MachO/
H A DConcatOutputSection.cpp260 auto *funcSym = r.referent.get<Symbol *>(); in finalize() local
261 ThunkInfo &thunkInfo = thunkMap[funcSym]; in finalize()
263 if (funcSym->isInStubs() && callVA >= stubsInRangeVA) { in finalize()
268 uint64_t funcVA = funcSym->resolveBranchVA(); in finalize()
298 StringRef thunkName = saver.save(funcSym->getName() + ".thunk." + in finalize()
305 target->populateThunk(thunkInfo.isec, funcSym); in finalize()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/MachO/
H A DConcatOutputSection.cpp284 auto *funcSym = r.referent.get<Symbol *>(); in finalize() local
285 ThunkInfo &thunkInfo = thunkMap[funcSym]; in finalize()
287 if (funcSym->isInStubs() && callVA >= stubsInRangeVA) { in finalize()
293 uint64_t funcVA = funcSym->resolveBranchVA(); in finalize()
326 StringRef thunkName = saver.save(funcSym->getName() + ".thunk." + in finalize()
333 target->populateThunk(thunkInfo.isec, funcSym); in finalize()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/MachO/
H A DConcatOutputSection.cpp260 auto *funcSym = r.referent.get<Symbol *>(); in finalize() local
261 ThunkInfo &thunkInfo = thunkMap[funcSym]; in finalize()
263 if (funcSym->isInStubs() && callVA >= stubsInRangeVA) { in finalize()
268 uint64_t funcVA = funcSym->resolveBranchVA(); in finalize()
298 StringRef thunkName = saver.save(funcSym->getName() + ".thunk." + in finalize()
305 target->populateThunk(thunkInfo.isec, funcSym); in finalize()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp260 auto *funcSym = r.referent.get<Symbol *>(); in finalize() local
261 ThunkInfo &thunkInfo = thunkMap[funcSym]; in finalize()
263 if (funcSym->isInStubs() && callVA >= stubsInRangeVA) { in finalize()
268 uint64_t funcVA = funcSym->resolveBranchVA(); in finalize()
298 StringRef thunkName = saver.save(funcSym->getName() + ".thunk." + in finalize()
305 target->populateThunk(thunkInfo.isec, funcSym); in finalize()
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/MachO/
H A DConcatOutputSection.cpp260 auto *funcSym = r.referent.get<Symbol *>();
261 ThunkInfo &thunkInfo = thunkMap[funcSym];
263 if (funcSym->isInStubs() && callVA >= stubsInRangeVA) {
268 uint64_t funcVA = funcSym->resolveBranchVA();
298 StringRef thunkName = saver.save(funcSym->getName() + ".thunk." +
305 target->populateThunk(thunkInfo.isec, funcSym);
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/wasm/
H A DMarkLive.cpp107 auto *funcSym = cast<FunctionSymbol>(sym); in markLive() local
108 if (funcSym->hasTableIndex() && funcSym->getTableIndex() == 0) in markLive()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/wasm/
H A DMarkLive.cpp126 auto *funcSym = cast<FunctionSymbol>(sym); in mark() local
127 if (funcSym->hasTableIndex() && funcSym->getTableIndex() == 0) in mark()
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/wasm/
H A DMarkLive.cpp126 auto *funcSym = cast<FunctionSymbol>(sym); in mark() local
127 if (funcSym->hasTableIndex() && funcSym->getTableIndex() == 0) in mark()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/wasm/
H A DMarkLive.cpp126 auto *funcSym = cast<FunctionSymbol>(sym); in mark() local
127 if (funcSym->hasTableIndex() && funcSym->getTableIndex() == 0) in mark()
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/wasm/
H A DMarkLive.cpp126 auto *funcSym = cast<FunctionSymbol>(sym); in mark() local
127 if (funcSym->hasTableIndex() && funcSym->getTableIndex() == 0) in mark()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/wasm/
H A DMarkLive.cpp144 auto *funcSym = cast<FunctionSymbol>(sym); in mark() local
145 if (funcSym->hasTableIndex() && funcSym->getTableIndex() == 0) in mark()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/wasm/
H A DMarkLive.cpp134 auto *funcSym = cast<FunctionSymbol>(sym); in mark() local
135 if (funcSym->isStub) in mark()
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/wasm/
H A DMarkLive.cpp136 auto *funcSym = cast<FunctionSymbol>(sym); in mark() local
137 if (funcSym->isStub) in mark()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/wasm/
H A DMarkLive.cpp134 auto *funcSym = cast<FunctionSymbol>(sym); in mark() local
135 if (funcSym->isStub) in mark()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/wasm/
H A DMarkLive.cpp134 auto *funcSym = cast<FunctionSymbol>(sym); in mark() local
135 if (funcSym->isStub) in mark()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/wasm/
H A DMarkLive.cpp134 auto *funcSym = cast<FunctionSymbol>(sym); in mark() local
135 if (funcSym->isStub) in mark()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/wasm/
H A DMarkLive.cpp136 auto *funcSym = cast<FunctionSymbol>(sym); in mark() local
137 if (funcSym->isStub) in mark()
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/wasm/
H A DMarkLive.cpp134 auto *funcSym = cast<FunctionSymbol>(sym); in mark() local
135 if (funcSym->isStub) in mark()

123