Home
last modified time | relevance | path

Searched defs:hasODR (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h115 bool hasODR() const { return HasODR; } in hasODR() function
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h112 bool hasODR() const { return HasODR; } in hasODR() function
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp230 bool hasODR() const { return HasODR; } in hasODR() function in llvm::dsymutil::__anondabe43b60111::CompileUnit
3199 const DWARFAbbreviationDeclaration &Abbrev, bool hasODR) { in copyAbbrev()