LLVM 24.0.0git
DXContainerPDB.cpp File Reference

Go to the source code of this file.

Functions

static StringRef getGlobalData (const GlobalVariable &GV)
static GlobalVariablecreatePrivateDataGlobal (Module &M, StringRef Data)

Variables

cl::opt< boolPdbInPrivate

Function Documentation

◆ createPrivateDataGlobal()

GlobalVariable * createPrivateDataGlobal ( Module & M,
StringRef Data )
static

◆ getGlobalData()

Variable Documentation

◆ PdbInPrivate

cl::opt<bool> PdbInPrivate
extern