OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_module
(Results
1 - 3
of
3
) sorted by null
/external/llvm/tools/lto/
LTOModule.h
71
llvm::Module * getLLVVMModule() { return
_module
.get(); }
113
llvm::OwningPtr<llvm::Module>
_module
;
member in struct:LTOModule
LTOModule.cpp
85
:
_module
(m), _target(t)
180
return
_module
->getTargetTriple().c_str();
184
_module
->setTargetTriple(triple);
618
const std::string &inlineAsm =
_module
->getModuleInlineAsm();
672
for (Module::iterator f =
_module
->begin(); f !=
_module
->end(); ++f) {
680
for (Module::global_iterator v =
_module
->global_begin(),
681
e =
_module
->global_end(); v != e; ++v) {
693
for (Module::alias_iterator i =
_module
->alias_begin(),
694
e =
_module
->alias_end(); i != e; ++i)
[
all
...]
/external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c
[
all
...]
Completed in 965 milliseconds