Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp93 static UUID parseModuleId(llvm::Triple::OSType os, llvm::StringRef str) { in parseModuleId() function
180 UUID uuid = parseModuleId(triple.getOS(), module_id); in parse()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp1418 bool parseModuleId(ModuleId &Id);
1662 bool ModuleMapParser::parseModuleId(ModuleId &Id) { in parseModuleId() function in ModuleMapParser
1825 if (parseModuleId(Id)) { in parseModuleDecl()
2103 if (parseModuleId(Id)) { in parseExternModuleDecl()
2524 parseModuleId(ParsedModuleId); in parseUseDecl()
2644 if (parseModuleId(Conflict.Id)) in parseConflict()