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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h139 std::unordered_map<uint32_t, StringRef> FuncArgNames; member in class:llvm::BTFTypeFuncProto
H A DBTFDebug.cpp919 std::unordered_map<uint32_t, StringRef> FuncArgNames; local
1247 const std::unordered_map<uint32_t, StringRef> FuncArgNames; local
274 BTFTypeFuncProto( const DISubroutineType *STy, uint32_t VLen, const std::unordered_map<uint32_t, StringRef> &FuncArgNames) argument
427 visitSubroutineType( const DISubroutineType *STy, bool ForSubprog, const std::unordered_map<uint32_t, StringRef> &FuncArgNames, uint32_t &TypeId) argument
[all...]

Completed in 85 milliseconds