Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h506 size_t calling_convention = llvm::dwarf::DW_CC_normal; member
H A DDWARFASTParserClang.cpp1243 clang::CallingConv calling_convention = in ParseSubroutine() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1183 CreateFunctionType(TypeIndex args_type_idx,TypeIndex return_type_idx,llvm::codeview::CallingConvention calling_convention) CreateFunctionType() argument