Searched refs:FuncArgNames (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/BPF/ ! |
| H A D | BTFDebug.cpp | 333 const std::unordered_map<uint32_t, StringRef> &FuncArgNames) in BTFTypeFuncProto() argument 334 : STy(STy), FuncArgNames(FuncArgNames) { in BTFTypeFuncProto() 355 Param.NameOff = BDebug.addString(FuncArgNames[I]); in completeType() 560 const std::unordered_map<uint32_t, StringRef> &FuncArgNames, in visitSubroutineType() argument 571 auto TypeEntry = std::make_unique<BTFTypeFuncProto>(STy, VLen, FuncArgNames); in visitSubroutineType() 1201 std::unordered_map<uint32_t, StringRef> FuncArgNames; in beginFunctionImpl() local 1208 FuncArgNames[Arg] = DV->getName(); in beginFunctionImpl() 1215 visitSubroutineType(SP->getType(), true, FuncArgNames, ProtoTypeId); in beginFunctionImpl() 1590 const std::unordered_map<uint32_t, StringRef> FuncArgNames; in processFuncPrototypes() local 1591 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,
|