HomeSort by relevance Sort by last modified time
    Searched defs:DIContext (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DIContext.cpp 1 //===-- DIContext.cpp -----------------------------------------------------===//
10 #include "llvm/DebugInfo/DIContext.h"
14 DIContext::~DIContext() {}
16 DIContext *DIContext::getDWARFContext(bool isLittleEndian,
  /external/swiftshader/third_party/LLVM/include/llvm/DebugInfo/
DIContext.h 1 //===-- DIContext.h ---------------------------------------------*- C++ -*-===//
10 // This file defines DIContext, an abstract data structure that holds
49 class DIContext {
51 virtual ~DIContext();
54 static DIContext *getDWARFContext(bool isLittleEndian,

Completed in 135 milliseconds