HomeSort by relevance Sort by last modified time
    Searched refs:DIScope (Results 1 - 8 of 8) 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 160 /// DIScope - A base class for various scopes.
161 class DIScope : public DIDescriptor {
166 explicit DIScope(const MDNode *N = 0) : DIDescriptor (N) {}
173 class DIFile : public DIScope {
176 explicit DIFile(const MDNode *N = 0) : DIScope(N) {
184 class DICompileUnit : public DIScope {
188 explicit DICompileUnit(const MDNode *N = 0) : DIScope(N) {}
231 class DIType : public DIScope {
237 DIType(const MDNode *N, bool, bool) : DIScope(N) {}
244 DIScope getContext() const { return getFieldAs<DIScope>(1);
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 342 DIType::DIType(const MDNode *N) : DIScope(N) {
659 StringRef DIScope::getFilename() const {
677 StringRef DIScope::getDirectory() const {
917 DIScope Context = LB.getContext();
1036 DIScope(DbgNode).printInternal(OS);
1048 void DIScope::printInternal(raw_ostream &OS) const {
1053 DIScope::printInternal(OS);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 502 DIScope
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 276 DIScope Scope(curLoc.getScope(ctx));
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 73 llvm::DIScope Scope = llvm::DIScope(LB);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 475 DIScope DS(Scope->getScopeNode());
552 DIScope DS(Scope->getScopeNode());
    [all...]

Completed in 310 milliseconds