OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTDyld
(Results
1 - 11
of
11
) sorted by null
/external/llvm/include/llvm/ExecutionEngine/Orc/
ObjectLinkingLayer.h
121
RuntimeDyld
RTDyld
(*MemMgr, *PFC->Resolver);
122
RTDyld
.setProcessAllSections(PFC->ProcessAllSections);
123
PFC->
RTDyld
= &
RTDyld
;
125
PFC->Finalizer(PFC->Handle,
RTDyld
, std::move(PFC->Objects),
127
this->updateSymbolTable(
RTDyld
);
149
assert(PFC->
RTDyld
&& "mapSectionAddress called on raw LinkedObjectSet");
150
PFC->
RTDyld
->mapSectionAddress(LocalAddress, TargetAddr);
172
void updateSymbolTable(const RuntimeDyld &
RTDyld
) {
174
SymEntry.second =
RTDyld
.getSymbol(SymEntry.first())
[
all
...]
/external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h
81
LoadedObjectInfo(RuntimeDyldImpl &
RTDyld
, ObjSectionToIDMap ObjSecToIDMap)
82
:
RTDyld
(
RTDyld
), ObjSecToIDMap(std::move(ObjSecToIDMap)) {}
93
RuntimeDyldImpl &
RTDyld
;
103
LoadedObjectInfoHelper(RuntimeDyldImpl &
RTDyld
,
105
: LoadedObjectInfo(
RTDyld
, std::move(ObjSecToIDMap)) {}
184
virtual void notifyObjectLoaded(RuntimeDyld &
RTDyld
,
RuntimeDyldChecker.h
71
RuntimeDyldChecker(RuntimeDyld &
RTDyld
, MCDisassembler *Disassembler,
75
// \brief Get the associated
RTDyld
instance.
78
// \brief Get the associated
RTDyld
instance.
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCheckerImpl.h
24
RuntimeDyldCheckerImpl(RuntimeDyld &
RTDyld
, MCDisassembler *Disassembler,
42
RuntimeDyldImpl &getRTDyld() const { return *
RTDyld
.Dyld; }
67
RuntimeDyld &
RTDyld
;
RuntimeDyldCOFF.cpp
32
LoadedCOFFObjectInfo(RuntimeDyldImpl &
RTDyld
, ObjSectionToIDMap ObjSecToIDMap)
33
: LoadedObjectInfoHelper(
RTDyld
, std::move(ObjSecToIDMap)) {}
RuntimeDyldChecker.cpp
22
#define DEBUG_TYPE "
rtdyld
"
680
RuntimeDyldCheckerImpl::RuntimeDyldCheckerImpl(RuntimeDyld &
RTDyld
,
684
:
RTDyld
(
RTDyld
), Disassembler(Disassembler), InstPrinter(InstPrinter),
686
RTDyld
.Checker = this;
[
all
...]
RuntimeDyldMachO.cpp
32
LoadedMachOObjectInfo(RuntimeDyldImpl &
RTDyld
,
34
: LoadedObjectInfoHelper(
RTDyld
, std::move(ObjSecToIDMap)) {}
RuntimeDyld.cpp
[
all
...]
RuntimeDyldELF.cpp
102
LoadedELFObjectInfo(RuntimeDyldImpl &
RTDyld
, ObjSectionToIDMap ObjSecToIDMap)
103
: LoadedObjectInfoHelper(
RTDyld
, std::move(ObjSecToIDMap)) {}
[
all
...]
/external/llvm/tools/lli/
RemoteJITUtils.h
129
void notifyObjectLoaded(RuntimeDyld &
RTDyld
,
131
MemMgr->notifyObjectLoaded(
RTDyld
, Obj);
/external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h
80
void notifyObjectLoaded(RuntimeDyld &
RTDyld
,
82
return ClientMM->notifyObjectLoaded(
RTDyld
, O);
Completed in 313 milliseconds