mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-28 18:41:35 +01:00
whether the mangled name is for defining a symbol, or for referencing
it later (e.g. for a call or load of its address). The reason is that
on the JVM both cases are different.
+ jvmdef unit to encode types according to the JVM rules
+ tprocdef.jvmmangledname() to encode a procdef's JVM mangled name
(the common part of defining/referencing it; tprocdef.mangledname
afterwards adorns it as required)
git-svn-id: branches/jvmbackend@18288 -
|
||
|---|---|---|
| .. | ||
| aasmcpu.pas | ||
| ag68kgas.pas | ||
| aoptcpu.pas | ||
| aoptcpub.pas | ||
| aoptcpud.pas | ||
| cgcpu.pas | ||
| cpuasm.pas | ||
| cpubase.pas | ||
| cpuinfo.pas | ||
| cpunode.pas | ||
| cpupara.pas | ||
| cpupi.pas | ||
| cputarg.pas | ||
| hlcgcpu.pas | ||
| itcpugas.pas | ||
| m68kreg.dat | ||
| n68kadd.pas | ||
| n68kcal.pas | ||
| n68kcnv.pas | ||
| n68kmat.pas | ||
| r68kcon.inc | ||
| r68kgas.inc | ||
| r68kgri.inc | ||
| r68knor.inc | ||
| r68knum.inc | ||
| r68krni.inc | ||
| r68ksri.inc | ||
| r68ksta.inc | ||
| r68kstd.inc | ||
| r68ksup.inc | ||
| ra68k.pas | ||
| ra68kmot.pas | ||
| rgcpu.pas | ||