Searched refs:addFunctionRange (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.cpp | 165 void CompileUnit::addFunctionRange(uint64_t FuncLowPc, uint64_t FuncHighPc, in addFunctionRange() function in llvm::CompileUnit
|
| H A D | DWARFLinker.cpp | 613 Unit.addFunctionRange(*LowPc, *HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
|
| /src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.h | 204 void addFunctionRange(uint64_t LowPC, uint64_t HighPC, int64_t PCOffset);
|
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerCompileUnit.h | 398 void addFunctionRange(uint64_t LowPC, uint64_t HighPC, int64_t PCOffset);
|
| H A D | DependencyTracker.cpp | 835 Entry.CU->addFunctionRange(*LowPc, *HighPc, *RelocAdjustment); in isLiveSubprogramEntry()
|
| H A D | DWARFLinkerCompileUnit.cpp | 426 void CompileUnit::addFunctionRange(uint64_t FuncLowPc, uint64_t FuncHighPc, in addFunctionRange() function in CompileUnit
|