LLVM 20.0.0git
|
#include "llvm/IR/Mangler.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/Twine.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/TargetParser/Triple.h"
Go to the source code of this file.
Functions | |
static void | getNameWithPrefixImpl (raw_ostream &OS, const Twine &GVName, ManglerPrefixTy PrefixTy, const DataLayout &DL, char Prefix) |
static void | getNameWithPrefixImpl (raw_ostream &OS, const Twine &GVName, const DataLayout &DL, ManglerPrefixTy PrefixTy) |
static bool | hasByteCountSuffix (CallingConv::ID CC) |
static void | addByteCountSuffix (raw_ostream &OS, const Function *F, const DataLayout &DL) |
Microsoft fastcall and stdcall functions require a suffix on their name indicating the number of words of arguments they take. | |
static bool | canBeUnquotedInDirective (char C) |
static bool | canBeUnquotedInDirective (StringRef Name) |
|
static |
Microsoft fastcall and stdcall functions require a suffix on their name indicating the number of words of arguments they take.
Definition at line 95 of file Mangler.cpp.
References A, llvm::alignTo(), DL, F, and OS.
Referenced by llvm::Mangler::getNameWithPrefix().
Definition at line 195 of file Mangler.cpp.
References llvm::CallingConv::C.
Referenced by canBeUnquotedInDirective(), llvm::emitLinkerFlagsForGlobalCOFF(), and llvm::emitLinkerFlagsForUsedCOFF().
Definition at line 199 of file Mangler.cpp.
References llvm::CallingConv::C, canBeUnquotedInDirective(), and Name.
|
static |
Definition at line 63 of file Mangler.cpp.
References DL, getNameWithPrefixImpl(), and OS.
|
static |
Definition at line 34 of file Mangler.cpp.
References assert(), DL, Name, OS, and llvm::Twine::toStringRef().
Referenced by llvm::Mangler::getNameWithPrefix(), and getNameWithPrefixImpl().
|
static |
Definition at line 82 of file Mangler.cpp.
References CC, llvm::CallingConv::X86_FastCall, llvm::CallingConv::X86_StdCall, and llvm::CallingConv::X86_VectorCall.
Referenced by llvm::Mangler::getNameWithPrefix().