OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getOrCreateTypeDIE
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp
665
return
getOrCreateTypeDIE
(T);
692
DIE *DwarfUnit::
getOrCreateTypeDIE
(const MDNode *TyNode) {
700
return
getOrCreateTypeDIE
(resolve(cast<DIDerivedType>(Ty)->getBaseType()));
756
addDIEEntry(Entity, Attribute, DIEEntry(*
getOrCreateTypeDIE
(Ty)));
836
*
getOrCreateTypeDIE
(resolve(cast<DIDerivedType>(DTy)->getClassType())));
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
566
DIE *ContextDIE =
getOrCreateTypeDIE
(DIType(Context));
580
///
getOrCreateTypeDIE
- Find existing DIE or create new DIE for the
582
DIE *CompileUnit::
getOrCreateTypeDIE
(const MDNode *TyNode) {
620
DIE *Buffer =
getOrCreateTypeDIE
(Ty);
820
getOrCreateTypeDIE
(DIType(ContainingType)));
[
all
...]
Completed in 49 milliseconds