Home
last modified time | relevance | path

Searched defs:backend (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/docs/
H A DCodeGenerator.rst1960 X86 Target Triples supported
1981 X86 Calling Conventions supported
1998 Representing X86 addressing modes in MachineInstrs
2024 X86 address spaces supported
2061 Instruction naming
2081 LLVM PowerPC ABI
2094 Frame Layout
2231 Prolog/Epilog
2241 Dynamic Allocation
2313 Instruction encoding (arithmetic and jump)
[all …]
/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h36 SyntheticChildrenFrontEnd(ValueObject &backend) in SyntheticChildrenFrontEnd() argument
111 SyntheticValueProviderFrontEnd(ValueObject &backend) in SyntheticValueProviderFrontEnd() argument
324 FrontEnd(TypeFilterImpl *flt, ValueObject &backend) in FrontEnd() argument
358 GetFrontEnd(ValueObject &backend) override { in GetFrontEnd() argument
384 GetFrontEnd(ValueObject &backend) overrid argument
463 GetFrontEnd(ValueObject & backend) GetFrontEnd() argument
[all...]
/llvm-project/llvm/docs/TableGen/
H A Dindex.rst260 .. _backend: target
/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp104 SyntheticChildren::GetFrontEnd(ValueObject &backend) { in GetFrontEnd()
159 ValueObject &backend) in FrontEnd()
/llvm-project/lld/wasm/
H A DLTO.cpp66 lto::ThinBackend backend = lto::createInProcessThinBackend( createLTO() local
/llvm-project/lld/COFF/
H A DLTO.cpp117 lto::ThinBackend backend; BitcodeCompiler() local
/llvm-project/lld/ELF/
H A DLTO.cpp176 lto::ThinBackend backend; BitcodeCompiler() local
/llvm-project/lld/MachO/
H A DLTO.cpp89 lto::ThinBackend backend; in BitcodeCompiler() local
/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp
/llvm-project/offload/plugins-nextgen/common/src/
H A DJIT.cpp189 JITEngine::backend(Module &M, const std::string &ComputeUnitKind, backend() function in JITEngine
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp401 auto backend = m_backend.GetSP(); in Update() local
/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp506 Error lto::backend(const Config &C, AddStreamFn AddStream, backend() function in lto
/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp42 lldb::SBCommandPluginInterface *backend, in CommandPluginInterfaceImplementation()