Home
last modified time | relevance | path

Searched refs:getIdentifiedStructTypes (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGVMaterializer.h47 virtual std::vector<StructType *> getIdentifiedStructTypes() const = 0;
DModule.h325 std::vector<StructType *> getIdentifiedStructTypes() const;
/external/llvm/include/llvm/IR/
DGVMaterializer.h48 virtual std::vector<StructType *> getIdentifiedStructTypes() const = 0;
DModule.h313 std::vector<StructType *> getIdentifiedStructTypes() const;
/external/llvm/lib/IR/
DModule.cpp431 std::vector<StructType *> Module::getIdentifiedStructTypes() const { in getIdentifiedStructTypes() function in Module
436 return Materializer->getIdentifiedStructTypes(); in getIdentifiedStructTypes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModule.cpp410 std::vector<StructType *> Module::getIdentifiedStructTypes() const { in getIdentifiedStructTypes() function in Module
415 return Materializer->getIdentifiedStructTypes(); in getIdentifiedStructTypes()
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/X86/
Dtype-mapping-bug.ll19 ; which will then show up in Src's getIdentifiedStructTypes().
/external/llvm/lib/Transforms/Instrumentation/
DEfficiencySanitizer.cpp402 std::vector<StructType *> Vec = M.getIdentifiedStructTypes(); in createCacheFragInfoGV()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DEfficiencySanitizer.cpp413 std::vector<StructType *> Vec = M.getIdentifiedStructTypes(); in createCacheFragInfoGV()
/external/llvm/lib/Linker/
DIRMover.cpp692 std::vector<StructType *> Types = SrcM->getIdentifiedStructTypes(); in computeTypeMapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DIRMover.cpp734 std::vector<StructType *> Types = SrcM->getIdentifiedStructTypes(); in computeTypeMapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp534 std::vector<StructType *> getIdentifiedStructTypes() const override;
4812 std::vector<StructType *> BitcodeReader::getIdentifiedStructTypes() const { in getIdentifiedStructTypes() function in BitcodeReader
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp301 std::vector<StructType *> getIdentifiedStructTypes() const override;
5782 std::vector<StructType *> BitcodeReader::getIdentifiedStructTypes() const { in getIdentifiedStructTypes() function in BitcodeReader