Lines Matching refs:BTFDebug

81 void BTFTypeDerived::completeType(BTFDebug &BDebug) {  in completeType()
116 void BTFTypeFwd::completeType(BTFDebug &BDebug) { in completeType()
153 void BTFTypeInt::completeType(BTFDebug &BDebug) { in completeType()
174 void BTFTypeEnum::completeType(BTFDebug &BDebug) { in completeType()
213 void BTFTypeEnum64::completeType(BTFDebug &BDebug) { in completeType()
259 void BTFTypeArray::completeType(BTFDebug &BDebug) { in completeType()
287 void BTFTypeStruct::completeType(BTFDebug &BDebug) { in completeType()
338 void BTFTypeFuncProto::completeType(BTFDebug &BDebug) { in completeType()
380 void BTFTypeFunc::completeType(BTFDebug &BDebug) { in completeType()
398 void BTFKindVar::completeType(BTFDebug &BDebug) { in completeType()
414 void BTFKindDataSec::completeType(BTFDebug &BDebug) { in completeType()
436 void BTFTypeFloat::completeType(BTFDebug &BDebug) { in completeType()
453 void BTFTypeDeclTag::completeType(BTFDebug &BDebug) { in completeType()
479 void BTFTypeTypeTag::completeType(BTFDebug &BDebug) { in completeType()
507 BTFDebug::BTFDebug(AsmPrinter *AP) in BTFDebug() function in BTFDebug
514 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, in addType()
523 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) { in addType()
530 void BTFDebug::visitBasicType(const DIBasicType *BTy, uint32_t &TypeId) { in visitBasicType()
557 void BTFDebug::visitSubroutineType( in visitSubroutineType()
582 void BTFDebug::processDeclAnnotations(DINodeArray Annotations, in processDeclAnnotations()
601 uint32_t BTFDebug::processDISubprogram(const DISubprogram *SP, in processDISubprogram()
621 int BTFDebug::genBTFTypeTags(const DIDerivedType *DTy, int BaseTypeId) { in genBTFTypeTags()
661 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType()
696 void BTFDebug::visitArrayType(const DICompositeType *CTy, uint32_t &TypeId) { in visitArrayType()
735 void BTFDebug::visitEnumType(const DICompositeType *CTy, uint32_t &TypeId) { in visitEnumType()
764 void BTFDebug::visitFwdDeclType(const DICompositeType *CTy, bool IsUnion, in visitFwdDeclType()
771 void BTFDebug::visitCompositeType(const DICompositeType *CTy, in visitCompositeType()
786 bool BTFDebug::IsForwardDeclCandidate(const DIType *Base) { in IsForwardDeclCandidate()
798 void BTFDebug::visitDerivedType(const DIDerivedType *DTy, uint32_t &TypeId, in visitDerivedType()
861 void BTFDebug::visitTypeEntry(const DIType *Ty, uint32_t &TypeId, in visitTypeEntry()
934 void BTFDebug::visitTypeEntry(const DIType *Ty) { in visitTypeEntry()
939 void BTFDebug::visitMapDefType(const DIType *Ty, uint32_t &TypeId) { in visitMapDefType()
976 std::string BTFDebug::populateFileContent(const DISubprogram *SP) { in populateFileContent()
1008 void BTFDebug::constructLineInfo(const DISubprogram *SP, MCSymbol *Label, in constructLineInfo()
1025 void BTFDebug::emitCommonHeader() { in emitCommonHeader()
1032 void BTFDebug::emitBTFSection() { in emitBTFSection()
1070 void BTFDebug::emitBTFExtSection() { in emitBTFExtSection()
1164 void BTFDebug::beginFunctionImpl(const MachineFunction *MF) { in beginFunctionImpl()
1240 void BTFDebug::endFunctionImpl(const MachineFunction *MF) { in endFunctionImpl()
1248 unsigned BTFDebug::populateType(const DIType *Ty) { in populateType()
1257 void BTFDebug::generatePatchImmReloc(const MCSymbol *ORSym, uint32_t RootId, in generatePatchImmReloc()
1287 void BTFDebug::processGlobalValue(const MachineOperand &MO) { in processGlobalValue()
1312 void BTFDebug::beginInstruction(const MachineInstr *MI) { in beginInstruction()
1399 void BTFDebug::processGlobals(bool ProcessingMapDef) { in processGlobals()
1503 bool BTFDebug::InstLower(const MachineInstr *MI, MCInst &OutMI) { in InstLower()
1555 void BTFDebug::processFuncPrototypes(const Function *F) { in processFuncPrototypes()
1586 void BTFDebug::endModule() { in endModule()