Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DEnumTables.h48 ArrayRef<EnumEntry<uint8_t>> getCallingConventions();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp306 IO, uint8_t(Record.CallConv), makeArrayRef(getCallingConventions()))); in visitKnownRecord()
322 IO, uint8_t(Record.CallConv), makeArrayRef(getCallingConventions()))); in visitKnownRecord()
H A DEnumTables.cpp546 ArrayRef<EnumEntry<uint8_t>> getCallingConventions() { in getCallingConventions() function