HomeSort by relevance Sort by last modified time
    Searched refs:DIScope (Results 1 - 7 of 7) 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/Analysis/
DebugInfo.h 156 /// DIScope - A base class for various scopes.
157 class DIScope : public DIDescriptor {
160 explicit DIScope(const MDNode *N = 0) : DIDescriptor (N) {}
161 virtual ~DIScope() {}
168 class DICompileUnit : public DIScope {
171 explicit DICompileUnit(const MDNode *N = 0) : DIScope(N) {}
208 class DIFile : public DIScope {
211 explicit DIFile(const MDNode *N = 0) : DIScope(N) {
237 class DIType : public DIScope {
242 DIType(const MDNode *N, bool, bool) : DIScope(N) {
    [all...]
  /external/llvm/lib/Analysis/
DebugInfo.cpp 300 DIType::DIType(const MDNode *N) : DIScope(N) {
582 StringRef DIScope::getFilename() const {
599 llvm_unreachable("Invalid DIScope!");
602 StringRef DIScope::getDirectory() const {
619 llvm_unreachable("Invalid DIScope!");
667 void DIScope::anchor() { }
823 DIScope Scope(DL.getScope(Ctx));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 488 DIScope
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 385 DIScope DS(Scope->getScopeNode());
483 DIScope DS(Scope->getScopeNode());
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 72 llvm::DIScope Scope = llvm::DIScope(LB);
    [all...]

Completed in 472 milliseconds