HomeSort by: relevance | last modified time | path
    Searched defs:LazyCallThroughManager (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
LazyReexports.h 38 class LazyCallThroughManager {
43 LazyCallThroughManager(ExecutionSession &ES,
56 virtual ~LazyCallThroughManager() = default;
87 class LocalLazyCallThroughManager : public LazyCallThroughManager {
93 : LazyCallThroughManager(ES, ErrorHandlerAddr, nullptr) {}
132 Expected<std::unique_ptr<LazyCallThroughManager>>
143 LazyReexportsMaterializationUnit(LazyCallThroughManager &LCTManager,
156 LazyCallThroughManager &LCTManager;
167 lazyReexports(LazyCallThroughManager &LCTManager,
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
LazyReexports.cpp 19 LazyCallThroughManager::LazyCallThroughManager(
23 Expected<JITTargetAddress> LazyCallThroughManager::getCallThroughTrampoline(
39 JITTargetAddress LazyCallThroughManager::reportCallThroughError(Error Err) {
44 Expected<LazyCallThroughManager::ReexportsEntry>
45 LazyCallThroughManager::findReexport(JITTargetAddress TrampolineAddr) {
55 Error LazyCallThroughManager::notifyResolved(JITTargetAddress TrampolineAddr,
70 void LazyCallThroughManager::resolveTrampolineLandingAddress(
105 Expected<std::unique_ptr<LazyCallThroughManager>>
145 LazyCallThroughManager &LCTManager, IndirectStubsManager &ISManager
    [all...]

Completed in 47 milliseconds