Home
last modified time | relevance | path

Searched refs:ChildDie (Results 1 – 17 of 17) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp200 for (DWARFDie ChildDie : Die.children()) { in hasInlineInfo() local
201 if (hasInlineInfo(ChildDie, Depth + 1)) in hasInlineInfo()
237 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
238 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, II); in parseInlineInfo()
244 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
245 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, parent); in parseInlineInfo()
421 for (DWARFDie ChildDie : Die.children()) in handleDie() local
422 handleDie(OS, CUI, ChildDie); in handleDie()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp200 for (DWARFDie ChildDie : Die.children()) { in hasInlineInfo() local
201 if (hasInlineInfo(ChildDie, Depth + 1)) in hasInlineInfo()
237 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
238 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, II); in parseInlineInfo()
244 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
245 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, parent); in parseInlineInfo()
421 for (DWARFDie ChildDie : Die.children()) in handleDie() local
422 handleDie(OS, CUI, ChildDie); in handleDie()
/dports/devel/llvm11/llvm-11.0.1.src/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp200 for (DWARFDie ChildDie : Die.children()) { in hasInlineInfo() local
201 if (hasInlineInfo(ChildDie, Depth + 1)) in hasInlineInfo()
237 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
238 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, II); in parseInlineInfo()
244 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
245 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, parent); in parseInlineInfo()
421 for (DWARFDie ChildDie : Die.children()) in handleDie() local
422 handleDie(OS, CUI, ChildDie); in handleDie()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp200 for (DWARFDie ChildDie : Die.children()) { in hasInlineInfo() local
201 if (hasInlineInfo(ChildDie, Depth + 1)) in hasInlineInfo()
237 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
238 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, II); in parseInlineInfo()
244 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
245 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, parent); in parseInlineInfo()
421 for (DWARFDie ChildDie : Die.children()) in handleDie() local
422 handleDie(OS, CUI, ChildDie); in handleDie()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp200 for (DWARFDie ChildDie : Die.children()) { in hasInlineInfo() local
201 if (hasInlineInfo(ChildDie, Depth + 1)) in hasInlineInfo()
237 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
238 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, II); in parseInlineInfo()
244 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
245 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, parent); in parseInlineInfo()
421 for (DWARFDie ChildDie : Die.children()) in handleDie() local
422 handleDie(OS, CUI, ChildDie); in handleDie()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp200 for (DWARFDie ChildDie : Die.children()) { in hasInlineInfo() local
201 if (hasInlineInfo(ChildDie, Depth + 1)) in hasInlineInfo()
237 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
238 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, II); in parseInlineInfo()
244 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
245 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, parent); in parseInlineInfo()
426 for (DWARFDie ChildDie : Die.children()) in handleDie() local
427 handleDie(OS, CUI, ChildDie); in handleDie()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp200 for (DWARFDie ChildDie : Die.children()) { in hasInlineInfo() local
201 if (hasInlineInfo(ChildDie, Depth + 1)) in hasInlineInfo()
237 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
238 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, II); in parseInlineInfo()
244 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
245 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, parent); in parseInlineInfo()
426 for (DWARFDie ChildDie : Die.children()) in handleDie() local
427 handleDie(OS, CUI, ChildDie); in handleDie()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp200 for (DWARFDie ChildDie : Die.children()) { in hasInlineInfo() local
201 if (hasInlineInfo(ChildDie, Depth + 1)) in hasInlineInfo()
237 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
238 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, II); in parseInlineInfo()
244 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
245 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, parent); in parseInlineInfo()
426 for (DWARFDie ChildDie : Die.children()) in handleDie() local
427 handleDie(OS, CUI, ChildDie); in handleDie()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp200 for (DWARFDie ChildDie : Die.children()) { in hasInlineInfo() local
201 if (hasInlineInfo(ChildDie, Depth + 1)) in hasInlineInfo()
237 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
238 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, II); in parseInlineInfo()
244 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
245 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, parent); in parseInlineInfo()
424 for (DWARFDie ChildDie : Die.children()) in handleDie() local
425 handleDie(OS, CUI, ChildDie); in handleDie()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp200 for (DWARFDie ChildDie : Die.children()) { in hasInlineInfo() local
201 if (hasInlineInfo(ChildDie, Depth + 1)) in hasInlineInfo()
237 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
238 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, II); in parseInlineInfo()
244 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
245 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, parent); in parseInlineInfo()
426 for (DWARFDie ChildDie : Die.children()) in handleDie() local
427 handleDie(OS, CUI, ChildDie); in handleDie()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp200 for (DWARFDie ChildDie : Die.children()) { in hasInlineInfo() local
201 if (hasInlineInfo(ChildDie, Depth + 1)) in hasInlineInfo()
237 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
238 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, II); in parseInlineInfo()
244 for (DWARFDie ChildDie : Die.children()) in parseInlineInfo() local
245 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, parent); in parseInlineInfo()
426 for (DWARFDie ChildDie : Die.children()) in handleDie() local
427 handleDie(OS, CUI, ChildDie); in handleDie()
/dports/www/firefox-esr/firefox-91.8.0/ipc/ipdl/test/cxx/
H A DIPDLUnitTests.template.cpp292 static void ChildDie() { in ChildDie() function
302 MessageLoop::current()->PostTask(NewRunnableFunction("ChildDie", ChildDie)); in QuitChild()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/ipdl/test/cxx/
H A DIPDLUnitTests.template.cpp292 static void ChildDie() { in ChildDie() function
302 MessageLoop::current()->PostTask(NewRunnableFunction("ChildDie", ChildDie)); in QuitChild()
/dports/www/firefox/firefox-99.0/ipc/ipdl/test/cxx/
H A DIPDLUnitTests.template.cpp292 static void ChildDie() { in ChildDie() function
302 MessageLoop::current()->PostTask(NewRunnableFunction("ChildDie", ChildDie)); in QuitChild()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/ipdl/test/cxx/
H A DIPDLUnitTests.template.cpp292 static void ChildDie() { in ChildDie() function
302 MessageLoop::current()->PostTask(NewRunnableFunction("ChildDie", ChildDie)); in QuitChild()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/ipdl/test/cxx/
H A DIPDLUnitTests.template.cpp329 ChildDie() in ChildDie() function
343 NewRunnableFunction(ChildDie)); in QuitChild()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/ipdl/test/cxx/
H A DIPDLUnitTests.template.cpp314 ChildDie() in ChildDie() function
328 NewRunnableFunction(ChildDie)); in QuitChild()