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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 180 void addSourceLine(DIE *Die, DINameSpace NS);
231 /// getOrCreateNameSpace - Create a DIE for DINameSpace.
232 DIE *getOrCreateNameSpace(DINameSpace NS);
DwarfCompileUnit.cpp 182 void CompileUnit::addSourceLine(DIE *Die, DINameSpace NS) {
569 DIE *ContextDIE = getOrCreateNameSpace(DINameSpace(Context));
894 /// getOrCreateNameSpace - Create a DIE for DINameSpace.
895 DIE *CompileUnit::getOrCreateNameSpace(DINameSpace NS) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIBuilder.h 37 class DINameSpace;
463 DINameSpace createNameSpace(DIDescriptor Scope, StringRef Name,
DebugInfo.h 725 /// DINameSpace - A wrapper for a C++ style name space.
726 class DINameSpace : public DIScope {
728 explicit DINameSpace(const MDNode *N = 0) : DIScope(N) {}
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 473 bool DINameSpace::Verify() const {
563 return DINameSpace(DbgNode).getFilename();
584 return DINameSpace(DbgNode).getDirectory();
    [all...]
DIBuilder.cpp     [all...]
  /external/swiftshader/third_party/LLVM/tools/opt/
opt.cpp 356 DINameSpace NS(Context);
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 428 milliseconds