OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getmodule
(Results
1 - 25
of
239
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
dllmain.cpp
32
Module<InProc>::
GetModule
().Create();
36
Module<InProc>::
GetModule
().Terminate();
44
auto &module = Microsoft::WRL::Module< Microsoft::WRL::InProc >::
GetModule
();
50
auto &module = Microsoft::WRL::Module<Microsoft::WRL::InProc>::
GetModule
();
56
auto &module = Microsoft::WRL::Module<Microsoft::WRL::InProc>::
GetModule
();
/external/llvm/unittests/ExecutionEngine/Orc/
IndirectionUtilsTest.cpp
24
AttributeSet::get(MB.
getModule
()->getContext(), 1U,
27
AttributeSet::get(MB.
getModule
()->getContext(), 2U,
30
AttributeSet::get(MB.
getModule
()->getContext(), ~0U,
32
F->setAttributes(AttributeSet::get(MB.
getModule
()->getContext(), Attrs));
34
auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.
getModule
(), "", nullptr);
OrcTestCommon.h
71
Module*
getModule
() { return M.get(); }
72
const Module*
getModule
() const { return M.get(); }
/external/llvm/include/llvm/Object/
IRObjectFile.h
46
const Module &
getModule
() const {
47
return const_cast<IRObjectFile*>(this)->
getModule
();
49
Module &
getModule
() {
/external/guice/core/test/com/google/inject/spi/
ElementApplyToTest.java
29
super.checkModule(Elements.
getModule
(Elements.getElements(module)), visitors);
ModuleRewriterTest.java
72
Module rewrittenModule = Elements.
getModule
(rewritten);
110
Module replayed = Elements.
getModule
(elements);
/external/llvm/lib/Analysis/
MemoryLocation.cpp
24
const auto &DL = LI->
getModule
()->getDataLayout();
33
const auto &DL = SI->
getModule
()->getDataLayout();
50
const auto &DL = CXI->
getModule
()->getDataLayout();
60
const auto &DL = RMWI->
getModule
()->getDataLayout();
119
const DataLayout &DL = II->
getModule
()->getDataLayout();
Trace.cpp
28
Module *Trace::
getModule
() const {
39
(*i)->printAsOperand(O, true,
getModule
());
/external/llvm/include/llvm/LTO/
LTOModule.h
113
const Module &
getModule
() const {
114
return const_cast<LTOModule*>(this)->
getModule
();
116
Module &
getModule
() {
117
return IRFile->
getModule
();
124
return
getModule
().getTargetTriple();
129
getModule
().setTargetTriple(Triple);
/development/tools/idegen/src/com/android/idegen/
ModuleCache.java
58
Module module =
getModule
(moduleDir);
86
private Module
getModule
(File moduleDir) throws IOException {
/external/guice/core/src/com/google/inject/spi/
Element.java
26
* from a module, and {@link Elements#
getModule
(Iterable) Elements.
getModule
()} to rewrite them.
/frameworks/compile/libbcc/lib/Renderscript/
RSScript.cpp
40
&pScript.getSource().
getModule
(), &libclcore_source->
getModule
());
/frameworks/compile/libbcc/include/bcc/
Source.h
84
inline llvm::Module &
getModule
()
86
inline const llvm::Module &
getModule
() const
/external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp
95
auto &DL = LI.
getModule
()->getDataLayout();
141
PrevSize = L.Load->
getModule
()->getDataLayout().getTypeStoreSize(
161
PrevSize = L.Load->
getModule
()->getDataLayout().getTypeStoreSize(
213
L.Load->
getModule
()->getDataLayout(), NewLoad,
230
BB.getContext(), TargetFolder(BB.
getModule
()->getDataLayout()));
/frameworks/compile/libbcc/lib/Core/
Compiler.cpp
215
transformPasses.run(pScript.getSource().
getModule
());
228
codeGenPasses.run(pScript.getSource().
getModule
());
236
llvm::Module &module = pScript.getSource().
getModule
();
322
llvm::Module &module = script.getSource().
getModule
();
446
llvm::Module &module = pScript.getSource().
getModule
();
474
pPM.run(pScript.getSource().
getModule
());
/external/clang/include/clang/CodeGen/
ModuleBuilder.h
37
virtual llvm::Module*
GetModule
() = 0;
/external/clang/include/clang/Lex/
ExternalPreprocessorSource.h
43
virtual Module *
getModule
(unsigned ModuleID) = 0;
/external/llvm/include/llvm/IR/
ModuleSlotTracker.h
57
const Module *
getModule
() const { return M; }
/external/llvm/include/llvm/Linker/
IRMover.h
67
Module &
getModule
() { return Composite; }
/external/clang/lib/CodeGen/
SanitizerMetadata.cpp
54
CGM.
getModule
().getOrInsertNamedMetadata("llvm.asan.globals");
78
I->setMetadata(CGM.
getModule
().getMDKindID("nosanitize"),
CodeGenModule.cpp
379
getModule
().setMaximumFunctionCount(PGOReader->getMaximumFunctionCount());
399
getModule
().addModuleFlag(llvm::Module::Warning, "Dwarf Version",
404
getModule
().addModuleFlag(llvm::Module::Warning, "CodeView", 1);
411
getModule
().addModuleFlag(llvm::Module::Error, "StrictVTablePointers",1);
418
getModule
().addModuleFlag(llvm::Module::Require,
426
getModule
().addModuleFlag(llvm::Module::Warning, "Debug Info Version",
439
getModule
().addModuleFlag(llvm::Module::Error, "wchar_size", WCharWidth);
443
getModule
().addModuleFlag(llvm::Module::Error, "min_enum_size", EnumWidth);
448
getModule
().addModuleFlag(llvm::Module::Override, "Cross-DSO CFI", 1);
460
getModule
().setPICLevel(PL)
[
all
...]
/external/libchrome/base/
vlog.cc
88
base::StringPiece
GetModule
(const base::StringPiece& file) {
107
base::StringPiece module(
GetModule
(file));
/external/llvm/include/llvm/Analysis/
Trace.h
55
///
getModule
- Return this Module that contains this trace's parent
58
Module *
getModule
() const;
/external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
70
virtual Module&
getModule
() const = 0;
77
Module&
getModule
() const override { return *ModulePtr; }
220
Module &SrcM = LMResources.SourceModuleOwner->
getModule
();
351
Module &SrcM = LMResources.SourceModuleOwner->
getModule
();
389
Module &SrcM = LMResources.SourceModuleOwner->
getModule
();
/external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp
35
const DataLayout &DL = A->
getModule
()->getDataLayout();
50
const DataLayout &DL = A->
getModule
()->getDataLayout();
Completed in 562 milliseconds
1
2
3
4
5
6
7
8
9
10