LLVM 17.0.0git
Namespaces | Functions
BuildID.cpp File Reference

This file defines a library for handling Build IDs and using them to find debug info. More...

#include "llvm/Object/BuildID.h"
#include "llvm/Object/ELFObjectFile.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
Include dependency graph for BuildID.cpp:

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::object
 

Functions

std::optional< BuildIDRef > llvm::object::getBuildID (const ObjectFile *Obj)
 Returns the build ID, if any, contained in the given object file.
 

Detailed Description

This file defines a library for handling Build IDs and using them to find debug info.

Definition in file BuildID.cpp.