HomeSort by relevance Sort by last modified time
    Searched refs:DIScope (Results 1 - 14 of 14) 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/
DebugInfo.h 182 /// DIScope - A base class for various scopes.
183 class DIScope : public DIDescriptor {
188 explicit DIScope(const MDNode *N = 0) : DIDescriptor (N) {}
192 DIScope getContext() const;
200 class DIType : public DIScope {
206 DIType(const MDNode *N = 0) : DIScope(N) {}
211 DIScope getContext() const { return getFieldAs<DIScope>(2); }
338 class DIFile : public DIScope {
341 explicit DIFile(const MDNode *N = 0) : DIScope(N) {
    [all...]
DIBuilder.h 47 class DIScope;
615 DIImportedEntity createImportedModule(DIScope Context, DINameSpace NS,
623 DIImportedEntity createImportedModule(DIScope Context, DIImportedEntity NS,
631 DIImportedEntity createImportedDeclaration(DIScope Context,
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 697 DIScope DIScope::getContext() const {
715 return DIScope();
718 StringRef DIScope::getFilename() const {
724 StringRef DIScope::getDirectory() const {
942 void DebugInfoFinder::processScope(DIScope Scope) {
972 DIScope Context = LB.getContext();
    [all...]
DIBuilder.cpp 136 createImportedModule(LLVMContext &C, DIScope Context, DIDescriptor NS,
164 DIImportedEntity DIBuilder::createImportedModule(DIScope Context,
171 DIImportedEntity DIBuilder::createImportedModule(DIScope Context,
179 DIImportedEntity DIBuilder::createImportedDeclaration(DIScope Context,
    [all...]
Verifier.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 304 llvm::DIScope getContextDescriptor(const Decl *Decl);
306 llvm::DIScope getCurrentContextDescriptor(const Decl *Decl);
CGDebugInfo.cpp 119 llvm::DIScope Scope = llvm::DIScope(LB);
138 llvm::DIScope CGDebugInfo::getContextDescriptor(const Decl *Context) {
146 return llvm::DIScope(dyn_cast_or_null<llvm::MDNode>(V));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 497 DIScope
501 "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/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 887 DIScope Parent = Ty.getContext();
    [all...]
DwarfDebug.cpp 492 DIScope DS(Scope->getScopeNode());
571 DIScope DS(Scope->getScopeNode());
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 278 DIScope Scope(curLoc.getScope(ctx));
281 "Scope of a DebugLoc should be null or a DIScope.");
    [all...]

Completed in 1037 milliseconds