Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1201 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 DBTFDebug.h145 std::unordered_map<uint32_t, StringRef> FuncArgNames; variable