Home
last modified time | relevance | path

Searched refs:getRuntimeLang (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContextImpl.h611 RuntimeLang(N->getRuntimeLang()), VTableHolder(N->getRawVTableHolder()),
627 RuntimeLang == RHS->getRuntimeLang() &&
H A DAsmWriter.cpp2035 Printer.printDwarfEnum("runtimeLang", N->getRuntimeLang(), in writeDICompositeType()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp641 IsImplementation = CT->getRuntimeLang() == 0 || CT->isObjcClassComplete(); in updateAcceleratorTables()
1037 unsigned RLang = CTy->getRuntimeLang(); in constructTypeDIE()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1098 getFlags(), getElements(), getRuntimeLang(), getVTableHolder(), in cloneImpl()
1186 unsigned getRuntimeLang() const { return RuntimeLang; } in getRuntimeLang() function
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1488 Record.push_back(N->getRuntimeLang()); in writeDICompositeType()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp1767 EXPECT_EQ(RuntimeLang, N->getRuntimeLang()); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1742 Record.push_back(N->getRuntimeLang()); in writeDICompositeType()