HomeSort by relevance Sort by last modified time
    Searched refs:GlobalValue (Results 51 - 75 of 216) sorted by null

1 23 4 5 6 7 8 9

  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 48 TargetLoweringObjectFileELF::getCFIPersonalitySymbol(const GlobalValue *GV,
174 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
207 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
317 getExprForDwarfGlobalReference(const GlobalValue *GV, Mangler *Mang,
432 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
471 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
554 shouldEmitUsedDirectiveFor(const GlobalValue *GV, Mangler *Mang) const {
573 getExprForDwarfGlobalReference(const GlobalValue *GV, Mangler *Mang,
606 getCFIPersonalitySymbol(const GlobalValue *GV, Mangler *Mang,
668 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind
    [all...]
  /external/llvm/include/llvm/
Constant.h 112 static inline bool classof(const GlobalValue *) { return true; }
Module.h 290 GlobalValue *getNamedValue(StringRef Name) const;
448 bool isMaterializable(const GlobalValue *GV) const;
451 bool isDematerializable(const GlobalValue *GV) const;
453 /// Materialize - Make sure the GlobalValue is fully read. If the module is
456 bool Materialize(GlobalValue *GV, std::string *ErrInfo = 0);
457 /// Dematerialize - If the GlobalValue is read in, and if the GVMaterializer
460 void Dematerialize(GlobalValue *GV);
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 207 virtual bool isMaterializable(const GlobalValue *GV) const;
208 virtual bool isDematerializable(const GlobalValue *GV) const;
209 virtual bool Materialize(GlobalValue *GV, std::string *ErrInfo = 0);
211 virtual void Dematerialize(GlobalValue *GV);
  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 55 GlobalValue::AppendingLinkage, NewInit, Array);
  /external/llvm/lib/VMCore/
User.cpp 11 #include "llvm/GlobalValue.h"
28 assert((!isa<Constant>(this) || isa<GlobalValue>(this)) &&
AsmWriter.cpp 62 if (const GlobalValue *GV = dyn_cast<GlobalValue>(V))
128 isa<GlobalValue>(V) ? GlobalPrefix : LocalPrefix);
334 int getGlobalSlot(const GlobalValue *V);
361 /// CreateModuleSlot - Insert the specified GlobalValue* into the slot table.
362 void CreateModuleSlot(const GlobalValue *V);
536 int SlotTracker::getGlobalSlot(const GlobalValue *V) {
568 /// CreateModuleSlot - Insert the specified GlobalValue* into the slot table.
569 void SlotTracker::CreateModuleSlot(const GlobalValue *V) {
    [all...]
Module.cpp 112 GlobalValue *Module::getNamedValue(StringRef Name) const {
113 return cast_or_null<GlobalValue>(getValueSymbolTable().lookup(Name));
143 GlobalValue *F = getNamedValue(Name);
176 GlobalValue *F = getNamedValue(Name);
396 bool Module::isMaterializable(const GlobalValue *GV) const {
402 bool Module::isDematerializable(const GlobalValue *GV) const {
408 bool Module::Materialize(GlobalValue *GV, std::string *ErrInfo) {
414 void Module::Dematerialize(GlobalValue *GV) {
563 if (!isa<Constant>(V) || isa<GlobalValue>(V)) return;
Core.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 205 virtual bool isMaterializable(const GlobalValue *GV) const;
206 virtual bool isDematerializable(const GlobalValue *GV) const;
207 virtual bool Materialize(GlobalValue *GV, std::string *ErrInfo = 0);
209 virtual void Dematerialize(GlobalValue *GV);
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 198 virtual bool isMaterializable(const GlobalValue *GV) const;
199 virtual bool isDematerializable(const GlobalValue *GV) const;
200 virtual bool Materialize(GlobalValue *GV, std::string *ErrInfo = 0);
202 virtual void Dematerialize(GlobalValue *GV);
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 93 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
122 void emitGlobalAddressUnaligned(const GlobalValue *GV, unsigned Reloc,
243 void MipsCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
246 const_cast<GlobalValue *>(GV), 0,
250 void MipsCodeEmitter::emitGlobalAddressUnaligned(const GlobalValue *GV,
253 const_cast<GlobalValue *>(GV), 0, false));
255 Reloc, const_cast<GlobalValue *>(GV), 0, false));
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 142 const GlobalValue *ToUnmap) {
159 void ExecutionEngine::addGlobalMapping(const GlobalValue *GV, void *Addr) {
170 AssertingVH<const GlobalValue> &V =
194 void *ExecutionEngine::updateGlobalMapping(const GlobalValue *GV, void *Addr) {
213 AssertingVH<const GlobalValue> &V =
221 void *ExecutionEngine::getPointerToGlobalIfAvailable(const GlobalValue *GV) {
229 const GlobalValue *ExecutionEngine::getGlobalValueAtAddress(void *Addr) {
241 std::map<void *, AssertingVH<const GlobalValue> >::iterator I =
512 void *ExecutionEngine::getPointerToGlobal(const GlobalValue *GV) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 168 if (!isa<GlobalValue>(V) || cast<GlobalValue>(V)->hasLocalLinkage()) {
194 SmallPtrSet<const GlobalValue*, 8> &UsedValues) {
202 if (GlobalValue *GV =
203 dyn_cast<GlobalValue>(Inits->getOperand(i)->stripPointerCasts()))
210 SmallPtrSet<const GlobalValue*, 8> llvmUsedValues;
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 76 if (C && !isa<GlobalValue>(C) && !Done.count(C))
141 I->setLinkage(GlobalValue::ExternalLinkage);
268 GlobalValue::AppendingLinkage,
280 GlobalValue::AppendingLinkage,
296 I->setLinkage(GlobalValue::ExternalLinkage);
301 I->setLinkage(GlobalValue::ExternalLinkage);
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 131 void printLinkageType(GlobalValue::LinkageTypes LT);
132 void printVisibilityType(GlobalValue::VisibilityTypes VisTypes);
277 void CppWriter::printLinkageType(GlobalValue::LinkageTypes LT) {
279 case GlobalValue::InternalLinkage:
280 Out << "GlobalValue::InternalLinkage"; break;
281 case GlobalValue::PrivateLinkage:
282 Out << "GlobalValue::PrivateLinkage"; break;
283 case GlobalValue::LinkerPrivateLinkage:
284 Out << "GlobalValue::LinkerPrivateLinkage"; break;
285 case GlobalValue::LinkerPrivateWeakLinkage
    [all...]
  /external/llvm/include/llvm/Target/
TargetMachine.h 27 class GlobalValue;
201 TLSModel::Model getTLSModel(const GlobalValue *GV) const;
  /external/llvm/lib/Target/X86/
X86Subtarget.h 26 class GlobalValue;
280 unsigned char ClassifyGlobalReference(const GlobalValue *GV,
  /external/llvm/include/llvm/Transforms/Utils/
AddrModeMatcher.h 27 class GlobalValue;
  /external/llvm/lib/Analysis/IPA/
FindUsedTypes.cpp 49 if (!isa<GlobalValue>(C))
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.h 120 MCSymbol *GetARMGVSymbol(const GlobalValue *GV);
ARMJITInfo.h 40 // Sym2IndirectSymMap - A map from symbol (GlobalValue and ExternalSymbol)
61 virtual void *emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr,
  /external/llvm/lib/Target/
TargetMachine.cpp 14 #include "llvm/GlobalValue.h"
78 TLSModel::Model TargetMachine::getTLSModel(const GlobalValue *GV) const {
  /external/llvm/lib/Transforms/Instrumentation/
EdgeProfiling.cpp 79 new GlobalVariable(M, ATy, false, GlobalValue::InternalLinkage,
ProfilingUtils.cpp 25 GlobalValue *Array,
108 GlobalValue *CounterArray, bool beginning) {
164 GlobalValue::AppendingLinkage, NULL, "llvm.global_dtors");

Completed in 855 milliseconds

1 23 4 5 6 7 8 9