Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DMangling.h41 struct ManglingOptions { struct
53 static void add(ExecutionSession &ES, const ManglingOptions &MO, argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLayer.h30 struct ManglingOptions { struct
38 IRMaterializationUnit(ExecutionSession &ES, const ManglingOptions &MO, argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcompiler_functor.h43 : IRCompiler(llvm::orc::IRSymbolMapper::ManglingOptions()), in IRCompiler()