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

  /external/llvm/lib/IR/
LLVMContext.cpp 329 bool LLVMContext::isODRUniquingDebugTypes() const { return !!pImpl->DITypeMap; }
332 if (pImpl->DITypeMap)
335 pImpl->DITypeMap.emplace();
338 void LLVMContext::disableDebugTypeODRUniquing() { pImpl->DITypeMap.reset(); }
DebugInfoMetadata.cpp 287 auto *&CT = (*Context.pImpl->DITypeMap)[&Identifier];
321 auto *&CT = (*Context.pImpl->DITypeMap)[&Identifier];
335 return Context.pImpl->DITypeMap->lookup(&Identifier);
LLVMContextImpl.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
LLVMContext.cpp 320 bool LLVMContext::isODRUniquingDebugTypes() const { return !!pImpl->DITypeMap; }
323 if (pImpl->DITypeMap)
326 pImpl->DITypeMap.emplace();
329 void LLVMContext::disableDebugTypeODRUniquing() { pImpl->DITypeMap.reset(); }
DebugInfoMetadata.cpp 347 auto *&CT = (*Context.pImpl->DITypeMap)[&Identifier];
382 auto *&CT = (*Context.pImpl->DITypeMap)[&Identifier];
396 return Context.pImpl->DITypeMap->lookup(&Identifier);
    [all...]
LLVMContextImpl.h     [all...]

Completed in 63 milliseconds