Home
last modified time | relevance | path

Searched refs:ParseModuleReference (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h348 bool ParseModuleReference(StringRef &ModulePath);
DLLParser.cpp8095 ParseModuleReference(ModulePath) || in ParseFunctionSummary()
8163 ParseModuleReference(ModulePath) || in ParseVariableSummary()
8215 ParseModuleReference(ModulePath) || in ParseAliasSummary()
8868 bool LLParser::ParseModuleReference(StringRef &ModulePath) { in ParseModuleReference() function in LLParser