Searched refs:FuncArgNames (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 257 const std::unordered_map<uint32_t, StringRef> &FuncArgNames) in BTFTypeFuncProto() argument 258 : STy(STy), FuncArgNames(FuncArgNames) { in BTFTypeFuncProto() 275 Param.NameOff = BDebug.addString(FuncArgNames[I]); in completeType() 359 const std::unordered_map<uint32_t, StringRef> &FuncArgNames, in visitSubroutineType() argument 370 auto TypeEntry = llvm::make_unique<BTFTypeFuncProto>(STy, VLen, FuncArgNames); in visitSubroutineType() 651 std::unordered_map<uint32_t, StringRef> FuncArgNames; in beginFunctionImpl() local 659 FuncArgNames[Arg] = DV->getName(); in beginFunctionImpl() 665 visitSubroutineType(SP->getType(), true, FuncArgNames, ProtoTypeId); in beginFunctionImpl()
|
| H A D | BTFDebug.h | 133 std::unordered_map<uint32_t, StringRef> FuncArgNames; variable 138 const std::unordered_map<uint32_t, StringRef> &FuncArgNames); 220 const std::unordered_map<uint32_t, StringRef> &FuncArgNames,
|