Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.h348 bool ParseModuleReference(StringRef &ModulePath);
H A 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