Home
last modified time | relevance | path

Searched defs:getModuleName (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.h62 StringRef getModuleName() const { return ModuleName; } in getModuleName() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptor.cpp76 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } in getModuleName() function in DbiModuleDescriptor
/third_party/typescript/src/services/
DnavigationBar.ts893 function getModuleName(moduleDeclaration: ModuleDeclaration): string { function