|
LLVM
8.0.1
|
#include "llvm/Object/IRObjectFile.h"#include "llvm/ADT/STLExtras.h"#include "llvm/BinaryFormat/Magic.h"#include "llvm/Bitcode/BitcodeReader.h"#include "llvm/IR/GVMaterializer.h"#include "llvm/IR/LLVMContext.h"#include "llvm/IR/Mangler.h"#include "llvm/IR/Module.h"#include "llvm/Object/ObjectFile.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/TargetRegistry.h"#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Functions | |
| static ModuleSymbolTable::Symbol | getSym (DataRefImpl &Symb) |
|
static |
Definition at line 38 of file IRObjectFile.cpp.
Referenced by checkScale(), llvm::object::IRObjectFile::getSymbolFlags(), and llvm::object::IRObjectFile::printSymbolName().
1.8.13