Home
last modified time | relevance | path

Searched refs:HasODR (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h87 HasODR = false; in CompileUnit()
91 HasODR = CanUseODR && (*Lang == dwarf::DW_LANG_C_plus_plus || in CompileUnit()
97 HasODR = false; in CompileUnit()
115 bool hasODR() const { return HasODR; } in hasODR()
316 bool HasODR; variable
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h87 HasODR = false; in CompileUnit()
91 HasODR = CanUseODR && (*Lang == dwarf::DW_LANG_C_plus_plus || in CompileUnit()
97 HasODR = false; in CompileUnit()
112 bool hasODR() const { return HasODR; } in hasODR()
320 bool HasODR; variable
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp207 HasODR = CanUseODR && (Lang == dwarf::DW_LANG_C_plus_plus || in CompileUnit()
230 bool hasODR() const { return HasODR; } in hasODR()
386 bool HasODR; member in llvm::dsymutil::__anondabe43b60111::CompileUnit
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1941 const DWARFAbbreviationDeclaration &Abbrev, bool HasODR) { in copyAbbrev() argument
1947 if (HasODR && isODRAttribute(Attr.Attr)) in copyAbbrev()