Lines Matching refs:BTFDebug

79 void BTFTypeDerived::completeType(BTFDebug &BDebug) {  in completeType()
114 void BTFTypeFwd::completeType(BTFDebug &BDebug) { in completeType()
151 void BTFTypeInt::completeType(BTFDebug &BDebug) { in completeType()
172 void BTFTypeEnum::completeType(BTFDebug &BDebug) { in completeType()
211 void BTFTypeEnum64::completeType(BTFDebug &BDebug) { in completeType()
257 void BTFTypeArray::completeType(BTFDebug &BDebug) { in completeType()
285 void BTFTypeStruct::completeType(BTFDebug &BDebug) { in completeType()
336 void BTFTypeFuncProto::completeType(BTFDebug &BDebug) { in completeType()
378 void BTFTypeFunc::completeType(BTFDebug &BDebug) { in completeType()
396 void BTFKindVar::completeType(BTFDebug &BDebug) { in completeType()
412 void BTFKindDataSec::completeType(BTFDebug &BDebug) { in completeType()
434 void BTFTypeFloat::completeType(BTFDebug &BDebug) { in completeType()
451 void BTFTypeDeclTag::completeType(BTFDebug &BDebug) { in completeType()
477 void BTFTypeTypeTag::completeType(BTFDebug &BDebug) { in completeType()
505 BTFDebug::BTFDebug(AsmPrinter *AP) in BTFDebug() function in BTFDebug
512 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, in addType()
521 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) { in addType()
528 void BTFDebug::visitBasicType(const DIBasicType *BTy, uint32_t &TypeId) { in visitBasicType()
555 void BTFDebug::visitSubroutineType( in visitSubroutineType()
580 void BTFDebug::processDeclAnnotations(DINodeArray Annotations, in processDeclAnnotations()
600 int BTFDebug::genBTFTypeTags(const DIDerivedType *DTy, int BaseTypeId) { in genBTFTypeTags()
640 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType()
675 void BTFDebug::visitArrayType(const DICompositeType *CTy, uint32_t &TypeId) { in visitArrayType()
714 void BTFDebug::visitEnumType(const DICompositeType *CTy, uint32_t &TypeId) { in visitEnumType()
743 void BTFDebug::visitFwdDeclType(const DICompositeType *CTy, bool IsUnion, in visitFwdDeclType()
750 void BTFDebug::visitCompositeType(const DICompositeType *CTy, in visitCompositeType()
766 void BTFDebug::visitDerivedType(const DIDerivedType *DTy, uint32_t &TypeId, in visitDerivedType()
827 void BTFDebug::visitTypeEntry(const DIType *Ty, uint32_t &TypeId, in visitTypeEntry()
895 void BTFDebug::visitTypeEntry(const DIType *Ty) { in visitTypeEntry()
900 void BTFDebug::visitMapDefType(const DIType *Ty, uint32_t &TypeId) { in visitMapDefType()
937 std::string BTFDebug::populateFileContent(const DISubprogram *SP) { in populateFileContent()
969 void BTFDebug::constructLineInfo(const DISubprogram *SP, MCSymbol *Label, in constructLineInfo()
986 void BTFDebug::emitCommonHeader() { in emitCommonHeader()
993 void BTFDebug::emitBTFSection() { in emitBTFSection()
1031 void BTFDebug::emitBTFExtSection() { in emitBTFExtSection()
1125 void BTFDebug::beginFunctionImpl(const MachineFunction *MF) { in beginFunctionImpl()
1214 void BTFDebug::endFunctionImpl(const MachineFunction *MF) { in endFunctionImpl()
1222 unsigned BTFDebug::populateType(const DIType *Ty) { in populateType()
1231 void BTFDebug::generatePatchImmReloc(const MCSymbol *ORSym, uint32_t RootId, in generatePatchImmReloc()
1261 void BTFDebug::processGlobalValue(const MachineOperand &MO) { in processGlobalValue()
1286 void BTFDebug::beginInstruction(const MachineInstr *MI) { in beginInstruction()
1366 void BTFDebug::processGlobals(bool ProcessingMapDef) { in processGlobals()
1467 bool BTFDebug::InstLower(const MachineInstr *MI, MCInst &OutMI) { in InstLower()
1520 void BTFDebug::processFuncPrototypes(const Function *F) { in processFuncPrototypes()
1557 void BTFDebug::endModule() { in endModule()