Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h428 bool parseAllocType(uint8_t &AllocType);
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9984 if (parseAllocType(V)) in parseOptionalAllocs()
10030 if (parseAllocType(AllocType)) in parseMemProfs()
10064 bool LLParser::parseAllocType(uint8_t &AllocType) { in parseAllocType() function in LLParser