Searched refs:DwarfFunctionType (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp1479 // #pragma mark - DwarfFunctionType
1482 DwarfFunctionType::DwarfFunctionType(DwarfTypeContext* typeContext, function in class:DwarfFunctionType
1495 DwarfFunctionType::~DwarfFunctionType()
1508 DwarfFunctionType::ReturnType() const
1515 DwarfFunctionType::CountParameters() const
1522 DwarfFunctionType::ParameterAt(int32 index) const
1529 DwarfFunctionType::HasVariableArguments() const
1536 DwarfFunctionType
[all...]
H A DDwarfTypeFactory.h38 class DwarfFunctionType;
H A DDwarfTypes.h523 class DwarfFunctionType : public FunctionType, public DwarfType { class in inherits:FunctionType,DwarfType
525 DwarfFunctionType(DwarfTypeContext* typeContext,
529 ~DwarfFunctionType();
H A DDwarfTypeFactory.cpp1189 DwarfFunctionType* type = new(std::nothrow) DwarfFunctionType(fTypeContext,

Completed in 95 milliseconds