Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h450 HasCustomCallingConv = 1 << 5, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp71 CV_ENUM_CLASS_ENT(ProcSymFlags, HasCustomCallingConv),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp165 PUSH_FLAG(ProcSymFlags, HasCustomCallingConv, Flags, "custom calling conv"); in formatProcSymFlags()