OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetModule
(Results
1 - 25
of
37
) sorted by null
1
2
/external/libmojo/mojo/edk/js/
core.h
17
static v8::Local<v8::Value>
GetModule
(v8::Isolate* isolate);
support.h
17
static v8::Local<v8::Value>
GetModule
(v8::Isolate* isolate);
threading.h
18
static v8::Local<v8::Value>
GetModule
(v8::Isolate* isolate);
mojo_runner_delegate.cc
51
AddBuiltinModule(gin::Console::kModuleName, gin::Console::
GetModule
);
52
AddBuiltinModule(gin::TimerModule::kName, gin::TimerModule::
GetModule
);
53
AddBuiltinModule(Core::kModuleName, Core::
GetModule
);
54
AddBuiltinModule(Support::kModuleName, Support::
GetModule
);
55
AddBuiltinModule(Threading::kModuleName, Threading::
GetModule
);
threading.cc
28
v8::Local<v8::Value> Threading::
GetModule
(v8::Isolate* isolate) {
support.cc
55
v8::Local<v8::Value> Support::
GetModule
(v8::Isolate* isolate) {
/external/clang/include/clang/CodeGen/
ModuleBuilder.h
59
llvm::Module *
GetModule
();
63
/// It is illegal to call methods other than
GetModule
on the
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
ModuleBuilder.h
61
llvm::Module *
GetModule
();
65
/// It is illegal to call methods other than
GetModule
on the
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/CodeGen/
ModuleBuilder.h
61
llvm::Module *
GetModule
();
65
/// It is illegal to call methods other than
GetModule
on the
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/CodeGen/
ModuleBuilder.h
61
llvm::Module *
GetModule
();
65
/// It is illegal to call methods other than
GetModule
on the
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/CodeGen/
ModuleBuilder.h
61
llvm::Module *
GetModule
();
65
/// It is illegal to call methods other than
GetModule
on the
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/CodeGen/
ModuleBuilder.h
61
llvm::Module *
GetModule
();
65
/// It is illegal to call methods other than
GetModule
on the
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/CodeGen/
ModuleBuilder.h
61
llvm::Module *
GetModule
();
65
/// It is illegal to call methods other than
GetModule
on the
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/CodeGen/
ModuleBuilder.h
61
llvm::Module *
GetModule
();
65
/// It is illegal to call methods other than
GetModule
on the
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
ModuleBuilder.h
61
llvm::Module *
GetModule
();
65
/// It is illegal to call methods other than
GetModule
on the
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/CodeGen/
ModuleBuilder.h
61
llvm::Module *
GetModule
();
65
/// It is illegal to call methods other than
GetModule
on the
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/CodeGen/
ModuleBuilder.h
61
llvm::Module *
GetModule
();
65
/// It is illegal to call methods other than
GetModule
on the
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/CodeGen/
ModuleBuilder.h
61
llvm::Module *
GetModule
();
65
/// It is illegal to call methods other than
GetModule
on the
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/CodeGen/
ModuleBuilder.h
61
llvm::Module *
GetModule
();
65
/// It is illegal to call methods other than
GetModule
on the
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/CodeGen/
ModuleBuilder.h
61
llvm::Module *
GetModule
();
65
/// It is illegal to call methods other than
GetModule
on the
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/CodeGen/
ModuleBuilder.h
61
llvm::Module *
GetModule
();
65
/// It is illegal to call methods other than
GetModule
on the
/external/libchrome/base/
vlog.cc
88
base::StringPiece
GetModule
(const base::StringPiece& file) {
107
base::StringPiece module(
GetModule
(file));
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
stream_assignment.cc
68
if (hlo.
GetModule
()
/external/clang/lib/CodeGen/
ModuleBuilder.cpp
91
llvm::Module *
GetModule
() {
294
llvm::Module *CodeGenerator::
GetModule
() {
295
return static_cast<CodeGeneratorImpl*>(this)->
GetModule
();
/external/tensorflow/tensorflow/compiler/xla/service/
hlo_element_type_converter.cc
182
hlo->CloneWithNewOperands(shape, new_operands, hlo->
GetModule
()));
189
new_shape, new_operands, hlo->
GetModule
()));
195
hlo->shape(), new_operands, hlo->
GetModule
()));
Completed in 1908 milliseconds
1
2