Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDPluginManager.cpp202 struct ABIInstance { struct
203 ABIInstance() : name(), description(), create_callback(nullptr) {} in ABIInstance() function
210 typedef std::vector<ABIInstance> ABIInstances; argument