OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lto_codegen_add_module
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm-c/
lto.h
187
* lto_code_gen_t using \a
lto_codegen_add_module
().
201
* add using \a
lto_codegen_add_module
().
334
* All modules added using \a
lto_codegen_add_module
() must have been created
346
*
lto_codegen_add_module
() must have all been created in the same context,
374
lto_codegen_add_module
(lto_code_gen_t cg, lto_module_t mod);
/external/llvm/tools/lto/
lto.cpp
325
bool
lto_codegen_add_module
(lto_code_gen_t cg, lto_module_t mod) {
function
Completed in 37 milliseconds