LLVM: lib/MC/MCAsmStreamer.cpp File Reference (original) (raw)
Go to the source code of this file.
| Macros | |
|---|---|
| #define | PLATFORM(platform, id, name, build_name, target, tapi_target, marketing) |
| Functions | |
|---|---|
| static int64_t | truncateToSize (int64_t Value, unsigned Bytes) |
| static const char * | getVersionMinDirective (MCVersionMinType Type) |
| static void | EmitSDKVersionSuffix (raw_ostream &OS, const VersionTuple &SDKVersion) |
| static const char * | getPlatformName (MachO::PlatformType Type) |
| static bool | isPrintableString (StringRef Data) |
| static char | toOctal (int X) |
| static void | PrintByteList (StringRef Data, raw_ostream &OS, MCAsmInfo::AsmCharLiteralSyntax ACLS) |
| static void | PrintCFIEscape (llvm::formatted_raw_ostream &OS, StringRef Values) |
◆ PLATFORM
| #define PLATFORM | ( | platform, |
|---|---|---|
| id, | ||
| name, | ||
| build_name, | ||
| target, | ||
| tapi_target, | ||
| marketing ) |
Value:
case MachO::PLATFORM_##platform: \
return #build_name;
◆ EmitSDKVersionSuffix()
◆ getPlatformName()
◆ getVersionMinDirective()
◆ isPrintableString()
◆ PrintByteList()
◆ PrintCFIEscape()
◆ toOctal()
| char toOctal ( int X) | inlinestatic |
|---|
◆ truncateToSize()
| int64_t truncateToSize ( int64_t Value, unsigned Bytes ) | inlinestatic |
|---|