Home
last modified time | relevance | path

Searched refs:getCallingConventions (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DEnumTables.h48 ArrayRef<EnumEntry<uint8_t>> getCallingConventions();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp326 IO, uint8_t(Record.CallConv), ArrayRef(getCallingConventions()))); in visitKnownRecord()
342 IO, uint8_t(Record.CallConv), ArrayRef(getCallingConventions()))); in visitKnownRecord()
H A DEnumTables.cpp568 ArrayRef<EnumEntry<uint8_t>> getCallingConventions() { in getCallingConventions() function