Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h594 RuntimeLang(N->getRuntimeLang()), VTableHolder(N->getRawVTableHolder()),
610 RuntimeLang == RHS->getRuntimeLang() &&
H A DAsmWriter.cpp2073 Printer.printDwarfEnum("runtimeLang", N->getRuntimeLang(), in writeDICompositeType()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp635 IsImplementation = CT->getRuntimeLang() == 0 || CT->isObjcClassComplete(); in updateAcceleratorTables()
982 unsigned RLang = CTy->getRuntimeLang(); in constructTypeDIE()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1106 getElements(), getRuntimeLang(), getVTableHolder(), in cloneImpl()
1191 unsigned getRuntimeLang() const { return RuntimeLang; } in getRuntimeLang() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1706 Record.push_back(N->getRuntimeLang()); in writeDICompositeType()