Searched refs:FuncArgNames (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 277 const std::unordered_map<uint32_t, StringRef> &FuncArgNames) in BTFTypeFuncProto() argument 278 : STy(STy), FuncArgNames(FuncArgNames) { in BTFTypeFuncProto() 299 Param.NameOff = BDebug.addString(FuncArgNames[I]); in completeType() 455 const std::unordered_map<uint32_t, StringRef> &FuncArgNames, in visitSubroutineType() argument 466 auto TypeEntry = std::make_unique<BTFTypeFuncProto>(STy, VLen, FuncArgNames); in visitSubroutineType() 945 std::unordered_map<uint32_t, StringRef> FuncArgNames; in beginFunctionImpl() local 952 FuncArgNames[Arg] = DV->getName(); in beginFunctionImpl() 959 visitSubroutineType(SP->getType(), true, FuncArgNames, ProtoTypeId); in beginFunctionImpl() 1302 const std::unordered_map<uint32_t, StringRef> FuncArgNames; in processFuncPrototypes() local 1303 visitSubroutineType(SP->getType(), false, FuncArgNames, ProtoTypeId); in processFuncPrototypes()
|
| H A D | BTFDebug.h | 143 std::unordered_map<uint32_t, StringRef> FuncArgNames; variable 148 const std::unordered_map<uint32_t, StringRef> &FuncArgNames); 288 const std::unordered_map<uint32_t, StringRef> &FuncArgNames,
|