Home
last modified time | relevance | path

Searched refs:getTUIndexSection (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h223 virtual StringRef getTUIndexSection() = 0;
321 StringRef getTUIndexSection() override { return TUIndexSection; } in getTUIndexSection() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h84 virtual StringRef getTUIndexSection() const { return ""; } in getTUIndexSection() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h81 virtual StringRef getTUIndexSection() const { return ""; } in getTUIndexSection() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/DWARF/
DDWARFObject.h84 virtual StringRef getTUIndexSection() const { return ""; } in getTUIndexSection() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/DWARF/
DDWARFObject.h84 virtual StringRef getTUIndexSection() const { return ""; } in getTUIndexSection() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/DWARF/
DDWARFObject.h84 virtual StringRef getTUIndexSection() const { return ""; } in getTUIndexSection() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/DWARF/
DDWARFObject.h84 virtual StringRef getTUIndexSection() const { return ""; } in getTUIndexSection() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp505 DObj->getTUIndexSection())) { in dump()
712 DataExtractor TUIndexData(DObj->getTUIndexSection(), isLittleEndian(), 0); in getTUIndex()
1814 StringRef getTUIndexSection() const override { return TUIndexSection; } in getTUIndexSection() function in __anon67bd87680d11::DWARFObjInMemory
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp573 DObj->getTUIndexSection())) { in dump()
865 DataExtractor TUIndexData(DObj->getTUIndexSection(), isLittleEndian(), 0); in getTUIndex()
1987 StringRef getTUIndexSection() const override { return TUIndexSection; } in getTUIndexSection() function in __anon7dea586e1011::DWARFObjInMemory
H A DDWARFVerifier.cpp448 DCtx.getDWARFObj().getTUIndexSection()) == 0; in handleDebugTUIndex()
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp291 DataExtractor TUIndexData(getTUIndexSection(), isLittleEndian(), 0); in getTUIndex()