OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIGlobalVariable
(Results
1 - 10
of
10
) sorted by null
/external/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp
77
DIGlobalVariable
(*I).print(O);
DbgInfoPrinter.cpp
72
if (
DIGlobalVariable
(DIG).getGlobal() == V)
128
DIGlobalVariable
Var(cast<MDNode>(DIGV));
DebugInfo.cpp
193
///
DIGlobalVariable
.
395
bool
DIGlobalVariable
::Verify() const {
647
void
DIGlobalVariable
::print(raw_ostream &OS) const {
667
DIGlobalVariable
(DbgNode).print(OS);
721
void
DIGlobalVariable
::dump() const {
823
DIGlobalVariable
DIG(cast<MDNode>(NMD->getOperand(i)));
930
bool DebugInfoFinder::addGlobalVariable(
DIGlobalVariable
DIG) {
DIBuilder.cpp
565
DIGlobalVariable
DIBuilder::
586
return
DIGlobalVariable
(Node);
591
DIGlobalVariable
DIBuilder::
613
return
DIGlobalVariable
(Node);
[
all
...]
/external/llvm/include/llvm/Analysis/
DIBuilder.h
36
class
DIGlobalVariable
;
322
DIGlobalVariable
338
DIGlobalVariable
DebugInfo.h
550
///
DIGlobalVariable
- This is a wrapper for a global variable.
551
class
DIGlobalVariable
: public DIDescriptor {
553
explicit
DIGlobalVariable
(const MDNode *N = 0) : DIDescriptor(N) {}
757
bool addGlobalVariable(
DIGlobalVariable
DIG);
/external/llvm/lib/Transforms/IPO/
StripSymbols.cpp
357
if (
DIGlobalVariable
(NMD->getOperand(i)).Verify())
366
GlobalVariable *GV =
DIGlobalVariable
(*I).getGlobal();
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
172
void addSourceLine(DIE *Die,
DIGlobalVariable
G);
DwarfCompileUnit.cpp
127
void CompileUnit::addSourceLine(DIE *Die,
DIGlobalVariable
G) {
[
all
...]
DwarfDebug.cpp
[
all
...]
Completed in 390 milliseconds