HomeSort by relevance Sort by last modified time
    Searched refs:DIGlobalVariable (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp 77 DIGlobalVariable(*I).print(O);
  /external/llvm/include/llvm/
DIBuilder.h 40 class DIGlobalVariable;
449 DIGlobalVariable
462 DIGlobalVariable
479 DIGlobalVariable
    [all...]
DebugInfo.h 525 /// DIGlobalVariable - This is a wrapper for a global variable.
526 class DIGlobalVariable : public DIDescriptor {
530 explicit DIGlobalVariable(const MDNode *N = 0) : DIDescriptor(N) {}
757 bool addGlobalVariable(DIGlobalVariable DIG);
  /external/llvm/lib/IR/
DebugInfo.cpp 42 DIGlobalVariable(DbgNode).Verify() || DIFile(DbgNode).Verify() ||
228 /// DIGlobalVariable.
506 bool DIGlobalVariable::Verify() const {
892 DIGlobalVariable DIG(GVs.getElement(i));
1044 bool DebugInfoFinder::addGlobalVariable(DIGlobalVariable DIG) {
    [all...]
DIBuilder.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 348 assert(DIGlobalVariable(NMD->getOperand(i)).isGlobalVariable() &&
349 "A MDNode in llvm.dbg.gv should be a DIGlobalVariable.");
359 GlobalVariable *GV = DIGlobalVariable(*I).getGlobal();
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 254 void addSourceLine(DIE *Die, DIGlobalVariable G);
DwarfCompileUnit.cpp 263 void CompileUnit::addSourceLine(DIE *Die, DIGlobalVariable G) {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 111 milliseconds