OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFunctionId
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
InstrumentationMap.h
93
Optional<int32_t>
getFunctionId
(uint64_t Addr) const;
/src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
xray-extract.cpp
63
auto FuncId = Map.
getFunctionId
(Sled.Function);
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCCodeView.h
53
unsigned
getFunctionId
() const { return FunctionId; }
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCCodeView.cpp
268
{LineEntry.
getFunctionId
(), {Offset, Offset + 1}});
282
unsigned LocationFuncId = MCCVLines[Idx].
getFunctionId
();
487
errs() << ".cv_loc " << Loc.
getFunctionId
() << ' ' << Loc.getFileNum()
521
if (Loc.
getFunctionId
() == Frag.SiteFuncId) {
525
auto I = SiteInfo->InlinedAtMap.find(Loc.
getFunctionId
());
/src/external/apache2/llvm/dist/llvm/lib/XRay/
InstrumentationMap.cpp
37
Optional<int32_t> InstrumentationMap::
getFunctionId
(uint64_t Addr) const {
Completed in 23 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026