HomeSort by: relevance | last modified time | path
    Searched refs:isODRUniquingDebugTypes (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
LLVMContext.h 152 bool isODRUniquingDebugTypes() const;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContext.cpp 320 bool LLVMContext::isODRUniquingDebugTypes() const { return !!pImpl->DITypeMap; }
DebugInfoMetadata.cpp 631 if (!Context.isODRUniquingDebugTypes())
670 if (!Context.isODRUniquingDebugTypes())
685 if (!Context.isODRUniquingDebugTypes())
Verifier.cpp 5613 if (M.getContext().isODRUniquingDebugTypes())
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOBackend.cpp 615 assert(Mod.getContext().isODRUniquingDebugTypes() &&

Completed in 66 milliseconds