Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/AsmParser/
DLLParser.h412 bool parseMemProfs(std::vector<MIBInfo> &MIBs);
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLParser.cpp9818 if (parseMemProfs(MIBs)) in parseOptionalAllocs()
9838 bool LLParser::parseMemProfs(std::vector<MIBInfo> &MIBs) { in parseMemProfs() function in LLParser