OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaterializeAll
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
Module.cpp
412
bool Module::
MaterializeAll
(std::string *ErrInfo) {
419
if (
MaterializeAll
(ErrInfo))
/external/llvm/include/llvm/IR/
Module.h
467
///
MaterializeAll
- Make sure all GlobalValues in this Module are fully read.
471
bool
MaterializeAll
(std::string *ErrInfo = 0);
Completed in 465 milliseconds