Searched defs:FuncAddr (Results 1 – 4 of 4) sorted by relevance
/llvm-project/bolt/lib/Passes/ |
H A D | ReorderFunctions.cpp | 120 std::vector<uint64_t> FuncAddr(Cg.numNodes()); // Just for computing stats reorder() local 148 printStats(BinaryContext & BC,const std::vector<Cluster> & Clusters,const std::vector<uint64_t> & FuncAddr) printStats() argument 416 for (const uint64_t FuncAddr : FuncAddrs) { runOnFunctions() local [all...] |
/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | FunctionInfo.cpp | 182 lookup(DataExtractor & Data,const GsymReader & GR,uint64_t FuncAddr,uint64_t Addr) lookup() argument
|
H A D | DwarfTransformer.cpp | 651 auto FuncAddr = Gsym->getAddress(I); verify() local
|
/llvm-project/llvm/unittests/DebugInfo/GSYM/ |
H A D | GSYMTest.cpp | 235 const uint64_t FuncAddr = 0x1000; in TEST() local 280 static void AddLines(uint64_t FuncAddr, uint32_t FileIdx, FunctionInfo &FI) { in AddLines() argument 291 static void AddInline(uint64_t FuncAddr, uint64_t FuncSize, FunctionInfo &FI) { in AddInline() argument 303 constexpr uint64_t FuncAddr = 0x1000; TEST() local 965 const uint64_t FuncAddr = 0x1000; TEST() local 2464 AddFunctionInfo(GsymCreator & GC,const char * FuncName,uint64_t FuncAddr,const char * SourcePath,const char * HeaderPath) AddFunctionInfo() argument [all...] |