OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMUsed
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp
68
static void FindUsedValues(GlobalVariable *
LLVMUsed
,
70
if (!
LLVMUsed
) return;
71
ConstantArray *Inits = cast<ConstantArray>(
LLVMUsed
->getInitializer());
StripSymbols.cpp
193
static void findUsedValues(GlobalVariable *
LLVMUsed
,
195
if (!
LLVMUsed
) return;
196
UsedValues.insert(
LLVMUsed
);
198
ConstantArray *Inits = cast<ConstantArray>(
LLVMUsed
->getInitializer());
GlobalOpt.cpp
[
all
...]
/external/llvm/lib/LTO/
LTOCodeGenerator.cpp
344
static void findUsedValues(GlobalVariable *
LLVMUsed
,
346
if (!
LLVMUsed
) return;
348
ConstantArray *Inits = cast<ConstantArray>(
LLVMUsed
->getInitializer());
/external/clang/lib/CodeGen/
CodeGenModule.h
341
std::vector<llvm::WeakVH>
LLVMUsed
;
[
all
...]
CodeGenModule.cpp
[
all
...]
Completed in 49 milliseconds