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

  /external/llvm/lib/ExecutionEngine/
EventListenerCommon.h 38 DIScope DIScope(Scope);
39 Filename = DIScope.getFilename();
47 DIScope DIScope(Scope);
48 StringRef DirName = DIScope.getDirectory();
49 StringRef FileName = DIScope.getFilename();
  /external/llvm/include/llvm/IR/
DebugInfo.h 52 class DIScope;
196 typedef DIRef<DIScope> DIScopeRef;
199 /// DIScope - A base class for various scopes.
201 /// Although, implementation-wise, DIScope is the parent class of most
203 /// DIScope's descendants are not a substitutable subtype of
204 /// DIScope. The DIDescriptor::isScope() method only is true for
207 class DIScope : public DIDescriptor {
213 explicit DIScope(const MDNode *N = nullptr) : DIDescriptor(N) {}
223 /// Generate a reference to this DIScope. Uses the type identifier instead
233 friend DIScopeRef DIScope::getContext() const
    [all...]
DIBuilder.h 49 class DIScope;
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 157 createImportedModule(LLVMContext &C, dwarf::Tag Tag, DIScope Context,
185 DIImportedEntity DIBuilder::createImportedModule(DIScope Context,
192 DIImportedEntity DIBuilder::createImportedModule(DIScope Context,
199 DIImportedEntity DIBuilder::createImportedDeclaration(DIScope Context,
200 DIScope Decl,
207 DIImportedEntity DIBuilder::createImportedDeclaration(DIScope Context,
368 DIScope(getNonCompileUnitScope(Context)).getRef(),
433 DIScope(getNonCompileUnitScope(Scope)).getRef(),
457 DIScope(getNonCompileUnitScope(Scope)).getRef(),
550 DIScope(getNonCompileUnitScope(Context)).getRef()
    [all...]
DebugInfo.cpp 439 // only for lexical scopes and not all subclasses of DIScope.
693 DIScopeRef DIScope::getRef() const {
755 DIScopeRef DIScope::getContext() const {
777 StringRef DIScope::getName() const {
790 StringRef DIScope::getFilename() const {
796 StringRef DIScope::getDirectory() const {
    [all...]
DebugLoc.cpp 173 DIScope Scope(getScope(Ctx));
175 "Scope of a DebugLoc should be null or a DIScope.");
Verifier.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 237 std::string getParentContextString(DIScope Context) const;
241 void addGlobalName(StringRef Name, DIE &Die, DIScope Context);
414 DIE *getOrCreateContextDIE(DIScope Context);
524 void updateAcceleratorTables(DIScope Context, DIType Ty, const DIE &TyDIE);
DwarfUnit.cpp     [all...]
WinCodeViewLineTables.cpp 28 DIScope Scope(S);
DwarfDebug.cpp 419 DIScope DS(Scope->getScopeNode());
563 DIScope DS(Scope->getScopeNode());
    [all...]
  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 198 DIScope Scope = FirstDIL.getScope();
  /external/clang/lib/CodeGen/
CGDebugInfo.h 185 llvm::DIScope scope);
316 llvm::DIScope getContextDescriptor(const Decl *Decl);
318 llvm::DIScope getCurrentContextDescriptor(const Decl *Decl);
359 /// \brief Retrieve the DIScope, if any, for the canonical form of this
361 llvm::DIScope getDeclarationOrDefinition(const Decl *D);
CGDebugInfo.cpp 115 llvm::DIScope Scope(LexicalBlockStack.back());
139 llvm::DIScope CGDebugInfo::getContextDescriptor(const Decl *Context) {
147 return llvm::DIScope(dyn_cast_or_null<llvm::MDNode>(V));
799 llvm::DIScope scope) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 517 DIScope
521 "Scope of a DebugLoc should be null or a DIScope.");
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 384 DIScope(LexicalBlockFileNode), T->getStructName(), DIFile(FileNode),
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 290 DIScope Scope(curLoc.getScope(ctx));
293 "Scope of a DebugLoc should be null or a DIScope.");
    [all...]

Completed in 1582 milliseconds