Searched refs:addFunctionRange (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
D | DWARFLinkerCompileUnit.cpp | 98 void CompileUnit::addFunctionRange(uint64_t FuncLowPc, uint64_t FuncHighPc, in addFunctionRange() function in llvm::CompileUnit
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinkerCompileUnit.cpp | 106 void CompileUnit::addFunctionRange(uint64_t FuncLowPc, uint64_t FuncHighPc, in addFunctionRange() function in llvm::CompileUnit
|
D | DWARFLinker.cpp | 552 Unit.addFunctionRange(*LowPc, *HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerCompileUnit.h | 176 void addFunctionRange(uint64_t LowPC, uint64_t HighPC, int64_t PCOffset);
|
/external/llvm-project/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerCompileUnit.h | 180 void addFunctionRange(uint64_t LowPC, uint64_t HighPC, int64_t PCOffset);
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 283 void addFunctionRange(uint64_t LowPC, uint64_t HighPC, int64_t PCOffset); 431 void CompileUnit::addFunctionRange(uint64_t FuncLowPc, uint64_t FuncHighPc, in addFunctionRange() function in llvm::dsymutil::__anondabe43b60111::CompileUnit 2166 Unit.addFunctionRange(LowPc, HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
|