OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:objectcache
(Results
26 - 50
of
61
) sorted by null
1
2
3
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h
17
#include "llvm/ExecutionEngine/
ObjectCache
.h"
48
/// @brief Set an
ObjectCache
to query before compiling.
49
void setObjectCache(
ObjectCache
*NewCache) { ObjCache = NewCache; }
140
ObjectCache
*ObjCache;
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h
18
#include "llvm/ExecutionEngine/
ObjectCache
.h"
48
/// @brief Set an
ObjectCache
to query before compiling.
49
void setObjectCache(
ObjectCache
*NewCache) { ObjCache = NewCache; }
140
ObjectCache
*ObjCache;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h
18
#include "llvm/ExecutionEngine/
ObjectCache
.h"
48
/// @brief Set an
ObjectCache
to query before compiling.
49
void setObjectCache(
ObjectCache
*NewCache) { ObjCache = NewCache; }
140
ObjectCache
*ObjCache;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h
17
#include "llvm/ExecutionEngine/
ObjectCache
.h"
48
/// @brief Set an
ObjectCache
to query before compiling.
49
void setObjectCache(
ObjectCache
*NewCache) { ObjCache = NewCache; }
140
ObjectCache
*ObjCache;
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h
18
#include "llvm/ExecutionEngine/
ObjectCache
.h"
48
/// @brief Set an
ObjectCache
to query before compiling.
49
void setObjectCache(
ObjectCache
*NewCache) { ObjCache = NewCache; }
140
ObjectCache
*ObjCache;
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h
18
#include "llvm/ExecutionEngine/
ObjectCache
.h"
48
/// @brief Set an
ObjectCache
to query before compiling.
49
void setObjectCache(
ObjectCache
*NewCache) { ObjCache = NewCache; }
140
ObjectCache
*ObjCache;
/external/llvm/docs/
MCJITDesignAndImplementation.rst
56
attempt to retrieve an object image from its
ObjectCache
member, if one
68
is flushed to complete the process. If an
ObjectCache
is being used, the
69
image will be passed to the
ObjectCache
here.
80
having been retrieved from an
ObjectCache
, it is passed to RuntimeDyld to
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h
16
#include "llvm/ExecutionEngine/
ObjectCache
.h"
194
// An optional
ObjectCache
to be notified of compiled objects and used to
196
ObjectCache
*ObjCache;
234
void setObjectCache(
ObjectCache
*manager) override;
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
SendersView.java
40
import com.android.mail.utils.
ObjectCache
;
86
private static final
ObjectCache
<Map<Integer, Integer>> PRIORITY_LENGTH_MAP_CACHE =
87
new
ObjectCache
<Map<Integer, Integer>>(
88
new
ObjectCache
.Callback<Map<Integer, Integer>>() {
/external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITObjectCacheTest.cpp
15
#include "llvm/ExecutionEngine/
ObjectCache
.h"
23
class TestObjectCache : public
ObjectCache
{
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
48
class
ObjectCache
;
401
/// Sets the pre-compiled object cache. The ownership of the
ObjectCache
is
403
virtual void setObjectCache(
ObjectCache
*) {
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
48
class
ObjectCache
;
412
/// Sets the pre-compiled object cache. The ownership of the
ObjectCache
is
414
virtual void setObjectCache(
ObjectCache
*) {
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/
ExecutionEngine.h
48
class
ObjectCache
;
412
/// Sets the pre-compiled object cache. The ownership of the
ObjectCache
is
414
virtual void setObjectCache(
ObjectCache
*) {
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/
ExecutionEngine.h
48
class
ObjectCache
;
412
/// Sets the pre-compiled object cache. The ownership of the
ObjectCache
is
414
virtual void setObjectCache(
ObjectCache
*) {
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/
ExecutionEngine.h
51
class
ObjectCache
;
415
/// Sets the pre-compiled object cache. The ownership of the
ObjectCache
is
417
virtual void setObjectCache(
ObjectCache
*) {
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/
ExecutionEngine.h
51
class
ObjectCache
;
415
/// Sets the pre-compiled object cache. The ownership of the
ObjectCache
is
417
virtual void setObjectCache(
ObjectCache
*) {
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/
ExecutionEngine.h
51
class
ObjectCache
;
415
/// Sets the pre-compiled object cache. The ownership of the
ObjectCache
is
417
virtual void setObjectCache(
ObjectCache
*) {
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
ExecutionEngine.h
51
class
ObjectCache
;
415
/// Sets the pre-compiled object cache. The ownership of the
ObjectCache
is
417
virtual void setObjectCache(
ObjectCache
*) {
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
48
class
ObjectCache
;
412
/// Sets the pre-compiled object cache. The ownership of the
ObjectCache
is
414
virtual void setObjectCache(
ObjectCache
*) {
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/
ExecutionEngine.h
48
class
ObjectCache
;
412
/// Sets the pre-compiled object cache. The ownership of the
ObjectCache
is
414
virtual void setObjectCache(
ObjectCache
*) {
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/
ExecutionEngine.h
48
class
ObjectCache
;
412
/// Sets the pre-compiled object cache. The ownership of the
ObjectCache
is
414
virtual void setObjectCache(
ObjectCache
*) {
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
ExecutionEngine.h
51
class
ObjectCache
;
415
/// Sets the pre-compiled object cache. The ownership of the
ObjectCache
is
417
virtual void setObjectCache(
ObjectCache
*) {
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/
ExecutionEngine.h
51
class
ObjectCache
;
415
/// Sets the pre-compiled object cache. The ownership of the
ObjectCache
is
417
virtual void setObjectCache(
ObjectCache
*) {
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/
ExecutionEngine.h
51
class
ObjectCache
;
415
/// Sets the pre-compiled object cache. The ownership of the
ObjectCache
is
417
virtual void setObjectCache(
ObjectCache
*) {
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/
ExecutionEngine.h
51
class
ObjectCache
;
415
/// Sets the pre-compiled object cache. The ownership of the
ObjectCache
is
417
virtual void setObjectCache(
ObjectCache
*) {
Completed in 676 milliseconds
1
2
3