Home
last modified time | relevance | path

Searched refs:CreateCompileUnit (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/tools/lldb-vscode/
DJSONUtils.h444 llvm::json::Value CreateCompileUnit(lldb::SBCompileUnit unit);
DJSONUtils.cpp992 llvm::json::Value CreateCompileUnit(lldb::SBCompileUnit unit) { in CreateCompileUnit() function
Dlldb-vscode.cpp1255 units.emplace_back(CreateCompileUnit(curr_unit)); in request_getCompileUnits()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.h219 lldb::CompUnitSP CreateCompileUnit(const CompilandIndexItem &cci);
DSymbolFileNativePDB.cpp407 SymbolFileNativePDB::CreateCompileUnit(const CompilandIndexItem &cci) { in CreateCompileUnit() function in SymbolFileNativePDB
860 emplace_result.first->second = CreateCompileUnit(cci); in GetOrCreateCompileUnit()
/external/clang/lib/CodeGen/
DCGDebugInfo.h412 void CreateCompileUnit();
DCGDebugInfo.cpp53 CreateCompileUnit(); in CGDebugInfo()
387 void CGDebugInfo::CreateCompileUnit() { in CreateCompileUnit() function in CGDebugInfo
/external/llvm/bindings/go/llvm/
Ddibuilder.go124 func (d *DIBuilder) CreateCompileUnit(cu DICompileUnit) Metadata { func
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.h574 void CreateCompileUnit();
DCGDebugInfo.cpp72 CreateCompileUnit(); in CGDebugInfo()
521 void CGDebugInfo::CreateCompileUnit() { in CreateCompileUnit() function in CGDebugInfo
/external/llvm-project/llvm/bindings/go/llvm/
Ddibuilder.go125 func (d *DIBuilder) CreateCompileUnit(cu DICompileUnit) Metadata { func