OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DICompileUnit
(Results
1 - 10
of
10
) sorted by null
/external/llvm/include/llvm/Analysis/
DebugInfo.h
161
///
DICompileUnit
- A wrapper for a compile unit.
162
class
DICompileUnit
: public DIScope {
164
explicit
DICompileUnit
(const MDNode *N = 0) : DIScope(N) {}
204
DICompileUnit
getCompileUnit() const{ return getFieldAs<
DICompileUnit
>(3); }
239
DICompileUnit
getCompileUnit() const{
241
return getFieldAs<
DICompileUnit
>(3);
449
DICompileUnit
getCompileUnit() const{
451
return getFieldAs<
DICompileUnit
>(6);
559
DICompileUnit
getCompileUnit() const{
[
all
...]
/external/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp
63
DICompileUnit
(*I).print(O);
DebugInfo.cpp
326
bool
DICompileUnit
::Verify() const {
370
DICompileUnit
CU = getCompileUnit();
384
DICompileUnit
CU = getCompileUnit();
405
DICompileUnit
CU = getCompileUnit();
517
return
DICompileUnit
(DbgNode).getFilename();
536
return
DICompileUnit
(DbgNode).getDirectory();
559
void
DICompileUnit
::print(raw_ostream &OS) const {
691
void
DICompileUnit
::dump() const {
811
addCompileUnit(
DICompileUnit
(Scope));
841
addCompileUnit(
DICompileUnit
(S))
[
all
...]
DbgInfoPrinter.cpp
122
DICompileUnit
Unit;
DIBuilder.cpp
53
TheCU =
DICompileUnit
(MDNode::get(VMContext, Elts));
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp
93
std::string mangleName(
DICompileUnit
CU, std::string NewStem);
331
std::string GCOVProfiler::mangleName(
DICompileUnit
CU, std::string NewStem) {
372
DICompileUnit
CU(*I);
647
DICompileUnit
compile_unit(*CUI);
/external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp
192
DICompileUnit
DIUnit(*I);
266
DICompileUnit
CU(S);
/external/clang/lib/CodeGen/
CGDebugInfo.h
49
llvm::
DICompileUnit
TheCU;
CGDebugInfo.cpp
283
TheCU = llvm::
DICompileUnit
(DBuilder.getCU());
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
866
DICompileUnit
DIUnit(N);
[
all
...]
Completed in 907 milliseconds