OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GlobalAlias
(Results
26 - 50
of
51
) sorted by null
1
2
3
/external/clang/lib/CodeGen/
CGObjCGNU.cpp
291
llvm::
GlobalAlias
*ClassPtrAlias;
296
llvm::
GlobalAlias
*MetaClassPtrAlias;
315
typedef std::pair<std::string, llvm::
GlobalAlias
*> TypedSelector;
[
all
...]
ItaniumCXXABI.cpp
[
all
...]
MicrosoftCXXABI.cpp
[
all
...]
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
692
if (
GlobalAlias
*GA = dyn_cast<
GlobalAlias
>(V)) {
[
all
...]
/external/llvm/lib/IR/
AsmWriter.cpp
415
if (const
GlobalAlias
*GA = dyn_cast<
GlobalAlias
>(V))
624
(isa<
GlobalAlias
>(V) ? 'A' : 'o'))) << "]\n");
[
all
...]
ConstantFold.cpp
26
#include "llvm/IR/
GlobalAlias
.h"
[
all
...]
Core.cpp
23
#include "llvm/IR/
GlobalAlias
.h"
[
all
...]
/external/llvm/lib/LTO/
LTOModule.cpp
573
assert(isa<
GlobalAlias
>(GV));
/external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp
32
#include "llvm/IR/
GlobalAlias
.h"
303
if (const
GlobalAlias
*GA = dyn_cast<
GlobalAlias
>(V)) {
[
all
...]
InstructionSimplify.cpp
30
#include "llvm/IR/
GlobalAlias
.h"
618
} else if (
GlobalAlias
*GA = dyn_cast<
GlobalAlias
>(V)) {
[
all
...]
ScalarEvolution.cpp
76
#include "llvm/IR/
GlobalAlias
.h"
[
all
...]
/external/llvm/lib/Analysis/IPA/
InlineCost.cpp
27
#include "llvm/IR/
GlobalAlias
.h"
[
all
...]
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
783
if (const auto *GA = dyn_cast<
GlobalAlias
>(ComdatKey))
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c
491
GlobalAlias
,
526
DEFINE_CASE(Val,
GlobalAlias
);
[
all
...]
llvm.ml
273
|
GlobalAlias
[
all
...]
llvm.mli
340
|
GlobalAlias
[
all
...]
/external/llvm/include/llvm-c/
Core.h
[
all
...]
/external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp
[
all
...]
GlobalOpt.cpp
[
all
...]
/external/llvm/tools/llvm-nm/
llvm-nm.cpp
20
#include "llvm/IR/
GlobalAlias
.h"
739
if (GV && isa<
GlobalAlias
>(GV))
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
/external/llvm/lib/AsmParser/
LLParser.cpp
718
if(!
GlobalAlias
::isValidLinkage(Linkage))
751
std::unique_ptr<
GlobalAlias
> GA(
752
GlobalAlias
::create(Ty, AddrSpace, (GlobalValue::LinkageTypes)Linkage,
[
all
...]
/external/llvm/lib/Transforms/Scalar/
SROA.cpp
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
698
for (const
GlobalAlias
&A : M->aliases()) {
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
268
if (isa<
GlobalAlias
>(GV))
[
all
...]
Completed in 1690 milliseconds
1
2
3