OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dyld
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp
372
RuntimeDyld
Dyld
(MemMgr, MemMgr);
400
Dyld
.loadObject(Obj);
402
if (
Dyld
.hasError())
403
ErrorAndExit(
Dyld
.getErrorString());
406
Dyld
.resolveRelocations();
503
RuntimeDyld
Dyld
(MemMgr, MemMgr);
530
Dyld
.loadObject(Obj);
531
if (
Dyld
.hasError()) {
532
ErrorAndExit(
Dyld
.getErrorString());
541
Dyld
.resolveRelocations()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp
31
#define DEBUG_TYPE "
dyld
"
1277
Dyld
= nullptr;
1288
std::unique_ptr<RuntimeDyldCOFF>
Dyld
=
1290
Dyld
->setProcessAllSections(ProcessAllSections);
1291
Dyld
->setNotifyStubEmitted(std::move(NotifyStubEmitted));
1292
return
Dyld
;
1299
std::unique_ptr<RuntimeDyldELF>
Dyld
=
1301
Dyld
->setProcessAllSections(ProcessAllSections);
1302
Dyld
->setNotifyStubEmitted(std::move(NotifyStubEmitted));
1303
return
Dyld
;
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp
70
Resolver(*this, std::move(Resolver)),
Dyld
(*this->MemMgr, this->Resolver),
95
Dyld
.deregisterEHFrames();
119
std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L =
Dyld
.loadObject(*Obj);
120
if (
Dyld
.hasError())
121
report_fatal_error(
Dyld
.getErrorString());
225
Dyld
.loadObject(*LoadedObject.get());
227
if (
Dyld
.hasError())
228
report_fatal_error(
Dyld
.getErrorString());
242
Dyld
.resolveRelocations();
244
// Check for
Dyld
error
[
all
...]
MCJIT.h
182
RuntimeDyld
Dyld
;
235
Dyld
.setProcessAllSections(ProcessAllSections);
281
Dyld
.mapSectionAddress(LocalAddress, TargetAddress);
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Fuchsia.cpp
95
std::string
Dyld
= D.DyldPrefix;
97
Dyld
+= "asan/";
99
Dyld
+= "hwasan/";
101
Dyld
+= "tsan/";
102
Dyld
+= "ld.so.1";
104
CmdArgs.push_back(Args.MakeArgString(
Dyld
));
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h
250
assert(!
Dyld
&& "setProcessAllSections must be called before loadObject.");
287
std::unique_ptr<RuntimeDyldImpl>
Dyld
;
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h
165
void notifyObjectLoaded(RuntimeDyld &
Dyld
,
169
mapAllocsToRemoteAddrs(
Dyld
, ObjAllocs.CodeAllocs,
171
mapAllocsToRemoteAddrs(
Dyld
, ObjAllocs.RODataAllocs,
173
mapAllocsToRemoteAddrs(
Dyld
, ObjAllocs.RWDataAllocs,
270
void mapAllocsToRemoteAddrs(RuntimeDyld &
Dyld
, std::vector<Alloc> &Allocs,
274
Dyld
.mapSectionAddress(Alloc.getLocalAddress(), NextAddr);
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
6915
// set by
dyld
as part of the "bind information".
9032
static void PrintDyldLoadCommand(MachO::dylinker_command
dyld
,
9034
if (
dyld
.cmd == MachO::LC_ID_DYLINKER)
9036
else if (
dyld
.cmd == MachO::LC_LOAD_DYLINKER)
9038
else if (
dyld
.cmd == MachO::LC_DYLD_ENVIRONMENT)
9041
outs() << " cmd ?(" <<
dyld
.cmd << ")\n";
9042
outs() << " cmdsize " <<
dyld
.cmdsize;
9043
if (
dyld
.cmdsize < sizeof(struct MachO::dylinker_command))
9047
if (
dyld
.name >=
dyld
.cmdsize
[
all
...]
Completed in 67 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026