Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp330 const std::unordered_map<uint32_t, StringRef> &FuncArgNames) in BTFTypeFuncProto()
557 const std::unordered_map<uint32_t, StringRef> &FuncArgNames, in visitSubroutineType()
1162 std::unordered_map<uint32_t, StringRef> FuncArgNames; in beginFunctionImpl() local
1533 const std::unordered_map<uint32_t, StringRef> FuncArgNames; in processFuncPrototypes() local
H A DBTFDebug.h145 std::unordered_map<uint32_t, StringRef> FuncArgNames; variable