OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFuncNameRef
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h
516
template <support::endianness Endian> IntPtrT
getFuncNameRef
() const {
522
IntPtrT NameRef =
getFuncNameRef
<Endian>();
544
template <support::endianness Endian> uint64_t
getFuncNameRef
() const {
550
uint64_t NameRef =
getFuncNameRef
<Endian>();
/external/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp
395
NameRefType NameRef = CFR->template
getFuncNameRef
<Endian>();
Completed in 41 milliseconds