Home
last modified time | relevance | path

Searched refs:hasFunctionInfoForAddress (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h244 bool hasFunctionInfoForAddress(uint64_t Addr) const;
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp96 Gsym.hasFunctionInfoForAddress(*AddrOrErr)) in convert()
H A DGsymCreator.cpp359 bool GsymCreator::hasFunctionInfoForAddress(uint64_t Addr) const { in hasFunctionInfoForAddress() function in GsymCreator