mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-13 10:32:06 +00:00
Consistently eschew space between *' or
&' and function argument name
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21371 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4619c75f64
commit
8f586ba4ed
@ -21,15 +21,15 @@
|
|||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
int
|
int
|
||||||
GenerateBytecode (Module * M,
|
GenerateBytecode (Module *M,
|
||||||
int StripLevel,
|
int StripLevel,
|
||||||
bool Internalize,
|
bool Internalize,
|
||||||
std::ostream * Out);
|
std::ostream *Out);
|
||||||
|
|
||||||
int
|
int
|
||||||
GenerateAssembly (const std::string & OutputFilename,
|
GenerateAssembly (const std::string &OutputFilename,
|
||||||
const std::string & InputFilename,
|
const std::string &InputFilename,
|
||||||
const sys::Path & llc,
|
const sys::Path &llc,
|
||||||
bool Verbose=false);
|
bool Verbose=false);
|
||||||
|
|
||||||
int
|
int
|
||||||
@ -38,15 +38,15 @@ GenerateCFile (const std::string &OutputFile,
|
|||||||
const sys::Path &llc,
|
const sys::Path &llc,
|
||||||
bool Verbose=false);
|
bool Verbose=false);
|
||||||
int
|
int
|
||||||
GenerateNative (const std::string & OutputFilename,
|
GenerateNative (const std::string &OutputFilename,
|
||||||
const std::string & InputFilename,
|
const std::string &InputFilename,
|
||||||
const std::vector<std::string> & LibPaths,
|
const std::vector<std::string> &LibPaths,
|
||||||
const std::vector<std::string> & Libraries,
|
const std::vector<std::string> &Libraries,
|
||||||
const sys::Path & gcc,
|
const sys::Path &gcc,
|
||||||
char ** const envp,
|
char ** const envp,
|
||||||
bool Shared,
|
bool Shared,
|
||||||
const std::string & RPath,
|
const std::string &RPath,
|
||||||
const std::string & SOName,
|
const std::string &SOName,
|
||||||
bool Verbose=false);
|
bool Verbose=false);
|
||||||
|
|
||||||
} // End llvm namespace
|
} // End llvm namespace
|
||||||
|
Loading…
x
Reference in New Issue
Block a user