Searched refs:FuncArgNames (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 399 const std::unordered_map<uint32_t, StringRef> &FuncArgNames) in BTFTypeFuncProto() argument 400 : STy(STy), FuncArgNames(FuncArgNames) { in BTFTypeFuncProto() 421 Param.NameOff = BDebug.addString(FuncArgNames[I]); in completeType() 626 const std::unordered_map<uint32_t, StringRef> &FuncArgNames, in visitSubroutineType() argument 637 auto TypeEntry = std::make_unique<BTFTypeFuncProto>(STy, VLen, FuncArgNames); in visitSubroutineType() 1320 std::unordered_map<uint32_t, StringRef> FuncArgNames; in beginFunctionImpl() local 1327 FuncArgNames[Arg] = DV->getName(); in beginFunctionImpl() 1334 visitSubroutineType(SP->getType(), true, FuncArgNames, ProtoTypeId); in beginFunctionImpl() 1704 const std::unordered_map<uint32_t, StringRef> FuncArgNames; in processFuncPrototypes() local 1705 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); 328 const std::unordered_map<uint32_t, StringRef> &FuncArgNames,
|