Home
last modified time | relevance | path

Searched defs:IPLS (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp499 void complete(std::unique_ptr<InProgressLookupState> IPLS) override { in complete()
526 void complete(std::unique_ptr<InProgressLookupState> IPLS) override { in complete()
575 LookupState::LookupState(std::unique_ptr<InProgressLookupState> IPLS) in LookupState()
578 void LookupState::reset(InProgressLookupState *IPLS) { this->IPLS.reset(IPLS); } in reset()
1881 auto IPLS = std::make_unique<InProgressFullLookupState>( in lookup() local
2111 std::unique_ptr<InProgressLookupState> IPLS, Error Err) { in OL_applyQueryPhase1()
2288 std::unique_ptr<InProgressLookupState> IPLS, in OL_completeLookup()
2527 std::unique_ptr<InProgressLookupState> IPLS, in OL_completeLookupFlags()
DOrcV2CBindings.cpp60 static void resetLookupState(LookupState &LS, InProgressLookupState *IPLS) { in resetLookupState()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h864 std::unique_ptr<InProgressLookupState> IPLS; variable