Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h245 bool hasFunctionInfoForAddress(uint64_t Addr) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp96 Gsym.hasFunctionInfoForAddress(*AddrOrErr)) in convert()
H A DGsymCreator.cpp349 bool GsymCreator::hasFunctionInfoForAddress(uint64_t Addr) const { in hasFunctionInfoForAddress() function in GsymCreator