Lines Matching refs:BTFDebug

66 void BTFTypeDerived::completeType(BTFDebug &BDebug) {  in completeType()
90 void BTFTypeFwd::completeType(BTFDebug &BDebug) { in completeType()
123 void BTFTypeInt::completeType(BTFDebug &BDebug) { in completeType()
139 void BTFTypeEnum::completeType(BTFDebug &BDebug) { in completeType()
169 void BTFTypeArray::completeType(BTFDebug &BDebug) { in completeType()
219 void BTFTypeStruct::completeType(BTFDebug &BDebug) { in completeType()
263 void BTFTypeFuncProto::completeType(BTFDebug &BDebug) { in completeType()
300 void BTFTypeFunc::completeType(BTFDebug &BDebug) { in completeType()
320 BTFDebug::BTFDebug(AsmPrinter *AP) in BTFDebug() function in BTFDebug
326 void BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, in addType()
333 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) { in addType()
340 void BTFDebug::visitBasicType(const DIBasicType *BTy) { in visitBasicType()
357 void BTFDebug::visitSubroutineType( in visitSubroutineType()
383 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct) { in visitStructType()
408 void BTFDebug::visitArrayType(const DICompositeType *CTy) { in visitArrayType()
424 void BTFDebug::visitEnumType(const DICompositeType *CTy) { in visitEnumType()
436 void BTFDebug::visitFwdDeclType(const DICompositeType *CTy, bool IsUnion) { in visitFwdDeclType()
442 void BTFDebug::visitCompositeType(const DICompositeType *CTy) { in visitCompositeType()
457 void BTFDebug::visitDerivedType(const DIDerivedType *DTy) { in visitDerivedType()
474 void BTFDebug::visitTypeEntry(const DIType *Ty) { in visitTypeEntry()
493 std::string BTFDebug::populateFileContent(const DISubprogram *SP) { in populateFileContent()
525 void BTFDebug::constructLineInfo(const DISubprogram *SP, MCSymbol *Label, in constructLineInfo()
542 void BTFDebug::emitCommonHeader() { in emitCommonHeader()
549 void BTFDebug::emitBTFSection() { in emitBTFSection()
581 void BTFDebug::emitBTFExtSection() { in emitBTFExtSection()
638 void BTFDebug::beginFunctionImpl(const MachineFunction *MF) { in beginFunctionImpl()
688 void BTFDebug::endFunctionImpl(const MachineFunction *MF) { in endFunctionImpl()
694 void BTFDebug::beginInstruction(const MachineInstr *MI) { in beginInstruction()
742 void BTFDebug::endModule() { in endModule()