Home
last modified time | relevance | path

Searched refs:getCompileUnitForOffset (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDieTest.cpp73 DWARFCompileUnit *CU = Ctx->getCompileUnitForOffset(0); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h228 DWARFCompileUnit *getCompileUnitForOffset(uint64_t Offset);
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h248 DWARFCompileUnit *getCompileUnitForOffset(uint64_t Offset);
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h230 DWARFCompileUnit *getCompileUnitForOffset(uint32_t Offset);
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp442 DWARFCompileUnit *DWARFContext::getCompileUnitForOffset(uint32_t Offset) { in getCompileUnitForOffset() function in DWARFContext
451 return getCompileUnitForOffset(CUOffset); in getCompileUnitForAddress()
/external/llvm-project/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp376 DWARFCompileUnit *CU = DICtx.getCompileUnitForOffset(*CUOff); in toDie()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp929 DWARFCompileUnit *DWARFContext::getCompileUnitForOffset(uint64_t Offset) { in getCompileUnitForOffset() function in DWARFContext
939 return getCompileUnitForOffset(CUOffset); in getCompileUnitForAddress()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp987 DWARFCompileUnit *DWARFContext::getCompileUnitForOffset(uint64_t Offset) { in getCompileUnitForOffset() function in DWARFContext
997 return getCompileUnitForOffset(CUOffset); in getCompileUnitForAddress()