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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIBuilder.h 31 class DIDescriptor;
139 unsigned LineNo, DIDescriptor Context);
164 DIType createMemberType(DIDescriptor Scope, StringRef Name, DIFile File,
208 DIType createClassType(DIDescriptor Scope, StringRef Name, DIFile File,
225 DIType createStructType(DIDescriptor Scope, StringRef Name, DIFile File,
240 DIType createUnionType(DIDescriptor Scope, StringRef Name, DIFile File,
254 createTemplateTypeParameter(DIDescriptor Scope, StringRef Name, DIType Ty,
268 createTemplateValueParameter(DIDescriptor Scope, StringRef Name, DIType Ty,
298 DIType createEnumerationType(DIDescriptor Scope, StringRef Name,
322 DIDescriptor createUnspecifiedParameter()
    [all...]
DebugInfo.h 47 /// DIDescriptor - A thin wraper around MDNode to access encoded debug info.
50 class DIDescriptor {
72 DIDescriptor getDescriptorField(unsigned Elt) const;
84 explicit DIDescriptor() : DbgNode(0) {}
85 explicit DIDescriptor(const MDNode *N) : DbgNode(N) {}
86 explicit DIDescriptor(const DIFile F);
87 explicit DIDescriptor(const DISubprogram F);
88 explicit DIDescriptor(const DILexicalBlockFile F);
89 explicit DIDescriptor(const DILexicalBlock F);
90 explicit DIDescriptor(const DIVariable F)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 33 // DIDescriptor
36 DIDescriptor::DIDescriptor(const DIFile F) : DbgNode(F.DbgNode) {
39 DIDescriptor::DIDescriptor(const DISubprogram F) : DbgNode(F.DbgNode) {
42 DIDescriptor::DIDescriptor(const DILexicalBlockFile F) : DbgNode(F.DbgNode) {
45 DIDescriptor::DIDescriptor(const DILexicalBlock F) : DbgNode(F.DbgNode) {
48 DIDescriptor::DIDescriptor(const DIVariable F) : DbgNode(F.DbgNode)
    [all...]
DIBuilder.cpp 68 if (DIDescriptor(N).isCompileUnit())
251 unsigned LineNo, DIDescriptor Context) {
311 DIType DIBuilder::createMemberType(DIDescriptor Scope, StringRef Name,
362 DIType DIBuilder::createClassType(DIDescriptor Context, StringRef Name,
391 DIBuilder::createTemplateTypeParameter(DIDescriptor Context, StringRef Name,
409 DIBuilder::createTemplateValueParameter(DIDescriptor Context, StringRef Name,
427 DIType DIBuilder::createStructType(DIDescriptor Context, StringRef Name,
452 DIType DIBuilder::createUnionType(DIDescriptor Scope, StringRef Name,
499 DIType DIBuilder::createEnumerationType(DIDescriptor Scope, StringRef Name,
601 DIDescriptor DIBuilder::createUnspecifiedParameter()
    [all...]
DbgInfoPrinter.cpp 69 DIDescriptor DIG(cast<MDNode>(NMD->getOperand(i)));
86 DIDescriptor DIG(cast<MDNode>(NMD->getOperand(i)));
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LexicalScopes.cpp 124 DIDescriptor D = DIDescriptor(Scope);
152 DIDescriptor D = DIDescriptor(Scope);
155 D = DIDescriptor(Scope);
165 WScope = new LexicalScope(Parent, DIDescriptor(Scope), NULL, false);
167 if (!Parent && DIDescriptor(Scope).isSubprogram()
183 DIDescriptor(Scope), InlinedAt, false);
193 DIDescriptor Scope(N);
203 DIDescriptor ParentDesc = DB.getContext()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 373 DIDescriptor varField = DIDescriptor();
374 DIDescriptor forwardingField = DIDescriptor();
377 DIDescriptor Element = Fields.getElement(i);
553 DIDescriptor Element = TParams.getElement(i);
564 void CompileUnit::addToContextOwner(DIE *Die, DIDescriptor Context) {
635 DIDescriptor Context = Ty.getContext();
730 DIDescriptor Enum(Elements.getElement(i));
741 DIDescriptor RTy = Elements.getElement(0)
    [all...]
DwarfCompileUnit.h 226 void addToContextOwner(DIE *Die, DIDescriptor Context);
DwarfDebug.cpp 109 DIDescriptor Element = Elements.getElement(i);
674 new LexicalScope(NULL, DIDescriptor(SP), NULL, false);
    [all...]
  /external/swiftshader/third_party/LLVM/tools/opt/
opt.cpp 354 void getContextName(DIDescriptor Context, std::string &N) {

Completed in 247 milliseconds