Home
last modified time | relevance | path

Searched refs:getCompileUnitForAddress (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp906 DWARFCompileUnit *DWARFContext::getCompileUnitForAddress(uint64_t Address) { in getCompileUnitForAddress() function in DWARFContext
916 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getDIEsForAddress()
974 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getLineInfoForAddress()
992 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getLineInfoForAddressRange()
1039 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getInliningInfoForAddress()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h370 DWARFCompileUnit *getCompileUnitForAddress(uint64_t Address);