HomeSort by relevance Sort by last modified time
    Searched refs:DIC (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 314 for (DICompileUnit *DIC : F.compile_units()) {
317 for (DISubprogram *DISP : DIC->getSubprograms()) {
331 for (DIGlobalVariable *DIG : DIC->getGlobalVariables()) {
348 DIC->replaceSubprograms(MDTuple::get(C, LiveSubprograms));
353 DIC->replaceGlobalVariables(MDTuple::get(C, LiveGlobalVariables));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_char/d/
T_aput_char_5.d 26 .method public run([DIC)V
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 424 MachO::linkedit_data_command DIC = O->getDataInCodeLoadCommand();
425 uint32_t nentries = DIC.datasize / sizeof(struct MachO::data_in_code_entry);
    [all...]

Completed in 101 milliseconds