Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp333 BTFTypeFuncProto(const DISubroutineType * STy,uint32_t VLen,const std::unordered_map<uint32_t,StringRef> & FuncArgNames) BTFTypeFuncProto() argument
560 visitSubroutineType(const DISubroutineType * STy,bool ForSubprog,const std::unordered_map<uint32_t,StringRef> & FuncArgNames,uint32_t & TypeId) visitSubroutineType() argument
1201 std::unordered_map<uint32_t, StringRef> FuncArgNames; beginFunctionImpl() local
1590 const std::unordered_map<uint32_t, StringRef> FuncArgNames; processFuncPrototypes() local
[all...]
H A DBTFDebug.h145 std::unordered_map<uint32_t, StringRef> FuncArgNames; variable