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

1 2

  /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 34 typedef std::function<TargetAddress()> CompileFtor;
41 CompileCallbackInfo(TargetAddress Addr, CompileFtor &Compile)
44 TargetAddress getAddress() const { return Addr; }
49 TargetAddress Addr;
56 JITCompileCallbackManager(TargetAddress ErrorHandlerAddress)
63 TargetAddress executeCompileCallback(TargetAddress TrampolineAddr) {
88 TargetAddress TrampolineAddr = getAvailableTrampolineAddr();
94 CompileCallbackInfo getCompileCallbackInfo(TargetAddress TrampolineAddr) {
105 void releaseCompileCallback(TargetAddress TrampolineAddr)
    [all...]
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;
GlobalMappingLayer.h 55 void setGlobalMapping(const std::string &Name, TargetAddress Addr) {
102 std::map<std::string, TargetAddress> SymbolTable;
ObjectTransformLayer.h 86 TargetAddress TargetAddr) {
OrcTargetSupport.h 34 typedef TargetAddress (*JITReentryFn)(void *CallbackMgr,
ObjectLinkingLayer.h 64 void mapSectionAddress(const void *LocalAddress, TargetAddress TargetAddr) {
260 TargetAddress TargetAddr) {
CompileOnDemandLayer.h 347 TargetAddress extractAndCompile(CODLogicalDylib &LD,
363 TargetAddress CalledAddr = 0;
369 TargetAddress FnBodyAddr = FnBodySym.getAddress();
LazyEmittingLayer.h 55 [this, ExportedSymbolsOnly, PName, &B]() -> TargetAddress {
  /external/llvm/unittests/ExecutionEngine/Orc/
GlobalMappingLayerTest.cpp 40 EXPECT_EQ(BarSym.getAddress(), static_cast<TargetAddress>(0x4567))
46 EXPECT_EQ(FooSym2.getAddress(), static_cast<TargetAddress>(0x0123))
CompileOnDemandLayerTest.cpp 28 std::error_code createStub(StringRef StubName, TargetAddress InitAddr,
46 TargetAddress NewAddr) override {
ObjectTransformLayerTest.cpp 143 TargetAddress TargetAddr) {
150 TargetAddress TargetAddr) {
171 TargetAddress MockTargetAddress;
258 TargetAddress MockAddress = 255;
  /external/llvm/lib/ExecutionEngine/Orc/
OrcCBindingsStack.h 119 static PtrTy fromTargetAddress(orc::TargetAddress Addr) {
123 orc::TargetAddress
128 [=]() -> orc::TargetAddress {
134 void createIndirectStub(StringRef StubName, orc::TargetAddress Addr) {
138 void setIndirectStubPointer(StringRef Name, orc::TargetAddress Addr) {
OrcMCJITReplacement.h 199 uint64_t TargetAddress) override {
202 ObjectLayer.mapSectionAddress(P.first, LocalAddress, TargetAddress);
IndirectionUtils.cpp 25 Constant* createIRTypedAddress(FunctionType &FT, TargetAddress Addr) {
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 217 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
ExecutionEngine.h 238 uint64_t TargetAddress) {
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 283 uint64_t TargetAddress) override {
284 Dyld.mapSectionAddress(LocalAddress, TargetAddress);
  /external/llvm/tools/lli/
OrcLazyJIT.cpp 129 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;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 117 uint64_t TargetAddress) {
121 reassignSectionAddress(i, TargetAddress);
    [all...]
RuntimeDyldImpl.h 480 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 340 int64_t TargetAddress;
341 if (!Constant->evaluateAsAbsolute(TargetAddress)) {
346 O.write_hex(static_cast<uint32_t>(TargetAddress));
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp     [all...]

Completed in 436 milliseconds

1 2