OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConstantPoolEntryAddress
(Results
1 - 7
of
7
) sorted by null
/external/swiftshader/third_party/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/swiftshader/third_party/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());
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp
432
virtual uintptr_t
getConstantPoolEntryAddress
(unsigned Entry) const;
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86CodeEmitter.cpp
454
DispVal += MCE.
getConstantPoolEntryAddress
(Op3.getIndex());
[
all
...]
Completed in 434 milliseconds