HomeSort by relevance Sort by last modified time
    Searched refs:TargetAddress (Results 1 - 22 of 22) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/Orc/
JITSymbol.h 26 typedef uint64_t TargetAddress;
32 typedef std::function<TargetAddress()> GetAddressFtor;
40 JITSymbol(TargetAddress Addr, JITSymbolFlags Flags)
60 TargetAddress getAddress() {
71 TargetAddress CachedAddr;
IndirectionUtils.h 33 typedef std::function<TargetAddress()> CompileFtor;
34 typedef std::function<void(TargetAddress)> UpdateFtor;
41 CompileCallbackInfo(TargetAddress Addr, CompileFtor &Compile,
45 TargetAddress getAddress() const { return Addr; }
53 TargetAddress Addr;
64 JITCompileCallbackManagerBase(TargetAddress ErrorHandlerAddress,
73 TargetAddress executeCompileCallback(TargetAddress TrampolineID) {
107 TargetAddress ErrorHandlerAddress;
110 typedef std::map<TargetAddress, CallbackHandler> TrampolineMapT
    [all...]
OrcTargetSupport.h 44 TargetAddress TrampolineAddr,
ExecutionUtils.h 161 TargetAddress toTargetAddress(PtrTy* P) {
162 return static_cast<TargetAddress>(reinterpret_cast<uintptr_t>(P));
165 void addOverride(const std::string &Name, TargetAddress Addr) {
169 StringMap<TargetAddress> CXXRuntimeOverrides;
ObjectLinkingLayer.h 61 void mapSectionAddress(const void *LocalAddress, TargetAddress TargetAddr) {
262 TargetAddress TargetAddr) {
LazyEmittingLayer.h 55 [this, ExportedSymbolsOnly, PName, &B]() -> TargetAddress {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFX86_64.h 75 uint32_t *TargetAddress = (uint32_t *)Target;
84 *TargetAddress = Result;
95 uint32_t *TargetAddress = (uint32_t *)Target;
96 *TargetAddress = 0;
101 uint64_t *TargetAddress = (uint64_t *)Target;
102 *TargetAddress = Value + RE.Addend;
  /external/llvm/lib/ExecutionEngine/Orc/
OrcTargetSupport.cpp 10 TargetAddress CallbackID) {
103 TargetAddress ResolverBlockAddr,
OrcMCJITReplacement.h 204 uint64_t TargetAddress) override {
207 ObjectLayer.mapSectionAddress(P.first, LocalAddress, TargetAddress);
IndirectionUtils.cpp 22 Constant* createIRTypedAddress(FunctionType &FT, TargetAddress Addr) {
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 195 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
ExecutionEngine.h 227 uint64_t TargetAddress) {
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 272 uint64_t TargetAddress) override {
273 Dyld.mapSectionAddress(LocalAddress, TargetAddress);
  /external/llvm/tools/lli/
OrcLazyJIT.h 74 static PtrTy fromTargetAddress(orc::TargetAddress Addr) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddcdvd.h 66 LARGE_INTEGER TargetAddress;
iscsidsc.h 210 CHAR TargetAddress;
219 TCHAR TargetAddress;
ntddndis.h     [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 105 uint64_t TargetAddress) {
109 reassignSectionAddress(i, TargetAddress);
    [all...]
RuntimeDyldImpl.h 422 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
RuntimeDyldELF.cpp     [all...]
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 339 int64_t TargetAddress;
340 if (!Constant->EvaluateAsAbsolute(TargetAddress)) {
344 O.write_hex(static_cast<uint32_t>(TargetAddress));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 444 milliseconds