OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LocalAddr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h
419
void *
LocalAddr
= reinterpret_cast<void *>(static_cast<uintptr_t>(Addr));
421
<<
LocalAddr
<< " to "
425
return Allocator.setProtections(
LocalAddr
, Flags);
OrcRemoteTargetClient.h
232
uintptr_t
LocalAddr
= reinterpret_cast<uintptr_t>(Contents.get());
233
LocalAddr
= alignTo(
LocalAddr
, Align);
234
return reinterpret_cast<char *>(
LocalAddr
);
Completed in 25 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026