LLVM 20.0.0git
|
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DiagnosticInfo.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/InitializePasses.h"
#include "llvm/Target/TargetLoweringObjectFile.h"
#include "llvm/Target/TargetMachine.h"
#include <cassert>
Go to the source code of this file.
Functions | |
static INITIALIZE_PASS(MachineModuleInfoWrapperPass, "machinemoduleinfo", "Machine Module Information", false, false) char MachineModuleInfoWrapperPass uint64_t | getLocCookie (const SMDiagnostic &SMD, const SourceMgr &SrcMgr, std::vector< const MDNode * > &LocInfos) |
|
static |
Definition at line 170 of file MachineModuleInfo.cpp.
References llvm::SourceMgr::FindBufferContainingLoc(), llvm::MDNode::getNumOperands(), llvm::MDNode::getOperand(), and llvm::SrcMgr.
Referenced by llvm::MachineModuleInfoWrapperPass::doInitialization(), and llvm::MachineModuleAnalysis::run().