Lines Matching refs:BTFDebug
69 void BTFTypeDerived::completeType(BTFDebug &BDebug) { in completeType()
104 void BTFTypeFwd::completeType(BTFDebug &BDebug) { in completeType()
141 void BTFTypeInt::completeType(BTFDebug &BDebug) { in completeType()
161 void BTFTypeEnum::completeType(BTFDebug &BDebug) { in completeType()
204 void BTFTypeArray::completeType(BTFDebug &BDebug) { in completeType()
232 void BTFTypeStruct::completeType(BTFDebug &BDebug) { in completeType()
283 void BTFTypeFuncProto::completeType(BTFDebug &BDebug) { in completeType()
325 void BTFTypeFunc::completeType(BTFDebug &BDebug) { in completeType()
343 void BTFKindVar::completeType(BTFDebug &BDebug) { in completeType()
359 void BTFKindDataSec::completeType(BTFDebug &BDebug) { in completeType()
381 void BTFTypeFloat::completeType(BTFDebug &BDebug) { in completeType()
403 BTFDebug::BTFDebug(AsmPrinter *AP) in BTFDebug() function in BTFDebug
410 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, in addType()
419 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) { in addType()
426 void BTFDebug::visitBasicType(const DIBasicType *BTy, uint32_t &TypeId) { in visitBasicType()
453 void BTFDebug::visitSubroutineType( in visitSubroutineType()
479 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType()
506 void BTFDebug::visitArrayType(const DICompositeType *CTy, uint32_t &TypeId) { in visitArrayType()
545 void BTFDebug::visitEnumType(const DICompositeType *CTy, uint32_t &TypeId) { in visitEnumType()
557 void BTFDebug::visitFwdDeclType(const DICompositeType *CTy, bool IsUnion, in visitFwdDeclType()
564 void BTFDebug::visitCompositeType(const DICompositeType *CTy, in visitCompositeType()
580 void BTFDebug::visitDerivedType(const DIDerivedType *DTy, uint32_t &TypeId, in visitDerivedType()
630 void BTFDebug::visitTypeEntry(const DIType *Ty, uint32_t &TypeId, in visitTypeEntry()
682 void BTFDebug::visitTypeEntry(const DIType *Ty) { in visitTypeEntry()
687 void BTFDebug::visitMapDefType(const DIType *Ty, uint32_t &TypeId) { in visitMapDefType()
724 std::string BTFDebug::populateFileContent(const DISubprogram *SP) { in populateFileContent()
756 void BTFDebug::constructLineInfo(const DISubprogram *SP, MCSymbol *Label, in constructLineInfo()
773 void BTFDebug::emitCommonHeader() { in emitCommonHeader()
780 void BTFDebug::emitBTFSection() { in emitBTFSection()
816 void BTFDebug::emitBTFExtSection() { in emitBTFExtSection()
908 void BTFDebug::beginFunctionImpl(const MachineFunction *MF) { in beginFunctionImpl()
986 void BTFDebug::endFunctionImpl(const MachineFunction *MF) { in endFunctionImpl()
994 unsigned BTFDebug::populateType(const DIType *Ty) { in populateType()
1003 void BTFDebug::generatePatchImmReloc(const MCSymbol *ORSym, uint32_t RootId, in generatePatchImmReloc()
1033 void BTFDebug::processGlobalValue(const MachineOperand &MO) { in processGlobalValue()
1058 void BTFDebug::beginInstruction(const MachineInstr *MI) { in beginInstruction()
1138 void BTFDebug::processGlobals(bool ProcessingMapDef) { in processGlobals()
1235 bool BTFDebug::InstLower(const MachineInstr *MI, MCInst &OutMI) { in InstLower()
1288 void BTFDebug::processFuncPrototypes(const Function *F) { in processFuncPrototypes()
1323 void BTFDebug::endModule() { in endModule()