|
LLVM
3.7.0
|
#include "X86TargetObjectFile.h"#include "llvm/ADT/StringExtras.h"#include "llvm/IR/Mangler.h"#include "llvm/IR/Operator.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCSectionCOFF.h"#include "llvm/MC/MCSectionELF.h"#include "llvm/MC/MCValue.h"#include "llvm/Support/Dwarf.h"#include "llvm/Target/TargetLowering.h"Go to the source code of this file.
Functions | |
| static std::string | APIntToHexString (const APInt &AI) |
| static std::string | scalarConstantToHexString (const Constant *C) |
Definition at line 124 of file X86TargetObjectFile.cpp.
References llvm::APInt::getBitWidth(), llvm::APInt::getLimitedValue(), and llvm::utohexstr().
Referenced by scalarConstantToHexString().
Definition at line 134 of file X86TargetObjectFile.cpp.
References APIntToHexString(), llvm::Constant::getAggregateElement(), llvm::Type::getArrayNumElements(), llvm::APInt::getNullValue(), llvm::Type::getPrimitiveSizeInBits(), llvm::Value::getType(), llvm::Type::getVectorNumElements(), and I.
1.8.6