LLVM 17.0.0git
|
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"
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. | |
This file defines a library for handling Build IDs and using them to find debug info.
Definition in file BuildID.cpp.