Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp277 const std::unordered_map<uint32_t, StringRef> &FuncArgNames) in BTFTypeFuncProto()
455 const std::unordered_map<uint32_t, StringRef> &FuncArgNames, in visitSubroutineType()
945 std::unordered_map<uint32_t, StringRef> FuncArgNames; in beginFunctionImpl() local
1302 const std::unordered_map<uint32_t, StringRef> FuncArgNames; in processFuncPrototypes() local
H A DBTFDebug.h143 std::unordered_map<uint32_t, StringRef> FuncArgNames; variable