HomeSort by relevance Sort by last modified time
    Searched refs:DIVariable (Results 1 - 25 of 32) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIBuilder.h 38 class DIVariable;
375 DIVariable createLocalVariable(unsigned Tag, DIDescriptor Scope,
395 DIVariable createComplexVariable(unsigned Tag, DIDescriptor Scope,
488 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
495 Instruction *insertDeclare(llvm::Value *Storage, DIVariable VarInfo,
505 DIVariable VarInfo,
514 DIVariable VarInfo,
DebugInfo.h 44 class DIVariable;
90 explicit DIDescriptor(const DIVariable F);
615 /// DIVariable - This is a wrapper for a variable (e.g. parameter, local,
617 class DIVariable : public DIDescriptor {
619 explicit DIVariable(const MDNode *N = 0)
785 DIVariable createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
789 DIVariable cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 48 DIDescriptor::DIDescriptor(const DIVariable F) : DbgNode(F.DbgNode) {
114 unsigned DIVariable::getNumAddrElements() const {
123 MDNode *DIVariable::getInlinedAt() const {
184 /// isVariable - Return true if the specified tag is legal for DIVariable.
450 bool DIVariable::Verify() const {
504 bool DIVariable::isInlinedFnArgument(const Function *CurFn) {
776 void DIVariable::printExtendedName(raw_ostream &OS) const {
792 void DIVariable::print(raw_ostream &OS) const {
845 void DIVariable::dump() const {
903 DIVariable llvm::createInlinedVariable(MDNode *DV, MDNode *InlinedScope
    [all...]
DIBuilder.cpp 701 DIVariable DIBuilder::createLocalVariable(unsigned Tag, DIDescriptor Scope,
725 return DIVariable(Node);
730 DIVariable DIBuilder::createComplexVariable(unsigned Tag, DIDescriptor Scope,
747 return DIVariable(MDNode::get(VMContext, Elts));
    [all...]
DbgInfoPrinter.cpp 150 DIVariable Var(cast<MDNode>(DDI->getVariable()));
  /external/swiftshader/third_party/LLVM/tools/llvm-dis/
llvm-dis.cpp 92 DIVariable Var(DDI->getVariable());
101 DIVariable Var(DVI->getVariable());
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 125 DIVariable Var; // Variable Descriptor.
133 DbgVariable(DIVariable V, DbgVariable *AV)
138 DIVariable getVariable() const { return Var; }
316 DbgVariable *findAbstractVariable(DIVariable &Var, DebugLoc Loc);
DwarfCompileUnit.h 176 void addSourceLine(DIE *Die, DIVariable V);
DwarfDebug.cpp 683 DIVariable DV(Variables.getElement(vi));
764 DbgVariable *DwarfDebug::findAbstractVariable(DIVariable &DV,
768 DIVariable Var = cleanseInlinedVariable(DV, Ctx);
789 DIVariable DV = Var->getVariable();
818 DIVariable DV(Var);
    [all...]
DwarfCompileUnit.cpp 113 void CompileUnit::addSourceLine(DIE *Die, DIVariable V) {
257 /// given the extra address information encoded in the DIVariable, starting from
794 DIVariable DV(Element);
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreAsmPrinter.cpp 273 DIVariable V(const_cast<MDNode *>(MI->getOperand(NOps-1).getMetadata()));
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
Local.cpp 796 DIVariable DIVar(DDI->getVariable());
827 DIVariable DIVar(DDI->getVariable());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 116 DIVariable(DI->getVariable()).Verify() &&
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCAsmPrinter.cpp 310 DIVariable V(const_cast<MDNode *>(MI->getOperand(NOps-1).getMetadata()));
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86AsmPrinter.cpp 688 DIVariable V(const_cast<MDNode *>(MI->getOperand(NOps-1).getMetadata()));
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]

Completed in 465 milliseconds

1 2