OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IRForTarget
(Results
1 - 2
of
2
) sorted by null
/external/lldb/include/lldb/Expression/
IRForTarget.h
1
//===--
IRForTarget
.h ---------------------------------------------*- C++ -*-===//
46
/// @class
IRForTarget
IRForTarget
.h "lldb/Expression/
IRForTarget
.h"
54
///
IRForTarget
makes the second possible, by applying a series of
59
class
IRForTarget
: public llvm::ModulePass
93
IRForTarget
(lldb_private::ClangExpressionDeclMap *decl_map,
102
virtual ~
IRForTarget
();
/external/lldb/source/Expression/
IRForTarget.cpp
1
//===--
IRForTarget
.cpp -----------------------------------------*- C++ -*-===//
10
#include "lldb/Expression/
IRForTarget
.h"
44
IRForTarget
::StaticDataAllocator::StaticDataAllocator(lldb_private::IRExecutionUnit &execution_unit) :
51
IRForTarget
::FunctionValueCache::FunctionValueCache(Maker const &maker) :
57
IRForTarget
::FunctionValueCache::~FunctionValueCache()
61
llvm::Value *
IRForTarget
::FunctionValueCache::GetValue(llvm::Function *function)
72
lldb::addr_t
IRForTarget
::StaticDataAllocator::Allocate()
95
IRForTarget
::
IRForTarget
(lldb_private::ClangExpressionDeclMap *decl_map,
145
IRForTarget
::~IRForTarget(
[
all
...]
Completed in 212 milliseconds