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

1 2 3

  /external/llvm/include/llvm/IR/
DebugInfo.h 80 bool addGlobalVariable(DIGlobalVariable *DIG);
89 typedef SmallVectorImpl<DIGlobalVariable *>::const_iterator
123 SmallVector<DIGlobalVariable *, 8> GVs;
DIBuilder.h 457 DIGlobalVariable *createGlobalVariable(DIScope *Context, StringRef Name,
466 DIGlobalVariable *createTempGlobalVariableFwdDecl(
    [all...]
  /external/swiftshader/third_party/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 209 /// DIGlobalVariable.
429 bool DIGlobalVariable::Verify() const {
732 void DIGlobalVariable::print(raw_ostream &OS) const {
751 DIGlobalVariable(DbgNode).print(OS);
840 void DIGlobalVariable::dump() const {
965 DIGlobalVariable DIG(cast<MDNode>(NMD->getOperand(i)));
1082 bool DebugInfoFinder::addGlobalVariable(DIGlobalVariable DIG) {
    [all...]
DIBuilder.cpp 653 DIGlobalVariable DIBuilder::
672 return DIGlobalVariable(Node);
677 DIGlobalVariable DIBuilder::
697 return DIGlobalVariable(Node);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIBuilder.h 36 class DIGlobalVariable;
339 DIGlobalVariable
355 DIGlobalVariable
DebugInfo.h 568 /// DIGlobalVariable - This is a wrapper for a global variable.
569 class DIGlobalVariable : public DIDescriptor {
571 explicit DIGlobalVariable(const MDNode *N = 0) : DIDescriptor(N) {}
817 bool addGlobalVariable(DIGlobalVariable DIG);
  /external/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp 93 for (const DIGlobalVariable *GV : Finder.global_variables()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
GlobalVariable.h 39 class DIGlobalVariable;
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
StripSymbols.cpp 357 if (DIGlobalVariable(NMD->getOperand(i)).Verify())
366 GlobalVariable *GV = DIGlobalVariable(*I).getGlobal();
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h 201 void emitDebugInfoForGlobal(const DIGlobalVariable *DIGV, MCSymbol *GVSym);
DwarfCompileUnit.h 100 DIE *getOrCreateGlobalVariableDIE(const DIGlobalVariable *GV);
DwarfUnit.h 229 void addSourceLine(DIE &Die, const DIGlobalVariable *G);
  /external/llvm/lib/IR/
DebugInfo.cpp 209 bool DebugInfoFinder::addGlobalVariable(DIGlobalVariable *DIG) {
DebugInfoMetadata.cpp 508 DIGlobalVariable *
509 DIGlobalVariable::getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name,
517 DEFINE_GETIMPL_LOOKUP(DIGlobalVariable,
523 DEFINE_GETIMPL_STORE(DIGlobalVariable, (Line, IsLocalToUnit, IsDefinition),
DIBuilder.cpp 536 DIGlobalVariable *DIBuilder::createGlobalVariable(
542 auto *N = DIGlobalVariable::getDistinct(
550 DIGlobalVariable *DIBuilder::createTempGlobalVariableFwdDecl(
556 return DIGlobalVariable::getTemporary(
    [all...]
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 327 for (DIGlobalVariable *DIG : DIC->getGlobalVariables()) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 177 void addSourceLine(DIE *Die, DIGlobalVariable G);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 132 getOrCreateGlobalVariableDIE(const DIGlobalVariable *GV,
CodeViewDebug.h 267 void emitDebugInfoForGlobal(const DIGlobalVariable *DIGV,
DwarfUnit.h 214 void addSourceLine(DIE &Die, const DIGlobalVariable *G);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 468 llvm::DIGlobalVariable *
478 llvm::DIGlobalVariable *
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DebugInfoMetadata.cpp 607 DIGlobalVariable *
608 DIGlobalVariable::getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name,
616 DEFINE_GETIMPL_LOOKUP(DIGlobalVariable,
622 DEFINE_GETIMPL_STORE(DIGlobalVariable,
    [all...]

Completed in 1296 milliseconds

1 2 3