Home
last modified time | relevance | path

Searched defs:calling_convention (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h450 size_t calling_convention = llvm::dwarf::DW_CC_normal; global() member
H A DDWARFASTParserClang.cpp1021 clang::CallingConv calling_convention = ParseSubroutine() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1184 llvm::codeview::CallingConvention calling_convention) { in CreateFunctionType()