Lines Matching refs:BTFDebug
93 void BTFTypeDerived::completeType(BTFDebug &BDebug) { in completeType()
145 void BTFTypeFwd::completeType(BTFDebug &BDebug) { in completeType()
182 void BTFTypeInt::completeType(BTFDebug &BDebug) { in completeType()
203 void BTFTypeEnum::completeType(BTFDebug &BDebug) { in completeType()
242 void BTFTypeEnum64::completeType(BTFDebug &BDebug) { in completeType()
288 void BTFTypeArray::completeType(BTFDebug &BDebug) { in completeType()
316 void BTFTypeStruct::completeType(BTFDebug &BDebug) { in completeType()
405 void BTFTypeFuncProto::completeType(BTFDebug &BDebug) { in completeType()
447 void BTFTypeFunc::completeType(BTFDebug &BDebug) { in completeType()
465 void BTFKindVar::completeType(BTFDebug &BDebug) { in completeType()
481 void BTFKindDataSec::completeType(BTFDebug &BDebug) { in completeType()
503 void BTFTypeFloat::completeType(BTFDebug &BDebug) { in completeType()
520 void BTFTypeDeclTag::completeType(BTFDebug &BDebug) { in completeType()
546 void BTFTypeTypeTag::completeType(BTFDebug &BDebug) { in completeType()
574 BTFDebug::BTFDebug(AsmPrinter *AP) in BTFDebug() function in BTFDebug
581 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, in addType()
590 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) { in addType()
597 void BTFDebug::visitBasicType(const DIBasicType *BTy, uint32_t &TypeId) { in visitBasicType()
624 void BTFDebug::visitSubroutineType( in visitSubroutineType()
649 void BTFDebug::processDeclAnnotations(DINodeArray Annotations, in processDeclAnnotations()
668 uint32_t BTFDebug::processDISubprogram(const DISubprogram *SP, in processDISubprogram()
688 int BTFDebug::genBTFTypeTags(const DIDerivedType *DTy, int BaseTypeId) { in genBTFTypeTags()
728 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType()
788 void BTFDebug::visitArrayType(const DICompositeType *CTy, uint32_t &TypeId) { in visitArrayType()
827 void BTFDebug::visitEnumType(const DICompositeType *CTy, uint32_t &TypeId) { in visitEnumType()
856 void BTFDebug::visitFwdDeclType(const DICompositeType *CTy, bool IsUnion, in visitFwdDeclType()
863 void BTFDebug::visitCompositeType(const DICompositeType *CTy, in visitCompositeType()
887 bool BTFDebug::IsForwardDeclCandidate(const DIType *Base) { in IsForwardDeclCandidate()
899 void BTFDebug::visitDerivedType(const DIDerivedType *DTy, uint32_t &TypeId, in visitDerivedType()
966 void BTFDebug::visitTypeEntry(const DIType *Ty, uint32_t &TypeId, in visitTypeEntry()
1040 void BTFDebug::visitTypeEntry(const DIType *Ty) { in visitTypeEntry()
1045 void BTFDebug::visitMapDefType(const DIType *Ty, uint32_t &TypeId) { in visitMapDefType()
1095 std::string BTFDebug::populateFileContent(const DIFile *File) { in populateFileContent()
1126 void BTFDebug::constructLineInfo(MCSymbol *Label, const DIFile *File, in constructLineInfo()
1144 void BTFDebug::emitCommonHeader() { in emitCommonHeader()
1151 void BTFDebug::emitBTFSection() { in emitBTFSection()
1189 void BTFDebug::emitBTFExtSection() { in emitBTFExtSection()
1283 void BTFDebug::beginFunctionImpl(const MachineFunction *MF) { in beginFunctionImpl()
1359 void BTFDebug::endFunctionImpl(const MachineFunction *MF) { in endFunctionImpl()
1367 unsigned BTFDebug::populateType(const DIType *Ty) { in populateType()
1376 void BTFDebug::generatePatchImmReloc(const MCSymbol *ORSym, uint32_t RootId, in generatePatchImmReloc()
1406 void BTFDebug::processGlobalValue(const MachineOperand &MO) { in processGlobalValue()
1431 void BTFDebug::beginInstruction(const MachineInstr *MI) { in beginInstruction()
1517 void BTFDebug::processGlobals(bool ProcessingMapDef) { in processGlobals()
1634 void BTFDebug::processGlobalInitializer(const Constant *C) { in processGlobalInitializer()
1644 bool BTFDebug::InstLower(const MachineInstr *MI, MCInst &OutMI) { in InstLower()
1691 void BTFDebug::processFuncPrototypes(const Function *F) { in processFuncPrototypes()
1720 void BTFDebug::endModule() { in endModule()