/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
MetadataTest.cpp | [all...] |
/external/llvm/include/llvm/IR/ |
DebugInfoMetadata.h | [all...] |
/external/llvm/unittests/IR/ |
MetadataTest.cpp | [all...] |
/external/llvm/lib/IR/ |
LLVMContextImpl.h | 525 bool IsLocalToUnit; 541 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine, 547 Line(Line), Type(Type), IsLocalToUnit(IsLocalToUnit), 558 IsLocalToUnit(N->isLocalToUnit()), IsDefinition(N->isDefinition()), 570 Type == RHS->getRawType() && IsLocalToUnit == RHS->isLocalToUnit() && 759 bool IsLocalToUnit; 766 bool IsLocalToUnit, bool IsDefinition, Metadata *Variable [all...] |
DebugInfoMetadata.cpp | 413 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine, 422 (Scope, Name, LinkageName, File, Line, Type, IsLocalToUnit, IsDefinition, 429 ThisAdjustment, Flags, IsLocalToUnit, 511 Metadata *Type, bool IsLocalToUnit, bool IsDefinition, 519 IsLocalToUnit, IsDefinition, Variable, 523 DEFINE_GETIMPL_STORE(DIGlobalVariable, (Line, IsLocalToUnit, IsDefinition),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
LLVMContextImpl.h | 610 bool IsLocalToUnit; 627 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine, 634 Line(Line), Type(Type), IsLocalToUnit(IsLocalToUnit), 645 IsLocalToUnit(N->isLocalToUnit()), IsDefinition(N->isDefinition()), 658 Type == RHS->getRawType() && IsLocalToUnit == RHS->isLocalToUnit() && 865 bool IsLocalToUnit; 872 bool IsLocalToUnit, bool IsDefinition [all...] |
DebugInfoMetadata.cpp | 502 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine, 510 DISubprogram, (Scope, Name, LinkageName, File, Line, Type, IsLocalToUnit, 527 ThisAdjustment, Flags, IsLocalToUnit, IsDefinition, 610 Metadata *Type, bool IsLocalToUnit, bool IsDefinition, 618 IsLocalToUnit, IsDefinition, 623 (Line, IsLocalToUnit, IsDefinition, AlignInBits), [all...] |
DebugInfo.cpp | 441 FileAndScope, MDS->getLine(), Type, MDS->isLocalToUnit(), 453 FileAndScope, MDS->getLine(), Type, MDS->isLocalToUnit(), 802 LLVMBool IsLocalToUnit, LLVMBool IsDefinition, 807 IsLocalToUnit, IsDefinition, ScopeLine, map_from_llvmDIFlags(Flags), [all...] |
/external/llvm/bindings/go/llvm/ |
DIBuilderBindings.h | 57 LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition,
|
DIBuilderBindings.cpp | 76 LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition, 82 IsLocalToUnit, IsDefinition, ScopeLine, Flags,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
DebugInfoMetadata.h | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
Debugify.cpp | 99 bool IsLocalToUnit = F.hasPrivateLinkage() || F.hasInternalLinkage(); 102 IsLocalToUnit, /*isDefinition=*/true, NextLine,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
DebugInfo.h | 270 * \param IsLocalToUnit True if this function is not externally visible. 281 LLVMBool IsLocalToUnit, LLVMBool IsDefinition, [all...] |