Home
last modified time | relevance | path

Searched refs:MaxID (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDCallingConv.h245 MaxID = 1023 enumerator
HDFunction.h214 CallingConv::MaxID); in getCallingConv()
218 assert(!(ID & ~CallingConv::MaxID) && "Unsupported calling convention"); in setCallingConv()
HDInstrTypes.h1368 assert(!(ID & ~CallingConv::MaxID) && "Unsupported calling convention");
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDDumpOutputStyle.cpp1181 auto MaxID = in dumpStringTableFromPdb() local
1183 uint32_t Digits = NumDigits(*MaxID); in dumpStringTableFromPdb()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp3214 if (CC & ~CallingConv::MaxID) in parseFunctionRecord()
4539 static_cast<CallingConv::ID>(CallingConv::MaxID & CCInfo)); in parseFunctionBody()