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

  /external/llvm/include/llvm/IR/
GlobalAlias.h 90 const GlobalObject *getBaseObject() const {
91 return const_cast<GlobalAlias *>(this)->getBaseObject();
93 GlobalObject *getBaseObject() {
97 const GlobalObject *getBaseObject(const DataLayout &DL, APInt &Offset) const {
98 return const_cast<GlobalAlias *>(this)->getBaseObject(DL, Offset);
100 GlobalObject *getBaseObject(const DataLayout &DL, APInt &Offset) {
  /external/llvm/lib/IR/
Globals.cpp 65 if (const GlobalObject *GO = GA->getBaseObject())
94 if (const GlobalObject *GO = GA->getBaseObject())
104 if (const GlobalObject *GO = GA->getBaseObject())
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 784 ComdatKey = GA->getBaseObject();
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 554 GVal = GA->getBaseObject();
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 605 if (auto F = dyn_cast<Function>(GA->getBaseObject())) {
    [all...]

Completed in 723 milliseconds