Home
last modified time | relevance | path

Searched refs:DwarfCC (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLToken.h458 DwarfCC, // DW_CC_foo enumerator
HDLLLexer.cpp914 DWKEYWORD(CC, DwarfCC); in LexIdentifier()
HDLLParser.cpp4053 if (Lex.getKind() != lltok::DwarfCC) in ParseMDField()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp1788 static CallingConvention dwarfCCToCodeView(unsigned DwarfCC) { in dwarfCCToCodeView() argument
1789 switch (DwarfCC) { in dwarfCCToCodeView()