Home
last modified time | relevance | path

Searched refs:LocalUDTs (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h166 std::vector<std::pair<std::string, codeview::TypeIndex>> LocalUDTs, variable
181 LocalUDTs.clear(); in setCurrentSubprogram()
DCodeViewDebug.cpp696 emitDebugInfoForUDTs(LocalUDTs); in emitDebugInfoForFunction()
918 LocalUDTs.emplace_back(std::move(FullyQualifiedName), TI); in addToUDTs()
1478 LocalUDTs.clear(); in clear()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h222 std::vector<std::pair<std::string, const DIType *>> LocalUDTs; variable
238 LocalUDTs.clear(); in setCurrentSubprogram()
DCodeViewDebug.cpp1011 emitDebugInfoForUDTs(LocalUDTs); in emitDebugInfoForFunction()
1310 LocalUDTs.emplace_back(std::move(FullyQualifiedName), Ty); in addToUDTs()
1929 LocalUDTs.clear(); in clear()