HomeSort by relevance Sort by last modified time
    Searched defs:cu_iterator_range (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 87 typedef DWARFUnitSection<DWARFCompileUnit>::iterator_range cu_iterator_range; typedef in class:llvm::DWARFContext
92 cu_iterator_range compile_units() {
94 return cu_iterator_range(CUs.begin(), CUs.end());
104 cu_iterator_range dwo_compile_units() {
106 return cu_iterator_range(DWOCUs.begin(), DWOCUs.end());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 104 typedef DWARFUnitSection<DWARFCompileUnit>::iterator_range cu_iterator_range; typedef in class:llvm::DWARFContext
109 cu_iterator_range compile_units() {
111 return cu_iterator_range(CUs.begin(), CUs.end());
121 cu_iterator_range dwo_compile_units() {
123 return cu_iterator_range(DWOCUs.begin(), DWOCUs.end());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFContext.h 115 typedef DWARFUnitSection<DWARFCompileUnit>::iterator_range cu_iterator_range; typedef in class:llvm::DWARFContext
120 cu_iterator_range compile_units() {
122 return cu_iterator_range(CUs.begin(), CUs.end());
132 cu_iterator_range dwo_compile_units() {
134 return cu_iterator_range(DWOCUs.begin(), DWOCUs.end());
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFContext.h 115 typedef DWARFUnitSection<DWARFCompileUnit>::iterator_range cu_iterator_range; typedef in class:llvm::DWARFContext
120 cu_iterator_range compile_units() {
122 return cu_iterator_range(CUs.begin(), CUs.end());
132 cu_iterator_range dwo_compile_units() {
134 return cu_iterator_range(DWOCUs.begin(), DWOCUs.end());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 104 typedef DWARFUnitSection<DWARFCompileUnit>::iterator_range cu_iterator_range; typedef in class:llvm::DWARFContext
109 cu_iterator_range compile_units() {
111 return cu_iterator_range(CUs.begin(), CUs.end());
121 cu_iterator_range dwo_compile_units() {
123 return cu_iterator_range(DWOCUs.begin(), DWOCUs.end());
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFContext.h 115 typedef DWARFUnitSection<DWARFCompileUnit>::iterator_range cu_iterator_range; typedef in class:llvm::DWARFContext
120 cu_iterator_range compile_units() {
122 return cu_iterator_range(CUs.begin(), CUs.end());
132 cu_iterator_range dwo_compile_units() {
134 return cu_iterator_range(DWOCUs.begin(), DWOCUs.end());
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFContext.h 115 typedef DWARFUnitSection<DWARFCompileUnit>::iterator_range cu_iterator_range; typedef in class:llvm::DWARFContext
120 cu_iterator_range compile_units() {
122 return cu_iterator_range(CUs.begin(), CUs.end());
132 cu_iterator_range dwo_compile_units() {
134 return cu_iterator_range(DWOCUs.begin(), DWOCUs.end());

Completed in 271 milliseconds