Home
last modified time | relevance | path

Searched defs:ArgX (Results 1 – 3 of 3) sorted by relevance

/external/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp82 Argument *ArgX = Add1F->arg_begin(); // Get the arg in main() local
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp52 Argument *ArgX = Add1F->arg_begin(); // Get the arg in createAdd1() local
82 Argument *ArgX = FibF->arg_begin(); // Get the arg. in CreateFibFunction() local
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp55 Argument *ArgX = FibF->arg_begin(); // Get the arg. in CreateFibFunction() local