Home
last modified time | relevance | path

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

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