OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeByName
(Results
1 - 16
of
16
) sorted by null
/art/compiler/llvm/
ir_builder.cc
36
::llvm::Type* jobject_struct_type = module.
getTypeByName
("JavaObject");
41
::llvm::Type* type = module.
getTypeByName
("Method");
49
type = module.
getTypeByName
("Thread");
61
art_frame_type_ = module.
getTypeByName
("ShadowFrame");
114
if (::llvm::Type* type = module_->
getTypeByName
(name)) {
/external/llvm/include/llvm/IR/
Module.h
306
///
getTypeByName
- Return the type with the specified name, or null if there
308
StructType *
getTypeByName
(StringRef Name) const;
/art/compiler/llvm/generated/
art_module.cc
30
StructType *StructTy_JavaObject = mod->
getTypeByName
("JavaObject");
42
StructType *StructTy_ShadowFrame = mod->
getTypeByName
("ShadowFrame");
[
all
...]
/prebuilts/sdk/tools/lib/
common.jar
/external/llvm/lib/IR/
Type.cpp
616
///
getTypeByName
- Return the type with the specified name, or null if there
618
StructType *Module::
getTypeByName
(StringRef Name) const {
Core.cpp
384
return wrap(unwrap(M)->
getTypeByName
(Name));
[
all
...]
/prebuilts/devtools/tools/lib/
layoutlib-api.jar
/prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.2.0/
layoutlib-api-22.2.0.jar
/prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar
/external/llvm/lib/Linker/
LinkModules.cpp
653
if (StructType *DST = DstM->
getTypeByName
(ST->getName().substr(0, DotPos)))
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java
[
all
...]
/external/llvm/lib/Target/CppBackend/
CPPBackend.cpp
580
Out << "StructType *" << typeName << " = mod->
getTypeByName
(\"";
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
560
* See the method [llvm::Module::
getTypeByName
] *)
[
all
...]
/prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar
/external/robolectric/lib/main/
h2-1.2.147.jar
Completed in 340 milliseconds