OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIC
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
StripSymbols.cpp
332
for (DICompileUnit *
DIC
: F.compile_units()) {
335
for (auto *DIG :
DIC
->getGlobalVariables()) {
351
LiveCUs.insert(
DIC
);
352
else if (!LiveCUs.count(
DIC
))
358
DIC
->replaceGlobalVariables(MDTuple::get(C, LiveGlobalVariables));
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
1083
MachO::linkedit_data_command
DIC
= O->getDataInCodeLoadCommand();
1084
uint32_t nentries =
DIC
.datasize / sizeof(struct MachO::data_in_code_entry);
Completed in 67 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026