Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h668 RuntimeLang(N->getRuntimeLang()), VTableHolder(N->getRawVTableHolder()),
684 RuntimeLang == RHS->getRuntimeLang() &&
H A DAsmWriter.cpp2118 Printer.printDwarfEnum("runtimeLang", N->getRuntimeLang(), in writeDICompositeType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp640 IsImplementation = CT->getRuntimeLang() == 0 || CT->isObjcClassComplete(); in updateAcceleratorTables()
1039 unsigned RLang = CTy->getRuntimeLang(); in constructTypeDIE()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1150 getFlags(), getElements(), getRuntimeLang(), getVTableHolder(), in cloneImpl()
1238 unsigned getRuntimeLang() const { return RuntimeLang; } in getRuntimeLang() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1476 Record.push_back(N->getRuntimeLang()); in writeDICompositeType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1827 Record.push_back(N->getRuntimeLang()); in writeDICompositeType()