OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GCMetadataPrinters
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
AsmPrinter.h
99
//
GCMetadataPrinters
- The garbage collection metadata printer table.
100
void *
GCMetadataPrinters
; // Really a DenseMap.
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
103
GCMetadataPrinters
= 0;
110
if (
GCMetadataPrinters
!= 0) {
111
gcp_map_type &GCMap = getGCMap(
GCMetadataPrinters
);
116
GCMetadataPrinters
= 0;
[
all
...]
Completed in 851 milliseconds