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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 1102 for (auto *IE : DIUnit->getImportedEntities())
1214 // getImportedEntities().empty() test should go below with the rest.
1216 CUNode->getImportedEntities(), [](const DIImportedEntity *IE) {
1258 for (auto *IE : CUNode->getImportedEntities())
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfo.cpp 179 for (auto *Import : CU->getImportedEntities()) {
Verifier.cpp 1224 for (Metadata *Op : N.getImportedEntities()->operands()) {
  /src/external/apache2/llvm/dist/llvm/lib/Linker/
IRMover.cpp 1181 for (auto *IE : CU->getImportedEntities()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 1405 getGlobalVariables(), getImportedEntities(), getMacros(), DWOId,
1473 DIImportedEntityArray getImportedEntities() const {
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 1773 Record.push_back(VE.getMetadataOrNullID(N->getImportedEntities().get()));

Completed in 82 milliseconds