Home
last modified time | relevance | path

Searched refs:LLVMDisasmDispose (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm-c/
H A DDisassembler.h88 void LLVMDisasmDispose(LLVMDisasmContextRef DC);
/src/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp132 void LLVMDisasmDispose(LLVMDisasmContextRef DCR){ in LLVMDisasmDispose() function
/src/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp40 ::LLVMDisasmDispose(m_disasm_context); in ~x86AssemblyInspectionEngine()