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

  /external/llvm/lib/IR/
DIBuilder.cpp 271 DIScopeRef::get(getNonCompileUnitScope(Context)),
300 DIScopeRef::get(getNonCompileUnitScope(Scope)), DITypeRef::get(Ty),
318 DIScopeRef::get(getNonCompileUnitScope(Scope)), DITypeRef::get(Ty), 0, 0,
330 DIScopeRef::get(getNonCompileUnitScope(File)), DITypeRef::get(Ty),
393 DIScopeRef::get(getNonCompileUnitScope(Context)),
410 DIScopeRef::get(getNonCompileUnitScope(Context)),
425 DIScopeRef::get(getNonCompileUnitScope(Scope)), nullptr, SizeInBits,
457 DIScopeRef::get(getNonCompileUnitScope(Scope)),
526 DIScopeRef::get(getNonCompileUnitScope(Scope)), nullptr, SizeInBits,
541 DIScopeRef::get(getNonCompileUnitScope(Scope)), nullptr
    [all...]
DebugInfoMetadata.cpp 128 DIScopeRef DIScope::getScope() const {
136 return DIScopeRef(LB->getScope());
139 return DIScopeRef(NS->getScope());
142 return DIScopeRef(M->getScope());
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 95 typedef TypedDINodeRef<DIScope> DIScopeRef;
421 DIScopeRef getScope() const;
434 DIScopeRef getRef() const { return DIScopeRef::get(this); }
546 DIScopeRef getScope() const { return DIScopeRef(getRawScope()); }
672 DIScopeRef Scope, DITypeRef BaseType,
707 DIScopeRef Scope, DITypeRef BaseType, uint64_t SizeInBits,
772 unsigned Line, DIScopeRef Scope, DITypeRef BaseType,
802 DIScopeRef Scope, DITypeRef BaseType, uint64_t SizeInBits
    [all...]
DIBuilder.h 540 DISubprogram *createFunction(DIScopeRef Scope, StringRef Name,
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp 90 DIScopeRef getSubprogramRef() { return getSubprogram()->getRef(); }
989 DIScopeRef Scope = getSubprogramRef();
    [all...]

Completed in 431 milliseconds