Home
last modified time | relevance | path

Searched refs:getModuleName (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeCompilandSymbol.cpp56 return Module.getModuleName(); in getName()
DDbiModuleDescriptor.cpp76 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } in getModuleName() function in DbiModuleDescriptor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptor.h44 StringRef getModuleName() const;
DDbiModuleDescriptorBuilder.h62 StringRef getModuleName() const { return ModuleName; } in getModuleName() function
/third_party/typescript/src/services/
DnavigationBar.ts690 return getModuleName(node as ModuleDeclaration);
710 return cleanText(getModuleName(node as ModuleDeclaration));
870 function getModuleName(moduleDeclaration: ModuleDeclaration): string { function