OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LoadAddress
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/DebugInfo/PDB/DIA/
DIASession.cpp
113
uint64_t
LoadAddress
;
114
bool success = (S_OK == Session->get_loadAddress(&
LoadAddress
));
115
return (success) ?
LoadAddress
: 0;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h
63
///
LoadAddress
- the address of the section in the target process's memory.
67
uint64_t
LoadAddress
;
85
LoadAddress
(reinterpret_cast<uintptr_t>(address)), StubOffset(size),
104
uint64_t getLoadAddress() const { return
LoadAddress
; }
105
void setLoadAddress(uint64_t LA) {
LoadAddress
= LA; }
110
return
LoadAddress
+ OffsetBytes;
/external/v8/src/x64/
macro-assembler-x64.cc
109
void MacroAssembler::
LoadAddress
(Register destination,
125
// This calculation depends on the internals of
LoadAddress
.
153
LoadAddress
(kScratchRegister, source);
706
LoadAddress
(rbx, ExternalReference(f, isolate()));
715
LoadAddress
(rbx, ext);
744
LoadAddress
(rbx, ext);
[
all
...]
Completed in 305 milliseconds