LLVM 19.0.0git
Functions | Variables
ObjectFileTransformer.cpp File Reference
#include <unordered_set>
#include "llvm/Object/ELFObjectFile.h"
#include "llvm/Object/MachOUniversal.h"
#include "llvm/Object/ObjectFile.h"
#include "llvm/Support/DataExtractor.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/DebugInfo/GSYM/GsymCreator.h"
#include "llvm/DebugInfo/GSYM/ObjectFileTransformer.h"
#include "llvm/DebugInfo/GSYM/OutputAggregator.h"

Go to the source code of this file.

Functions

static std::vector< uint8_t > getUUID (const object::ObjectFile &Obj)
 

Variables

constexpr uint32_t NT_GNU_BUILD_ID_TAG = 0x03
 

Function Documentation

◆ getUUID()

static std::vector< uint8_t > getUUID ( const object::ObjectFile Obj)
static

Variable Documentation

◆ NT_GNU_BUILD_ID_TAG

constexpr uint32_t NT_GNU_BUILD_ID_TAG = 0x03
constexpr

Definition at line 24 of file ObjectFileTransformer.cpp.

Referenced by getUUID().