Searched defs:FuncArgNames (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 1201 std::unordered_map<uint32_t, StringRef> FuncArgNames; in beginFunctionImpl() local 332 BTFTypeFuncProto(const DISubroutineType * STy,uint32_t VLen,const std::unordered_map<uint32_t,StringRef> & FuncArgNames) BTFTypeFuncProto() argument 559 visitSubroutineType(const DISubroutineType * STy,bool ForSubprog,const std::unordered_map<uint32_t,StringRef> & FuncArgNames,uint32_t & TypeId) visitSubroutineType() argument 1568 const std::unordered_map<uint32_t, StringRef> FuncArgNames; processFuncPrototypes() local [all...] |
H A D | BTFDebug.h | 145 std::unordered_map<uint32_t, StringRef> FuncArgNames; variable
|