Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp97 static UUID parseModuleId(llvm::Triple::OSType os, llvm::StringRef str) { in parseModuleId() function
188 UUID ID = parseModuleId(OS, Str); in parse()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp1525 bool parseModuleId(ModuleId &Id);
1769 bool ModuleMapParser::parseModuleId(ModuleId &Id) { in parseModuleId() function in ModuleMapParser
1933 if (parseModuleId(Id)) { in parseModuleDecl()
2208 if (parseModuleId(Id)) { in parseExternModuleDecl()
2632 parseModuleId(ParsedModuleId); in parseUseDecl()
2752 if (parseModuleId(Conflict.Id)) in parseConflict()