Home
last modified time | relevance | path

Searched refs:FuncArgNames (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/BPF/ !
H A DBTFDebug.cpp333 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 DBTFDebug.h145 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,