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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h418 DWARFCompileUnit *getCompileUnitForAddress(uint64_t Address);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp998 DWARFCompileUnit *DWARFContext::getCompileUnitForAddress(uint64_t Address) { function in class:DWARFContext
1008 DWARFCompileUnit *CU = getCompileUnitForAddress(Address);
1217 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address);
1231 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address);
1251 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address);
1307 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address);

Completed in 204 milliseconds