OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DINameSpace
(Results
1 - 10
of
10
) sorted by null
/external/llvm/include/llvm/
DIBuilder.h
42
class
DINameSpace
;
590
DINameSpace
createNameSpace(DIDescriptor Scope, StringRef Name,
615
DIImportedEntity createImportedModule(DIScope Context,
DINameSpace
NS,
[
all
...]
DebugInfo.h
474
///
DINameSpace
- A wrapper for a C++ style name space.
475
class
DINameSpace
: public DIScope {
479
explicit
DINameSpace
(const MDNode *N = 0) : DIScope(N) {}
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
257
void addSourceLine(DIE *Die,
DINameSpace
NS);
314
/// getOrCreateNameSpace - Create a DIE for
DINameSpace
.
315
DIE *getOrCreateNameSpace(
DINameSpace
NS);
DwarfCompileUnit.cpp
334
void CompileUnit::addSourceLine(DIE *Die,
DINameSpace
NS) {
721
return getOrCreateNameSpace(
DINameSpace
(Context));
[
all
...]
DwarfDebug.cpp
826
EntityDie = TheCU->getOrCreateNameSpace(
DINameSpace
(Entity));
[
all
...]
/external/llvm/lib/IR/
DebugInfo.cpp
43
DICompileUnit(DbgNode).Verify() ||
DINameSpace
(DbgNode).Verify() ||
546
bool
DINameSpace
::Verify() const {
712
return
DINameSpace
(DbgNode).getContext();
965
DINameSpace
NS(Scope);
[
all
...]
DIBuilder.cpp
165
DINameSpace
NS, unsigned Line,
[
all
...]
/external/clang/lib/CodeGen/
CGDebugInfo.h
138
llvm::
DINameSpace
getOrCreateNameSpace(const NamespaceDecl *N);
CGDebugInfo.cpp
[
all
...]
/external/llvm/tools/opt/
opt.cpp
372
DINameSpace
NS(Context);
Completed in 45 milliseconds