Home
last modified time | relevance | path

Searched refs:JITDylibName (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h805 const std::string &getName() const { return JITDylibName; } in getName()
1049 std::string JITDylibName; variable
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h906 const std::string &getName() const { return JITDylibName; } in getName()
1170 std::string JITDylibName; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1706 OS << "JITDylib \"" << JITDylibName << "\" (ES: " in dump()
1788 : ES(ES), JITDylibName(std::move(Name)) { in JITDylib()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1335 OS << "JITDylib \"" << JITDylibName << "\" (ES: " in dump()
1417 : ES(ES), JITDylibName(std::move(Name)) { in JITDylib()