SANJAY SRIVALLABH SINGAPURAM via llvm-dev
2017-Jun-22 08:35 UTC
[llvm-dev] Legal names for Functions and other Identifiers
Hello, I'd like to know the format a function's name must conform to. Can I be pointed to LLVM documention that specifies the nomenclature for functions and other Identifiers as well (%registers, ModuleID etc.) ? Thanks, Sanjay -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170622/d115ccac/attachment.html>
陳韋任 via llvm-dev
2017-Jun-22 11:51 UTC
[llvm-dev] Legal names for Functions and other Identifiers
Perhaps you can refer to [1]. Function name should be a global one. [1] http://llvm.org/docs/LangRef.html#identifiers HTH, chenwj 2017-06-22 16:35 GMT+08:00 SANJAY SRIVALLABH SINGAPURAM via llvm-dev < llvm-dev at lists.llvm.org>:> Hello, > > I'd like to know the format a function's name must conform to. Can I be > pointed to LLVM documention that specifies the nomenclature for functions > and other Identifiers as well (%registers, ModuleID etc.) ? > > Thanks, > Sanjay > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >-- Wei-Ren Chen (陳韋任) Homepage: https://people.cs.nctu.edu.tw/~chenwj -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170622/3fbd515f/attachment.html>
SANJAY SRIVALLABH SINGAPURAM via llvm-dev
2017-Jun-22 12:34 UTC
[llvm-dev] Legal names for Functions and other Identifiers
Thank You Chen ! On Thu, Jun 22, 2017 at 5:21 PM 陳韋任 <chenwj.cs97g at g2.nctu.edu.tw> wrote:> Perhaps you can refer to [1]. Function name should be a global one. > > [1] http://llvm.org/docs/LangRef.html#identifiers > > HTH, > chenwj > > > 2017-06-22 16:35 GMT+08:00 SANJAY SRIVALLABH SINGAPURAM via llvm-dev < > llvm-dev at lists.llvm.org>: > >> Hello, >> >> I'd like to know the format a function's name must conform to. Can I be >> pointed to LLVM documention that specifies the nomenclature for functions >> and other Identifiers as well (%registers, ModuleID etc.) ? >> >> Thanks, >> Sanjay >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >> > > > -- > Wei-Ren Chen (陳韋任) > Homepage: https://people.cs.nctu.edu.tw/~chenwj >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170622/25b6c86f/attachment.html>
Possibly Parallel Threads
- Legal names for Functions and other Identifiers
- Legal names for Functions and other Identifiers
- What does it mean by a "DICompileUnit missing from llvm.dgs.cu" ? | Where is the error ?
- What does it mean by a "DICompileUnit missing from llvm.dgs.cu" ? | Where is the error ?
- Default Location of CUDA headers in Windows and macOS