Searched refs:FuncArgNames (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 330 const std::unordered_map<uint32_t, StringRef> &FuncArgNames) in BTFTypeFuncProto() argument 331 : STy(STy), FuncArgNames(FuncArgNames) { in BTFTypeFuncProto() 352 Param.NameOff = BDebug.addString(FuncArgNames[I]); in completeType() 557 const std::unordered_map<uint32_t, StringRef> &FuncArgNames, in visitSubroutineType() argument 568 auto TypeEntry = std::make_unique<BTFTypeFuncProto>(STy, VLen, FuncArgNames); in visitSubroutineType() 1162 std::unordered_map<uint32_t, StringRef> FuncArgNames; in beginFunctionImpl() local 1169 FuncArgNames[Arg] = DV->getName(); in beginFunctionImpl() 1176 visitSubroutineType(SP->getType(), true, FuncArgNames, ProtoTypeId); in beginFunctionImpl() 1533 const std::unordered_map<uint32_t, StringRef> FuncArgNames; in processFuncPrototypes() local 1534 visitSubroutineType(SP->getType(), false, FuncArgNames, ProtoTypeId); in processFuncPrototypes()
|
| H A D | BTFDebug.h | 145 std::unordered_map<uint32_t, StringRef> FuncArgNames; variable 150 const std::unordered_map<uint32_t, StringRef> &FuncArgNames); 327 const std::unordered_map<uint32_t, StringRef> &FuncArgNames,
|