OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSizeOfEncodedValue
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp
140
///
GetSizeOfEncodedValue
- Return the size of the encoding in bytes.
141
unsigned AsmPrinter::
GetSizeOfEncodedValue
(unsigned Encoding) const {
159
OutStreamer.EmitAbsValue(Exp,
GetSizeOfEncodedValue
(Encoding));
167
OutStreamer.EmitValue(Exp,
GetSizeOfEncodedValue
(Encoding), /*addrspace*/0);
DwarfException.cpp
449
TypeFormatSize = Asm->
GetSizeOfEncodedValue
(TTypeEncoding);
697
Asm->OutStreamer.EmitIntValue(0,Asm->
GetSizeOfEncodedValue
(TTypeEncoding),
/external/llvm/include/llvm/CodeGen/
AsmPrinter.h
369
///
GetSizeOfEncodedValue
- Return the size of the encoding in bytes.
370
unsigned
GetSizeOfEncodedValue
(unsigned Encoding) const;
Completed in 224 milliseconds