Searched refs:FuncArgNames (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 332 const std::unordered_map<uint32_t, StringRef> &FuncArgNames) in BTFTypeFuncProto() argument 333 : STy(STy), FuncArgNames(FuncArgNames) { in BTFTypeFuncProto() 354 Param.NameOff = BDebug.addString(FuncArgNames[I]); in completeType() 559 const std::unordered_map<uint32_t, StringRef> &FuncArgNames, in visitSubroutineType() argument 570 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() 1568 const std::unordered_map<uint32_t, StringRef> FuncArgNames; in processFuncPrototypes() local 1569 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,
|