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

  /external/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp 71 for (DIGlobalVariable GV : Finder.global_variables()) {
  /external/llvm/include/llvm/IR/
DIBuilder.h 42 class DIGlobalVariable;
485 DIGlobalVariable
498 DIGlobalVariable
515 DIGlobalVariable
    [all...]
DebugInfo.h 619 /// DIGlobalVariable - This is a wrapper for a global variable.
620 class DIGlobalVariable : public DIDescriptor {
625 explicit DIGlobalVariable(const MDNode *N = nullptr) : DIDescriptor(N) {}
883 bool addGlobalVariable(DIGlobalVariable DIG);
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 43 DIGlobalVariable(DbgNode).Verify() || DIFile(DbgNode).Verify() ||
238 /// DIGlobalVariable.
545 bool DIGlobalVariable::Verify() const {
    [all...]
DIBuilder.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 336 void addSourceLine(DIE &Die, DIGlobalVariable G);
542 void createGlobalVariableDIE(DIGlobalVariable GV);
DwarfUnit.cpp 440 void DwarfUnit::addSourceLine(DIE &Die, DIGlobalVariable G) {
    [all...]
DwarfDebug.cpp 759 CU.createGlobalVariableDIE(DIGlobalVariable(GVs.getElement(i)));
    [all...]
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 334 DIGlobalVariable DIG(GVs.getElement(i));
335 assert(DIG.Verify() && "DIG must verify as DIGlobalVariable.");
  /external/clang/lib/CodeGen/
CGDebugInfo.h 374 llvm::DIGlobalVariable
CGDebugInfo.cpp     [all...]

Completed in 428 milliseconds