Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp99 static UUID parseModuleId(llvm::Triple::OSType os, llvm::StringRef str) { in parseModuleId()
190 UUID ID = parseModuleId(OS, Str); in parse()
98 static UUID parseModuleId(llvm::Triple::OSType os, llvm::StringRef str) { parseModuleId() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1567 bool parseModuleId(ModuleId &Id);
1810 bool ModuleMapParser::parseModuleId(ModuleId &Id) { in parseModuleId() function in ModuleMapParser
1974 if (parseModuleId(Id)) { in parseModuleDecl()
2270 if (parseModuleId(Id)) { in parseExternModuleDecl()
2699 parseModuleId(ParsedModuleId); in parseUseDecl()
2819 if (parseModuleId(Conflict.Id)) in parseConflict()