Changeset View
Changeset View
Standalone View
Standalone View
include/lldb/Core/ArchSpec.h
Show First 20 Lines • Show All 292 Lines • ▼ Show 20 Lines | public: | ||||
/// | /// | ||||
/// @return A string representing target CPU for the current | /// @return A string representing target CPU for the current | ||||
/// architecture. | /// architecture. | ||||
//------------------------------------------------------------------ | //------------------------------------------------------------------ | ||||
std::string | std::string | ||||
GetClangTargetCPU (); | GetClangTargetCPU (); | ||||
//------------------------------------------------------------------ | //------------------------------------------------------------------ | ||||
/// Returns a string representing current ABI | |||||
/// | |||||
/// @return A string representing target ABI for the current | |||||
/// architecture | |||||
//----------------------------------------------------------------- | |||||
std::string | |||||
GetClangTargetABI (); | |||||
//------------------------------------------------------------------ | |||||
/// Clears the object state. | /// Clears the object state. | ||||
/// | /// | ||||
/// Clears the object state back to a default invalid state. | /// Clears the object state back to a default invalid state. | ||||
//------------------------------------------------------------------ | //------------------------------------------------------------------ | ||||
void | void | ||||
Clear (); | Clear (); | ||||
//------------------------------------------------------------------ | //------------------------------------------------------------------ | ||||
▲ Show 20 Lines • Show All 367 Lines • Show Last 20 Lines |