Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h440 bool parseAllocType(uint8_t &AllocType);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp10455 if (parseAllocType(V)) in parseOptionalAllocs()
10501 if (parseAllocType(AllocType)) in parseMemProfs()
10535 bool LLParser::parseAllocType(uint8_t &AllocType) { in parseAllocType() function in LLParser