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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DEnumTables.h48 ArrayRef<EnumEntry<uint8_t>> getCallingConventions();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp281 IO, uint8_t(Record.CallConv), makeArrayRef(getCallingConventions())));
297 IO, uint8_t(Record.CallConv), makeArrayRef(getCallingConventions())));
H A DEnumTables.cpp536 ArrayRef<EnumEntry<uint8_t>> getCallingConventions() { function in namespace:llvm::codeview

Completed in 114 milliseconds