OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FnBodyAddr
(Results
1 - 9
of
9
) sorted by null
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
267
/// @brief Update the stub for the given function to point at
FnBodyAddr
.
276
bool updatePointer(std::string FuncName, JITTargetAddress
FnBodyAddr
) {
283
if (auto EC = LMResources->StubsMgr->updatePointer(CalledFnName,
FnBodyAddr
))
469
JITTargetAddress
FnBodyAddr
= FnBodySym.getAddress();
474
CalledAddr =
FnBodyAddr
;
477
if (auto EC = LD.StubsMgr->updatePointer(FnName,
FnBodyAddr
))
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
267
/// @brief Update the stub for the given function to point at
FnBodyAddr
.
276
bool updatePointer(std::string FuncName, JITTargetAddress
FnBodyAddr
) {
283
if (auto EC = LMResources->StubsMgr->updatePointer(CalledFnName,
FnBodyAddr
))
469
JITTargetAddress
FnBodyAddr
= FnBodySym.getAddress();
474
CalledAddr =
FnBodyAddr
;
477
if (auto EC = LD.StubsMgr->updatePointer(FnName,
FnBodyAddr
))
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
267
/// @brief Update the stub for the given function to point at
FnBodyAddr
.
276
bool updatePointer(std::string FuncName, JITTargetAddress
FnBodyAddr
) {
283
if (auto EC = LMResources->StubsMgr->updatePointer(CalledFnName,
FnBodyAddr
))
469
JITTargetAddress
FnBodyAddr
= FnBodySym.getAddress();
474
CalledAddr =
FnBodyAddr
;
477
if (auto EC = LD.StubsMgr->updatePointer(FnName,
FnBodyAddr
))
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
267
/// @brief Update the stub for the given function to point at
FnBodyAddr
.
276
bool updatePointer(std::string FuncName, JITTargetAddress
FnBodyAddr
) {
283
if (auto EC = LMResources->StubsMgr->updatePointer(CalledFnName,
FnBodyAddr
))
469
JITTargetAddress
FnBodyAddr
= FnBodySym.getAddress();
474
CalledAddr =
FnBodyAddr
;
477
if (auto EC = LD.StubsMgr->updatePointer(FnName,
FnBodyAddr
))
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
267
/// @brief Update the stub for the given function to point at
FnBodyAddr
.
276
bool updatePointer(std::string FuncName, JITTargetAddress
FnBodyAddr
) {
283
if (auto EC = LMResources->StubsMgr->updatePointer(CalledFnName,
FnBodyAddr
))
469
JITTargetAddress
FnBodyAddr
= FnBodySym.getAddress();
474
CalledAddr =
FnBodyAddr
;
477
if (auto EC = LD.StubsMgr->updatePointer(FnName,
FnBodyAddr
))
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
267
/// @brief Update the stub for the given function to point at
FnBodyAddr
.
276
bool updatePointer(std::string FuncName, JITTargetAddress
FnBodyAddr
) {
283
if (auto EC = LMResources->StubsMgr->updatePointer(CalledFnName,
FnBodyAddr
))
469
JITTargetAddress
FnBodyAddr
= FnBodySym.getAddress();
474
CalledAddr =
FnBodyAddr
;
477
if (auto EC = LD.StubsMgr->updatePointer(FnName,
FnBodyAddr
))
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
267
/// @brief Update the stub for the given function to point at
FnBodyAddr
.
276
bool updatePointer(std::string FuncName, JITTargetAddress
FnBodyAddr
) {
283
if (auto EC = LMResources->StubsMgr->updatePointer(CalledFnName,
FnBodyAddr
))
469
JITTargetAddress
FnBodyAddr
= FnBodySym.getAddress();
474
CalledAddr =
FnBodyAddr
;
477
if (auto EC = LD.StubsMgr->updatePointer(FnName,
FnBodyAddr
))
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
267
/// @brief Update the stub for the given function to point at
FnBodyAddr
.
276
bool updatePointer(std::string FuncName, JITTargetAddress
FnBodyAddr
) {
283
if (auto EC = LMResources->StubsMgr->updatePointer(CalledFnName,
FnBodyAddr
))
469
JITTargetAddress
FnBodyAddr
= FnBodySym.getAddress();
474
CalledAddr =
FnBodyAddr
;
477
if (auto EC = LD.StubsMgr->updatePointer(FnName,
FnBodyAddr
))
/external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h
408
TargetAddress
FnBodyAddr
= FnBodySym.getAddress();
413
CalledAddr =
FnBodyAddr
;
416
if (auto EC = LMResources.StubsMgr->updatePointer(FnName,
FnBodyAddr
))
Completed in 2119 milliseconds