HomeSort by relevance Sort by last modified time
    Searched refs:DIGlobalVariable (Results 1 - 25 of 58) 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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GlobalVariable.h 38 class DIGlobalVariable;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GlobalVariable.h 38 class DIGlobalVariable;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
GlobalVariable.h 38 class DIGlobalVariable;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalVariable.h 38 class DIGlobalVariable;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GlobalVariable.h 38 class DIGlobalVariable;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GlobalVariable.h 38 class DIGlobalVariable;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
GlobalVariable.h 38 class DIGlobalVariable;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalVariable.h 38 class DIGlobalVariable;
  /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()) {
  /frameworks/compile/libbcc/lib/
RSAddDebugInfoPass.cpp 132 llvm::DIGlobalVariable *kernelPrototypeVarMD = nullptr;
135 for (llvm::DIGlobalVariable* GV : CU->getGlobalVariables()) {
  /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);
  /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),
  /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/clang/lib/CodeGen/
CGDebugInfo.h 468 llvm::DIGlobalVariable *
478 llvm::DIGlobalVariable *

Completed in 1626 milliseconds

1 2 3