Home | History | Annotate | Download | only in AsmParser

Lines Matching full:that

29 /// an ASCII file that (presumably) contains LLVM Assembly code. It returns a
31 /// that this does not verify that the generated Module is valid, so you should
32 /// run the verifier after parsing the file to check that it is okay.
37 /// \param Slots The optional slot mapping that will be initialized during
45 /// an ASCII string that (presumably) contains LLVM Assembly code. It returns a
47 /// that this does not verify that the generated Module is valid, so you should
48 /// run the verifier after parsing the file to check that it is okay.
53 /// \param Slots The optional slot mapping that will be initialized during
64 /// \param Slots The optional slot mapping that will be initialized during
72 /// parseAssembly for the convenience of interactive users that want to add
78 /// \param Slots The optional slot mapping that will be initialized during
89 /// \param Slots The optional slot mapping that will restore the parsing state
97 /// \param Slots The optional slot mapping that will restore the parsing state
103 /// Parse a string \p Asm that starts with a type.
104 /// \p Read[out] gives the number of characters that have been read to parse
107 /// \param Slots The optional slot mapping that will restore the parsing state