Searched refs:ManglingOptions (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | IRCompileLayer.h | 36 IRCompiler(IRSymbolMapper::ManglingOptions MO) : MO(std::move(MO)) {} in IRCompiler() 38 const IRSymbolMapper::ManglingOptions &getManglingOptions() const { in getManglingOptions() 44 IRSymbolMapper::ManglingOptions &manglingOptions() { return MO; } in manglingOptions() 47 IRSymbolMapper::ManglingOptions MO; 67 const IRSymbolMapper::ManglingOptions *ManglingOpts;
|
| H A D | Layer.h | 39 const IRSymbolMapper::ManglingOptions &MO, 70 IRLayer(ExecutionSession &ES, const IRSymbolMapper::ManglingOptions *&MO) in IRLayer() 79 const IRSymbolMapper::ManglingOptions *&getManglingOptions() const { in getManglingOptions() 116 const IRSymbolMapper::ManglingOptions *&MO; 124 const IRSymbolMapper::ManglingOptions &MO,
|
| H A D | Mangling.h | 42 struct ManglingOptions { struct 55 add(ExecutionSession &ES, const ManglingOptions &MO, argument
|
| H A D | CompileUtils.h | 31 LLVM_ABI IRSymbolMapper::ManglingOptions 53 IRSymbolMapper::ManglingOptions
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | CompileUtils.cpp | 25 IRSymbolMapper::ManglingOptions 27 IRSymbolMapper::ManglingOptions MO; in irManglingOptionsFromTargetOptions()
|
| H A D | Layer.cpp | 33 ExecutionSession &ES, const IRSymbolMapper::ManglingOptions &MO, in IRMaterializationUnit() 137 IRLayer &L, const IRSymbolMapper::ManglingOptions &MO, ThreadSafeModule TSM) in BasicIRLayerMaterializationUnit()
|
| H A D | Mangling.cpp | 30 void IRSymbolMapper::add(ExecutionSession &ES, const ManglingOptions &MO, in add()
|
| H A D | IRPartitionLayer.cpp | 71 const IRSymbolMapper::ManglingOptions &MO, in PartitioningIRMaterializationUnit()
|