OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConstantPoolEntryAddress
(Results
1 - 9
of
9
) sorted by null
/external/llvm/include/llvm/CodeGen/
ObjectCodeEmitter.h
153
///
getConstantPoolEntryAddress
- Return the address of the 'Index' entry in
155
virtual uintptr_t
getConstantPoolEntryAddress
(unsigned Index) const;
MachineCodeEmitter.h
304
///
getConstantPoolEntryAddress
- Return the address of the 'Index' entry in
307
virtual uintptr_t
getConstantPoolEntryAddress
(unsigned Index) const = 0;
JITCodeEmitter.h
309
///
getConstantPoolEntryAddress
- Return the address of the 'Index' entry in
312
virtual uintptr_t
getConstantPoolEntryAddress
(unsigned Index) const = 0;
/external/llvm/lib/CodeGen/
ObjectCodeEmitter.cpp
126
///
getConstantPoolEntryAddress
- Return the address of the 'Index' entry in
128
uintptr_t ObjectCodeEmitter::
getConstantPoolEntryAddress
(unsigned Index) const {
ELFCodeEmitter.cpp
115
Addr =
getConstantPoolEntryAddress
(MR.getConstantPoolIndex());
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.h
209
virtual uintptr_t
getConstantPoolEntryAddress
(unsigned Index) const {
CodeEmitter.cpp
[
all
...]
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
432
virtual uintptr_t
getConstantPoolEntryAddress
(unsigned Entry) const;
[
all
...]
/external/llvm/lib/Target/X86/
X86CodeEmitter.cpp
454
DispVal += MCE.
getConstantPoolEntryAddress
(Op3.getIndex());
[
all
...]
Completed in 127 milliseconds