Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DLLVMContextImpl.h594 RuntimeLang(N->getRuntimeLang()), VTableHolder(N->getRawVTableHolder()),
610 RuntimeLang == RHS->getRuntimeLang() &&
DAsmWriter.cpp2062 Printer.printDwarfEnum("runtimeLang", N->getRuntimeLang(), in writeDICompositeType()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp636 IsImplementation = CT->getRuntimeLang() == 0 || CT->isObjcClassComplete(); in updateAcceleratorTables()
986 unsigned RLang = CTy->getRuntimeLang(); in constructTypeDIE()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h1106 getElements(), getRuntimeLang(), getVTableHolder(), in cloneImpl()
1191 unsigned getRuntimeLang() const { return RuntimeLang; } in getRuntimeLang() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1710 Record.push_back(N->getRuntimeLang()); in writeDICompositeType()